Get webhook execution detail

Required scopes:

  • hooks:read

Retrieves the specified webhook execution log. The response contains:

  • statusId: the status of the webhook execution; 1 means successful execution, 3 means failed execution

  • loggedAt: the moment when Make created the log

  • id: the ID of the webhook execution log

  • data: information about the request, header, and payload sent to the webhook.

Some webhooks don't return the data object due to their implementation. Most common examples include instant triggers for Slack, Zoom, Intercom and Facebook lead ads apps.

Last updated