Task Actions
TaskActions give the set of actions that power an Autopilot Task.
For information about Autopilot's available actions and expected formatting, please see Building Tasks with Autopilot Actions.
All Autopilot REST API resources use the following base URL:
https://autopilot.twilio.com/v1/
TaskActions properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The SID of the Account that created the TaskActions resource. |
assistant_sid
|
The SID of the Assistant that is the parent of the Task associated with the resource. |
task_sid
|
The SID of the Task associated with the resource. |
url
|
The absolute URL of the TaskActions resource. |
data
|
The JSON string that specifies the actions that instruct the Assistant on how to perform the task. |
Fetch a TaskActions resource
https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions
Parameters
Parameters in REST API format | |
---|---|
assistant_sid
Path
|
The SID of the Assistant that is the parent of the Task for which the task actions to fetch were defined. |
task_sid
Path
|
The SID of the Task for which the task actions to fetch were defined. |
Example 1
Update a TaskActions resource
https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions
Parameters
Parameters in REST API format | |
---|---|
assistant_sid
Path
|
The SID of the Assistant that is the parent of the Task for which the task actions to update were defined. |
task_sid
Path
|
The SID of the Task for which the task actions to update were defined. |
actions
Optional
|
The JSON string that specifies the actions that instruct the Assistant on how to perform the task. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.