SMS Hub
Routing
- Client sends SMS through the SMPP - check if we send SMS ID in the SMPP so we can match it in the Hub.
- The receiver of the SMS opens a short link in the SMS
- A web hook is received by the Hub and marks the SMS as "clicked"
FAQ
What is conversion based routing in SMS?
Based on the click through rate the platform can detect if the route has been blocked or there's an issue to send to a specific destination.
Why not just DLR?
SMS Delivery receipts are not alway generated by the handset but in some cases are generated by the gateway. When generated by the gateway they’re not reliable for determining a route’s performance
How do I match the sending/receiving SMS to the conversion pixel data?
When sending an sms with comm.com an sms id is generated by the platform
When receiving an sms to comm.com you can
What needs to be included in the conversion pixel data?
Endpoint: https://api.comm.com/docs/api#/operations/conversionPixel.webhook
Conversion data:
{
object_id: <UUID>
user_agent: <string> <optional>
ip: <IP>
event_type: click|lead|sale <enum>
}