Messaging API

Send a rich message

post
https://api.kongapj.com/messaging/v1/messages

Body

application/json

RichMessageRequest

channelstringrequired

Allowed values:whatsapprcs

Example:whatsapp

contentstringrequired

Example:Your Optus order has shipped and arrives tomorrow.

tostringrequired

Example:+61400000000

typestring

Allowed values:texttemplatemedia

Default:text

Example:text

Response

application/json

Message accepted for delivery

RichMessage

channelstringrequired

Allowed values:whatsapprcs

Example:whatsapp

created_atstring(date-time)

Example:2026-07-23T02:30:00Z

idstringrequired

Example:rmsg_01HZY9T5S8U3V6X0D4F2H7K1M9

statusstringrequired

Allowed values:queuedsentdeliveredreadfailed

Example:sent

tostringrequired

Example:+61400000000

post/messaging/v1/messages

Body

{ "channel": "whatsapp", "content": "Your Optus order has shipped and arrives tomorrow.", "to": "+61400000000", "type": "text" }
 
application/json