Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Input data for creating a action
Order checking
Example:
"checking customer order status"
Waiting message
Example:
"Hold on while i check your order"
Order checking
Example:
"GET"
Order checking
Example:
"https://api.elemente.ai/order-phone-number?phone={phone}"
Order checking
Example:
[
{
"key": "X-Shopify-Access-Token",
"value": "{{shopify-access-key}}"
}
]Order checking
Example:
[{ "key": "phone", "value": "{phone}" }]Order checking
Example:
[
{
"name": "phone",
"description": "Phone number",
"required": true,
"dataType": "string"
}
]Order checking
Example:
"Order checking"
Response
action created successfully
