Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Twilio > Connector Parameters 

Authentication

Server URL

This parameter represents the URL to the endpoint of the server.

 

Technical Name

server_url

Category

Authentication

Type

String

Default Value

https://api.twilio.com

Example Values

https://api.twilio.com

 

Username

This parameter contains the API Key/Account SID used as username during the authentication.

 

Technical Name

username

Category

Authentication

Type

String

Default Value

n/a

Example Values

 

 

The authentication is based on username and password (Basic) authentication.

 

There are two types of credentials:

1.Account SID and Auth Token which are displaced in the Twilio Console.

2.API Key and API Secret (Recommended) which can be created in the Twilio Console.

 

It is recommended to create a new API Key and API Secret for this connector, because it allows fine-grained revocation. If using the API Key and the API Secret for authentication, it is necessary to use the 'Main' type. See Authentication with Twilio's REST API for more information.

 

Password

This parameter contains the API Secret/Auth Token used as password during authentication.

 

Technical Name

password

Category

Authentication

Type

String

Default Value

n/a

Example Values

 

 

The authentication is based on username and password (Basic) authentication.

 

There are two types of credentials:

1.Account SID and Auth Token which are displaced in the Twilio Console.

2.API Key and API Secret (Recommended) which can be created in the Twilio Console.

 

It is recommended to create a new API Key and API Secret for this connector, because it allows fine-grained revocation. If using the API Key and the API Secret for authentication, it is necessary to use the 'Main' type. See Authentication with Twilio's REST API for more information.