post-/webhooks/v3/{app Id}/subscriptions create
POST {{baseUrl}}/webhooks/v3/:appId/subscriptions
Request Body
{"eventType"=>"conversation.newMessage", "propertyName"=>"<string>", "active"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"active":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","eventType":"deal.propertyChange","id":"\u003cstring\u003e","propertyName":"\u003cstring\u003e","updatedAt":"\u003cdateTime\u003e"}