Get Action
GET
https://api.anunzi.net/v2/actions/{action_id}
Retrieve details of a specific custom action in your Anunzi environment.
Path Parameters
Parameter
Type
Required
Description
action_id
string
Yes
The unique ID of the action to retrieve.
Example Request (cURL)
Example Response (200 OK)
Response Fields
Field
Type
Description
action_id
string
Unique identifier for the action.
action_type
string
Type of action (e.g., SEND_SMS
, LIVE_TRANSFER
, REAL_TIME_BOOKING
).
name
string
Name of the action.
description
string
Description of what the action is expected to do.
parameters_hard_coded
object
Key-value pairs containing predefined parameters for the action.
Status Codes
Code
Description
200
Action details retrieved successfully.
400
Bad Request. Invalid or missing parameters.
Última actualización
¿Te fue útil?