Webhook API
Create Webhook
Create webhook to receive message.
POST
/
webhooks
Headers
x-api-key
string
requiredYOUR-API-KEY
Body
application/json
webhook_name
string
requiredName of the webhook
webhook_url
string
requiredURL of the webhook
data_source
string
requiredData source the webhook subscribe to
filters
object[]
Filter Object
additional_headers
object[]
Additional headers would be added into the webhook POST when push message is matched.
Response
200 - application/json
code
integer
default: 0msg
string
data
object