Global reach
Connect international customer journeys through a single platform integration.
OCG Max brings SMS, RCS, voice, WhatsApp, and email into one API built for global customer communication.
POST /v1/messagesChoose the right channel for each moment and keep delivery events, templates, and customer context in one operational flow.
Send time-sensitive alerts, verification codes, and service updates through one dependable messaging API.
const message = await ocg.messages.send({
channel: "sms",
to: "+442079460958",
text: "Your code is 849201"
});
OCG Max gives operations teams a clear path from API request to delivery event, with routing controls and channel-level visibility.
Connect international customer journeys through a single platform integration.
Keep sender configuration and channel selection aligned with each use case.
Use consistent webhooks to update product and support workflows.
A focused API surface, predictable event payloads, and clear channel primitives help teams ship communication workflows without rebuilding the foundation each time.
Create a developer accountimport { OCGMax } from "@ocgmax/sdk";
const client = new OCGMax({
apiKey: process.env.OCG_MAX_API_KEY
});
await client.messages.send({
channel: "sms",
to: "+442079460958",
text: "Your code is 849201"
});Secure sessions, protected credentials, and consent records are built into the account experience.
Consistent delivery callbacks help engineering and support teams follow message state.
Separate transactional, verification, and support communication workflows by channel and purpose.
Tell us what you need to send, where you need to reach, and how your team works.