Create webhook
POST https://api.attentivemobile.com/v1/webhooks
Request Body
{"url"=>"https://example.com/webhooks", "events"=>["sms.subscribed", "sms.unsubscribed", "sms.sent", "sms.message_link_click", "email.subscribed", "email.unsubscribed", "email.message_link_click", "email.opened", "custom_attribute.set"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |