Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Each incoming webhook received by FlexDeploy will be saved as a webhook messageWebhook Message. This provides a way to track everything that's coming in and debug as needed. Messages can be viewed by navigating to Administration → Integrations → Webhooks and clicking .

...

Click  to view the entire JSON POST payload as received from the provider. More information on the execution can be viewed by clicking . This will show any log messages printed in function scripts using the LOG methods. You can also submit an incoming webhook message Webhook Message to be executed again with the  button. Keep in mind this is only meant to be used for debugging purposes. There is a Global Permission defined on groups to control who is allowed to resubmit webhook messagesWebhook Messages.

Info
titleWarning

Often times certain headers will be used to validate incoming messages, as such you should ensure that only select individuals have access to view the message details and payload. Leaving this information open for everyone in your organization to see could result in security issues. You can control access to this via the 'View Message Details' Global Permission.


Log Messages

Some logs are printed automatically during execution, but most are printed by using the LOG methods in the provider match and function scripts. By default, the logging level will be based on the global FlexDeploy logging level. This can be modified specifically for webhook logs by setting the logging level for flexagon.fd.services.webhooks.functions.LogFunctions in Admin → Admin Operations.

...