The following API allows you to invoke the whatsapp messages api directly. The complete documentation for this api can be found herePlease note that chakra provides only a thin wrapper on top of the original whatsapp API.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
pluginId
string
required
The whatsapp plugin id where you have connected your whatsapp account. Its an UUID. You can copy it from the plugin details page url /admin/plugin/d83e1d23-50b8-4d87-8f92-842a0ac516f6 The last part of the url is the plugin id
Example:
d83e1d23-50b8-4d87-8f92-842a0ac516f6
whatstappApiVersion
string
required
The whatsapp api version you want to use like v17.0, v19.0 ...
Example:
v19.0
whatsappPhoneNumberId
string
required
Provide the whatsapp phone number id for the phone number you are going to use to send this message. Connected phone numbers and their Ids can be found in the plugin page