POST /integrations
request with the webhook-http
type, a name and a description for your integration, the ID of your organization, and the URL (endpoint) through which the events will be received. By default, HTTP webhook authentication is disabled. enabled
property to true, and the type
to oauth
. Inside the params
property, you can specify the url and the oauth credentials to get a session token (this token will be sent inside the Authorization
HTTP header in the event webhook request). The lifetime
property defines the lifetime of your session token so a new token can be fetched before the current one expires.