Webhooks
Register Webhook
Register a new Webhook
POST
/
hook
/
webhook
Register Webhook
Register a new Webhook for one of the available actions. A Webhook must may be registered with the Primary Profile or a User Profile.
Header Parameters
Authorization
string
requiredFormat:
Authorization: Bearer API_KEY
. See API overview for more information.Profile-Key
string
Profile Key of a user profile.
Body Parameters
action
string
requiredAvailable actions: feed
, social
, scheduled
, batch
, messages
url
string
requiredThe URL to be called on action. URL must be in a valid format and begin with https://
secret
string
Secret text used for HMAC. Please see overview for more details.