Last updated
Last updated
HTTP POST
payloads that are delivered to your webhook's configured URL endpoint will contain these special headers:
x-icr-signature-256
This header is sent if the webhook is configured with a secret
. This is the HMAC hex digest of the signedData
key included in the request payload body, and is generated using the SHA-256 hash function and the secret
as the HMAC key
. For more information, see "."
The following are supported events. We will be adding more events after discussions with our app / marketplace developer partners.
installed
uninstalled
suspended
unsuspended
newPermissionsAccepted
warehouseTransaction
organizationTransaction
All of the above events have the same payload with differing value for the "event" key.
Payload example:
Subscribe to webhooks that deliver events when they happen