v1
latestOpenAPI 3.0.02026-07-26592893.0 KBCreate RCS Webhook
Create a new webhook configuration for the RCS service.
post/dev/webhook/v2/rcs
Headers
Authorizationstring required
Provide "YOUR_API_KEY".
Request body
Example request
{
"name": "RCS Production Callback",
"template": "custom",
"event": "all",
"identity_id": "test_rcs_bot",
"method": "POST",
"url": "https://yourdomain.com/callback",
"content_type": "application/json",
"payload_transform": "standard",
"status": "active",
"payload": "{\n \"msg_id\": \"@{{request_id}}\",\n \"status\": \"@{{status}}\"\n}",
"headers": {
"Authorization": "SecretToken123"
},
"payload_type": "SIMPLIFIED"
}Response
Webhook configuration saved successfully.