Menu

Expand
Rate this page:

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
sid<AC> Not PII

The SID of the Account that created the TaskActions resource.

assistant_sid
sid<UA> Not PII

The SID of the Assistant that is the parent of the Task associated with the resource.

task_sid
sid<UD> Not PII

The SID of the Task associated with the resource.

url
url Not PII

The absolute URL of the TaskActions resource.

data
object Not PII

The JSON string that specifies the actions that instruct the Assistant on how to perform the task.

Fetch a TaskActions resource

get
https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions
Parameters
Parameters in REST API format
assistant_sid
Path
get sid_like<UA> Not PII

The SID of the Assistant that is the parent of the Task for which the task actions to fetch were defined.

task_sid
Path
get sid_like<UD> Not PII

The SID of the Task for which the task actions to fetch were defined.

Example 1
Loading Code Sample...
        
        
        

        Fetch Task Actions

        Update a TaskActions resource

        post
        https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions
        Parameters
        Parameters in REST API format
        assistant_sid
        Path
        post sid_like<UA> Not PII

        The SID of the Assistant that is the parent of the Task for which the task actions to update were defined.

        task_sid
        Path
        post sid_like<UD> Not PII

        The SID of the Task for which the task actions to update were defined.

        actions
        Optional
        post object Not PII

        The JSON string that specifies the actions that instruct the Assistant on how to perform the task.

        Example 1
        Loading Code Sample...
              
              
              

              Update Task Actions to tell a joke

              Rate this page:

              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.

              Loading Code Sample...
                    
                    
                    

                    Thank you for your feedback!

                    Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

                    Sending your feedback...
                    🎉 Thank you for your feedback!
                    Something went wrong. Please try again.

                    Thanks for your feedback!

                    thanks-feedback-gif