Get started with Bizgo

The fastest way to adopt Bizgo is to decide how you will use it first.
Choose whether to send straight from the console without writing code or to integrate with the API from your server, then work through the prerequisites for that path.

Get started with Bizgo


Prepare these first

Finish the items below before you start, whichever path you choose — console sending or API integration.

Business verification, SMS sender number registration, Kakao channel integration, and RCS brand registration all require a review that can take several days. Apply early and work on the console or your API setup in the meantime.


Next steps by path

Path A — Send directly from the console

This path sends messages straight from the Bizgo web console without writing code.

Step 1 · Operational prerequisites
Complete sign-up, business verification, team space setup, and sender information registration in order.

Step 2 · Send from the web console
Once the prerequisites are done, you can enter a recipient number in the console and send right away. You can also send in bulk with a CSV upload.


Path B — Integrate your server with the API

This path calls the Bizgo API directly from your server code.

Step 1 · Operational prerequisites
Just as with console sending, complete sign-up, verification, and sender information registration first.

Step 2 · Choose a channel
Decide first whether to use SMS, Kakao Alimtalk, or RCS. The pre-registration items and API parameters differ by channel.

Step 3 · Understand the send structure
Understanding the request structure (destinations, messageFlow, fallback) before you call the API reduces errors during integration.

Step 4 · Configure the API integration
Check how to issue an API key, set up IP ACL, and build the authentication header, then test your first API call.