🟢List Actions
Query Parameters
Parameter
Type
Required
Description
Example Request (cURL)
curl --request GET \
--url https://api.anunzi.net/v2/actions \
--header 'accept: application/json' \
--header 'Authorization: Bearer API_KEY'Example Response (200 OK)
{
"status": "ok",
"response": {
"pagination": {
"total_records": 103,
"limit": 20,
"offset": 0
},
"actions": [
{
"action_id": "1722936793779x397329270058999800",
"action_type": "SEND_SMS",
"name": "send_sms",
"description": "If user wants to have a meeting next week.",
"parameters_hard_coded": {
"sms_message_text": "Hello, thanks for your interest in a demo meeting. You can book your session here: Booking Link"
}
},
{
"action_id": "1722936881007x6148720204197584900",
"action_type": "INFORMATION_EXTRACTOR",
"name": "",
"description": "",
"parameters_hard_coded": {
"type": "",
"identifier": "",
"condition": "",
"choices": [],
"examples": []
}
}
]
}
}Response Fields
Field
Type
Description
Status Codes
Code
Description
Última actualización