{
"event": "comment.created",
"deliveryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurredAt": "2023-11-07T05:31:56Z",
"promotionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"versionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"commentId": "<string>",
"threadId": "<string>",
"authorUserId": "<string>",
"content": "<string>",
"isComplianceComment": true
}
}Webhooks
Comment created
Sent when a comment is added to a promotion version.
WEBHOOK
comment.created
{
"event": "comment.created",
"deliveryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurredAt": "2023-11-07T05:31:56Z",
"promotionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"versionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"commentId": "<string>",
"threadId": "<string>",
"authorUserId": "<string>",
"content": "<string>",
"isComplianceComment": true
}
}Authorizations
API key passed as Bearer token
Body
application/json
Response
200
Webhook acknowledged
Was this page helpful?