Send Message API
Last updated
Was this helpful?
Last updated
Was this helpful?
Updated 25 October 2023 We have stopped onboarding new agencies to the Gov.sg WhatsApp channel
This endpoints accept a request body that contains information about the Gov.sg WhatsApp message to be sent. Each successful request to this endpoint will send out a single Gov.sg WhatsApp message.
recipient
: Mobile phone number of the recipient without special formatting (only contains numerical characters and prefixed with plus sign if country code is included).
Notes:
Country code will need to be provided for non-SG mobile numbers.
If country code is not provided, the phone number will be defaulted to be an SG number.
params
: A key-value object with keys being the parameter names (wrapped in double curly braces in the template body) and corresponding string values to fill in the template body.
language_code
(optional): The language code that can be retrieved from the multilingual_support
field of the template
template_id
: ID of the template that suits your need (can be retrieved from )
For general information about our API response formats, .