Notifications
Create a notification channel
Create a new notification channel.
post/api/v1/notification/channels
Request body
Example request
{
"disabled": true,
"metadata": {
"externalId": "019142cc-a016-796a-8113-1a942fecd26d"
},
"name": "customer-webhook",
"signingSecret": "whsec_S6g2HLnTwd9AhHwUIMFggVS9OfoPafN8",
"url": "https://example.com/webhook"
}Response
The request has succeeded and a new resource has been created as a result.
Example response
{
"annotations": {
"externalId": "019142cc-a016-796a-8113-1a942fecd26d"
},
"createdAt": "2024-01-01T01:01:01.001Z",
"deletedAt": "2024-01-01T01:01:01.001Z",
"disabled": true,
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"metadata": {
"externalId": "019142cc-a016-796a-8113-1a942fecd26d"
},
"name": "customer-webhook",
"signingSecret": "whsec_S6g2HLnTwd9AhHwUIMFggVS9OfoPafN8",
"updatedAt": "2024-01-01T01:01:01.001Z",
"url": "https://example.com/webhook"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.