This request will be sent to the external system if the OAuth authorization is configured in the webhook configuration.
Request
Code Block | ||
---|---|---|
| ||
curl -L -X POST '<external_endpoint_url>' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <access_token>' \
-d '<webhook_payload_json>' |
Parameters
Parameter | Description |
---|---|
| The value provided during the webhook configuration creation in Create webhook configuration |
| Access token received from the external system in the authorization request. |
| The payload configured during the webhook configuration creation in Create webhook configuration |