Webhooks
Store a webhook
Store a webhook for the authenticated user
post/webhooks
Request body
Example request
{
"phone_numbers": [
"+18005550100",
"+18005550100"
]
}Response
OK
Example response
{
"data": {
"created_at": "2022-06-05T14:26:02.302718+03:00",
"events": [
"message.phone.received"
],
"id": "32343a19-da5e-4b1b-a767-3298a73703cb",
"phone_numbers": [
"+18005550199",
"+18005550100"
],
"signing_key": "DGW8NwQp7mxKaSZ72Xq9v67SLqSbWQvckzzmK8D6rvd7NywSEkdMJtuxKyEkYnCY",
"updated_at": "2022-06-05T14:26:10.303278+03:00",
"url": "https://example.com",
"user_id": "WB7DRDWrJZRGbYrv2CKGkqbzvqdC"
},
"message": "Request handled successfully",
"status": "success"
}