RCS Campaign
Get List of Template Variables
Retrieve the variable details for a specific RCS template.
GET
/
api
/
v1
/
campaign
/
rcs
/
variable-keys
/
{botId}
Get List of RCS Template Variables
This API allows you to retrieve the list of variables for a specific RCS template associated with a bot.
Path Parameters
The unique identifier for the bot associated with the RCS template. Contact the Zixflow support team to configure or retrieve your bot ID.
Query Parameters
The name of the RCS template for which variable details are being requested.
Response
Indicates whether the call was successful. true
if successful, false
if
not.
Provides success or error message details.
An array of key-value pairs representing the variables for the specified RCS template.