Webhook schema to your system from OCM.
This can't be tested and you can try with your system as a target.
Request
Body Params application/json
{
"contact_name": "string",
"message": "string",
"media": "string",
"keyword": "string",
"my_number": "string",
"hour": "string",
"message_type": "string",
"filename": "string",
"sender_name": "string",
"group_flag": "string",
"direction": "string",
"scan_number": "string"
}
Request Code Samples
curl --location --request POST 'https://yourdomain/yourendpoint' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_name": "string",
"message": "string",
"media": "string",
"keyword": "string",
"my_number": "string",
"hour": "string",
"message_type": "string",
"filename": "string",
"sender_name": "string",
"group_flag": "string",
"direction": "string",
"scan_number": "string"
}'
Responses
application/json Modified at 2025-06-15 11:06:14