Understand the send request structure

Bizgo acts as the relay between your company and the carriers and channels.


๐Ÿข

Customer server

Your Server

1

Send request

โ–ถ
bizgo
2

Channel routing

โ–ถ
์นด์นด์˜ค
์ดํ†ต์‚ฌ
RCS
3

Device delivery

โ–ถ
๐Ÿ“ฒ

Recipient device

Customer's phone

Receive the report

โ—€
4

Send the report

bizgo
โ—€

Result aggregation

Send result

โ—€

Send the report

Delivery confirmed

1

Customer โ†’ Bizgo

A REST API call. You specify recipients and channel priority with the destinations and messageFlow structure.

2

Bizgo โ†’ channel server

Tries the first channel in messageFlow order and switches to the next one automatically on failure (failover).

3

Channel server โ†’ recipient

The carriers (SKT/KT/LG U+), Kakao, and RCS providers deliver the message to the actual device.

4

Receive the report

The send result is delivered to Bizgo, which forwards it to your webhook.


Next steps