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 executionloggedAt
: the moment when Make created the logid
: the ID of the webhook execution logdata
: 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