The Twilio scope activity is used to create an authenticated connection between UiPath and your Twilio services. This connection enables a Robot to call the Twilio APIs to read and write resources on your behalf.
Before you can start using the Twilio activities, you must create an API key for use in authenticating to Twilio services. API Keys are credentials you can create and revoke in the Twilio Console.
After creating your API Key, you enter the API Key SID and Secret in the Twilio Scope activity. When you run your automation project, the keys are used to sign the API requests being made by each of the activities.
How it works
The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Twilio Scope activity to your project.
- Enter values for the Authentication properties.
Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.


Common
DisplayName
The display name of the activity.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Twilio Scope |
Allowed values | Enter a |
Notes | N/A |
Authentication
Account Sid
Your Account Sid from your project dashboard.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | This can be retrieved from your project dashboard |
API Key Sid
API Key Sid to work with your Twilio project. API Keys can be provisioned and revoked through the Twilio Console.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
API Key Secret
API Key Secret to work with your Twilio project. API Keys can be provisioned and revoked through the Twilio Console.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Misc
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
Attributes | Details |
---|---|
Type | Checkbox |
Required | No |
Default value | Not Selected |
Allowed values | Selected or Not Selected |
Notes | N/A |
Updated about a year ago