Actions
Update action
PUT
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The id of the action
Body
application/json
Input data for updating the action
Order checking
Example:
"checking customer order status"
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"
}
]
action Id
Example:
"5464980934889674"
Order checking
Example:
"Order checking"
Response
200
application/json
The updated action
Order checking
Example:
"checking customer order status"
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"
}
]
workspace
Example:
"354736587945343"
Order checking
Example:
"Order checking"