Understand the send request structure
Bizgo acts as the relay between your company and the carriers and channels.
Customer server
Your Server
Send request
Channel routing

Device delivery
Recipient device
Customer's phone
Receive the report
Send the report
Result aggregation
Send result
Send the report
Delivery confirmed
Customer โ Bizgo
A REST API call. You specify recipients and channel priority with the destinations and messageFlow structure.
Bizgo โ channel server
Tries the first channel in messageFlow order and switches to the next one automatically on failure (failover).
Channel server โ recipient
The carriers (SKT/KT/LG U+), Kakao, and RCS providers deliver the message to the actual device.
Receive the report
The send result is delivered to Bizgo, which forwards it to your webhook.
Next steps
Check how to register a webhook URL that receives delivery results in real time, and how to verify signatures.
Check how to look up delivery results directly through the API.
Check every send API endpoint and its request and response specification.