Actions
List and Search
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response
Name of the action.
Example:
"Send Template Message"
Detailed description of the action.
Example:
"Send templated messages to WhatsApp users."
Specification type of the action.
Example:
"openapi3-yaml"
URL of the module that will be used to execute this action.
Example:
"https://example.com/modules/sendTemplate.js"
YAML file documentation on how to perform the action.
Example:
"openapi: 3.0.0\ninfo:\n title: Send Template API\npaths:\n /sendTemplate:\n post:\n summary: Send a template message\n ..."