CTA Deleted (optional)¶
This webhook is executed asynchronously upon deleting a CTA instance of a Form CTA Type
The event identifier is cta_deleted
.
Webhook Request¶
Body Parameters | Type | Description |
---|---|---|
event | String | The event identifier, cta_deleted |
ip_address | String | The IP address of the user triggering the event |
occurred_at | String | The date and time the event occurred in ISO 8601 format |
user_id | Integer | The unique identifier of the user triggering the event |
account_id | Integer | The unique identifier of the account |
cta_id | Integer | The unique identifier of the CTA |
hub_id | Integer | The unique identifier of the Hub to which the CTA belongs to |
Sample request:
POST /ICl8ohgw5f5XDCRDSsz HTTP/1.1
Host: putsreq.com
Content-Type: application/json
{
"event": "cta_deleted",
"ip_address": "10.5.5.6",
"occurred_at": "2016-05-31T10:56:22-04:00",
"user_id": 8227,
"account_id": 8227,
"cta_id": 10192,
"hub_id": 4003
}