Create
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request payload for creating or updating an action.
Name of the action.
"Your Action Name"
Detailed description of the action.
"Your Action Description"
Specification type of the action.
"openapi3-yaml"
URL of the module that will be used to execute this action.
"https://example.com/modules/sendTemplate.js"
YAML file documentation on how to perform the action.
"openapi: 3.0.0\ninfo:\n title: Send Template API\npaths:\n /sendTemplate:\n post:\n summary: Send a template message\n ..."
Response
Response containing action details.
Name of the action.
"Send Template Message"
Detailed description of the action.
"Send templated messages to WhatsApp users."
Specification type of the action.
"openapi3-yaml"
URL of the module that will be used to execute this action.
"https://example.com/modules/sendTemplate.js"
YAML file documentation on how to perform the action.
"openapi: 3.0.0\ninfo:\n title: Send Template API\npaths:\n /sendTemplate:\n post:\n summary: Send a template message\n ..."