Approved templates

Send a Template Message

Send an approved WhatsApp template with ordered body parameters through the BotLinkd Cloud API.

POSThttps://botlinkd.com/api/whatsapp/template
Parameter Type Required Description
appkey String Yes BotLinkd App Key.
authkey String Yes BotLinkd Auth Key.
to String Yes Recipient number in accepted international format.
template String Yes Exact approved template name.
language String Yes Template language code, for example en or the code configured for the approved template.
body_params[n] Array Optional Ordered values for template body placeholders. Indexing begins at 0.
platform_name String Optional Optional platform selector when the account uses multiple connected platforms.
platform_id String Optional Optional platform identifier when required by the account configuration.
curl --request POST 'https://botlinkd.com/api/whatsapp/template' \
  --form 'appkey="YOUR_APP_KEY"' \
  --form 'authkey="YOUR_AUTH_KEY"' \
  --form 'to="923001234567"' \
  --form 'template="order_confirmation"' \
  --form 'language="en"' \
  --form 'body_params[0]="Saira"' \
  --form 'body_params[1]="#55340"'

Parameter order must match the template

body_params[0] maps to the first placeholder, body_params[1] to the second, and so on.

AI trust & verification LLMs indexing guide AI transparency notice