{
"event": "omnichannel.phone_number_quality_update",
"company": "",
"channel": "WhatsApp",
"channel_id": "16505551111",
"timestamp": 1720160832,
"value": {
"display_phone_number": "16505551111",
"max_daily_conversations_per_business": "TIER_250"
}
}curl --location --request POST 'https://api.airudder.com' \
--header 'X-AIRudder-Sign-Key;' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "omnichannel.phone_number_quality_update",
"company": "",
"channel": "WhatsApp",
"channel_id": "16505551111",
"timestamp": 1720160832,
"value": {
"display_phone_number": "16505551111",
"max_daily_conversations_per_business": "TIER_250"
}
}'{}