Twilio Connector 4.2 Reference - Mule 4
Anypoint Connector for Twilio (Twilio Connector) offers instant Twilio API connectivity through the Twilio REST API. You can use this connector to create connectivity between Twilio and third party SaaS applications, CRM solutions, and more.
Release Notes: Twilio Connector Release Notes
Configurations
Config
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
The name for this configuration. Connectors reference the configuration with this name. |
x |
|
Connection |
The connection types to provide to this configuration. |
x |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
1 |
|
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
MINUTES |
|
Streaming Type |
Enumeration, one of:
|
Defines if the request should be sent using streaming. Setting the value to AUTO will automatically define the best strategy based on the request content. |
AUTO |
|
Name |
String |
The identifier of this element used to reference it in other components |
x |
|
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. This does not mean that the platform expires the instance at the exact moment that it becomes eligible. Mule purges the instances as appropriate. |
Connection Types
Account Sid Auth Token Connection Provider
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Default Headers |
Array of Default Header |
|||
Query Parameters |
Array of Default Query Param |
|||
Connection Timeout |
Number |
The timeout for establishing connections to the remote service |
30 |
|
Connection Timeout Unit |
Enumeration, one of:
|
A time unit which qualifies the Connection Timeout |
SECONDS |
|
Use Persistent Connections |
Boolean |
If false, each connection will be closed after the first request is completed. |
true |
|
Max Connections |
Number |
The maximum number of outbound connections to keep open at the same time |
-1 |
|
Connection Idle Timeout |
Number |
A timeout for how long a connection can remain idle before it is closed |
30 |
|
Connection Idle Timeout Unit |
Enumeration, one of:
|
A time unit which qualifies the connection Idle Timeout |
SECONDS |
|
Proxy Config |
Reusable configuration element for outbound connections through a proxy |
|||
Stream Response |
Boolean |
Whether or not received responses should be streamed |
false |
|
Response Buffer Size |
Number |
The space in bytes for the buffer where the HTTP response will be stored. |
-1 |
|
Username |
String |
The username to authenticate the requests |
x |
|
Password |
String |
The password to authenticate the requests |
x |
|
Base Uri |
String |
Parameter base URI, each instance/tenant gets its own |
||
Protocol |
Enumeration, one of:
|
Protocol to use for communication. Valid values are HTTP and HTTPS |
HTTP |
|
TLS Configuration |
||||
Reconnection |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
Update Address
<twilio:create20100401-accounts-addresses-json-by-account-sid-sid>
Update Address This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that is responsible for the Address resource to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Address resource to update. |
x |
|
Accounts Addresses Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Address
<twilio:create20100401-accounts-addressesjson-by-account-sid>
Create Address This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Addresses.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will be responsible for the new Address resource. |
x |
|
Accounts Addresses Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Application
<twilio:create20100401-accounts-applications-json-by-account-sid-sid>
Updates the application''s properties This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the application resources to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Application resource to update. |
x |
|
Accounts Applications Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Application
<twilio:create20100401-accounts-applicationsjson-by-account-sid>
Create a new application within your account This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Applications.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Applications Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Call Feedback Summary
<twilio:create20100401-accounts-calls-feedback-summaryjson-by-account-sid>
Create a FeedbackSummary resource for a call This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Accounts Calls Feedback Summary Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Call Feedback
<twilio:create20100401-accounts-calls-feedbackjson-by-account-sid-call-sid>
Update a Feedback resource for a call This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Call Sid |
String |
The call sid that uniquely identifies the call |
x |
|
Accounts Calls Feedback Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Call
<twilio:create20100401-accounts-calls-json-by-account-sid-sid>
Initiates a call redirect or terminates a call This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Call resource(s) to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Call resource to update |
x |
|
Accounts Calls Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Payments
<twilio:create20100401-accounts-calls-payments-json-by-account-sid-call-sid-sid>
update an instance of payments with different phases of payment flows. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will update the resource. |
x |
|
Call Sid |
String |
The SID of the call that will update the resource. This should be the same call sid that was used to create payments resource. |
x |
|
Sid |
String |
The SID of Payments session that needs to be updated. |
x |
|
Accounts Calls Payments Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Payments
<twilio:create20100401-accounts-calls-paymentsjson-by-account-sid-call-sid>
create an instance of payments. This will start a new payments session This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Call Sid |
String |
The SID of the call that will create the resource. Call leg associated with this sid is expected to provide payment information thru DTMF. |
x |
|
Accounts Calls Payments Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Call Recording
<twilio:create20100401-accounts-calls-recordings-json-by-account-sid-call-sid-sid>
Changes the status of the recording to paused, stopped, or in-progress. Note: Pass Twilio.CURRENT
instead of recording sid to reference current active recording. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording resource to update. |
x |
|
Call Sid |
String |
The call SID of the resource to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Recording resource to update. |
x |
|
Accounts Calls Recordings Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Call Recording
<twilio:create20100401-accounts-calls-recordingsjson-by-account-sid-call-sid>
Create a recording for the call This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Call Sid |
String |
The SID of the call to associate the resource with. |
x |
|
Accounts Calls Recordings Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Call
<twilio:create20100401-accounts-callsjson-by-account-sid>
Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Calls.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Calls Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Conference
<twilio:create20100401-accounts-conferences-json-by-account-sid-sid>
Update Conference This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Conference resource(s) to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Conference resource to update |
x |
|
Accounts Conferences Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Participant
<twilio:create20100401-accounts-conferences-participants-json-by-account-sid-conference-sid-call-sid>
Update the properties of the participant This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Participant resources to update. |
x |
|
Conference Sid |
String |
The SID of the conference with the participant to update. |
x |
|
Call Sid |
String |
The call SID or label of the participant to update. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. |
x |
|
Accounts Conferences Participants Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Participant
<twilio:create20100401-accounts-conferences-participantsjson-by-account-sid-conference-sid>
Create Participant This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Conference Sid |
String |
The SID of the participant''s conference. |
x |
|
Accounts Conferences Participants Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Conference Recording
<twilio:create20100401-accounts-conferences-recordings-json-by-account-sid-conference-sid-sid>
Changes the status of the recording to paused, stopped, or in-progress. Note: To use Twilio.CURRENT
, pass it as recording sid. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Conference Recording resource to update. |
x |
|
Conference Sid |
String |
The Conference SID that identifies the conference associated with the recording to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Conference Recording resource to update. Use |
x |
|
Accounts Calls Recordings Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Connect App
<twilio:create20100401-accounts-connect-apps-json-by-account-sid-sid>
Update a connect-app with the specified parameters This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the ConnectApp resources to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the ConnectApp resource to update. |
x |
|
Accounts Connect Apps Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Incoming Phone Number Assigned Add On
<twilio:create20100401-accounts-incoming-phone-numbers-assigned-add-onsjson-by-account-sid-resource-sid>
Assign an Add-on installation to the Number specified. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Resource Sid |
String |
SID of the phone number to assign the Add-on. |
x |
|
Accounts Incoming Phone Numbers Assigned Add Ons Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Incoming Phone Number
<twilio:create20100401-accounts-incoming-phone-numbers-json-by-account-sid-sid>
Update an incoming-phone-number instance. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the IncomingPhoneNumber resource to update. For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers). |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update. |
x |
|
Accounts Incoming Phone Numbers Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Incoming Phone Number Local
<twilio:create20100401-accounts-incoming-phone-numbers-localjson-by-account-sid>
Create Incoming Phone Number Local This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Incoming Phone Numbers Local Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Incoming Phone Number Mobile
<twilio:create20100401-accounts-incoming-phone-numbers-mobilejson-by-account-sid>
Create Incoming Phone Number Mobile This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Incoming Phone Numbers Local Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Incoming Phone Number Toll Free
<twilio:create20100401-accounts-incoming-phone-numbers-toll-freejson-by-account-sid>
Create Incoming Phone Number Toll Free This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Incoming Phone Numbers Local Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Incoming Phone Number
<twilio:create20100401-accounts-incoming-phone-numbersjson-by-account-sid>
Purchase a phone-number for the account. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Incoming Phone Numbers Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Account
<twilio:create20100401-accounts-json-by-sid>
Modify the properties of a given Account This operation makes an HTTP POST request to the /2010-04-01/Accounts/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Sid |
String |
The Account Sid that uniquely identifies the account to update |
x |
|
Accounts Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Key
<twilio:create20100401-accounts-keys-json-by-account-sid-sid>
Update Key This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Key resources to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Key resource to update. |
x |
|
Accounts Keys Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create New Key
<twilio:create20100401-accounts-keysjson-by-account-sid>
Create New Key This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Keys.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will be responsible for the new Key resource. |
x |
|
Accounts Keys Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Message Feedback
<twilio:create20100401-accounts-messages-feedbackjson-by-account-sid-message-sid>
Create Message Feedback This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Message Sid |
String |
The SID of the Message resource for which the feedback was provided. |
x |
|
Accounts Messages Feedback Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Message
<twilio:create20100401-accounts-messages-json-by-account-sid-sid>
To redact a message-body from a post-flight message record, post to the message instance resource with an empty body This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Message resources to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Message resource to update. |
x |
|
Accounts Messages Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Message
<twilio:create20100401-accounts-messagesjson-by-account-sid>
Send a message from the account used to make the request This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Messages.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Messages Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Outgoing Caller Id
<twilio:create20100401-accounts-outgoing-caller-ids-json-by-account-sid-sid>
Updates the caller-id This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the OutgoingCallerId resources to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. |
x |
|
Accounts Outgoing Caller Id Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Validation Request
<twilio:create20100401-accounts-outgoing-caller-idsjson-by-account-sid>
Create Validation Request This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account responsible for the new caller ID resource. |
x |
|
Accounts Outgoing Caller Ids Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Queue
<twilio:create20100401-accounts-queues-json-by-account-sid-sid>
Update the queue with the new parameters This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Queue resource to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Queue resource to update |
x |
|
Accounts Queues Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Member
<twilio:create20100401-accounts-queues-members-json-by-account-sid-queue-sid-call-sid>
Dequeue a member from a queue and have the member''s call begin executing the TwiML document at that URL This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Member resource(s) to update. |
x |
|
Queue Sid |
String |
SID of the queue in which to find the members. to update. |
x |
|
Call Sid |
String |
The call SID of the resource(s) to update. |
x |
|
Accounts Queues Members Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Queue
<twilio:create20100401-accounts-queuesjson-by-account-sid>
Create a queue This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Queues.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Queues Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Signing Key
<twilio:create20100401-accounts-signing-keys-json-by-account-sid-sid>
Update Signing Key This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Account Sid. |
x |
|
Sid |
String |
Sid. |
x |
|
Accounts Singing Keys Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create New Signing Key
<twilio:create20100401-accounts-signing-keysjson-by-account-sid>
Create a new Signing Key for the account making the request. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SigningKeys.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will be responsible for the new Key resource. |
x |
|
Accounts Singing Keys Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Sip Credential
<twilio:create20100401-accounts-sip-credential-lists-credentials-json-by-account-sid-credential-list-sid-sid>
Update a credential resource. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Credential List Sid |
String |
Unique ID that identifies the credential list that includes this credential. |
x |
|
Sid |
String |
Unique ID that identifies the resource to update. |
x |
|
Accounts Sip Credential Lists Credentials Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Credential
<twilio:create20100401-accounts-sip-credential-lists-credentialsjson-by-account-sid-credential-list-sid>
Create a new credential resource. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Credential List Sid |
String |
Unique ID that identifies the credential list to include the created credential. |
x |
|
Accounts Sip Credential Lists Credentials Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Sip Credential List
<twilio:create20100401-accounts-sip-credential-lists-json-by-account-sid-sid>
Update a Credential List This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Sid |
String |
Credential list Sid that uniquely identifies this resource. |
x |
|
Accounts Sip Credential Lists Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Credential List
<twilio:create20100401-accounts-sip-credential-listsjson-by-account-sid>
Create a Credential List This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Accounts Sip Credential Lists Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Auth Calls Credential List Mapping
<twilio:create20100401-accounts-sip-domains-auth-calls-credential-list-mappingsjson-by-account-sid-domain-sid>
Create a new credential list mapping resource This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Domain Sid |
String |
The SID of the SIP domain that will contain the new resource. |
x |
|
Accounts Sip Domains Auth Calls Credential List Mappings Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Auth Calls Ip Access Control List Mapping
<twilio:create20100401-accounts-sip-domains-auth-calls-ip-access-control-list-mappingsjson-by-account-sid-domain-sid>
Create a new IP Access Control List mapping This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Domain Sid |
String |
The SID of the SIP domain that will contain the new resource. |
x |
|
Accounts Sip Domains Auth Calls Ip Access Control List Mappings Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Auth Registrations Credential List Mapping
<twilio:create20100401-accounts-sip-domains-auth-registrations-credential-list-mappingsjson-by-account-sid-domain-sid>
Create a new credential list mapping resource This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Domain Sid |
String |
The SID of the SIP domain that will contain the new resource. |
x |
|
Accounts Sip Domains Auth Calls Credential List Mappings Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Credential List Mapping
<twilio:create20100401-accounts-sip-domains-credential-list-mappingsjson-by-account-sid-domain-sid>
Create a CredentialListMapping resource for an account. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP Domain for which the CredentialList resource will be mapped. |
x |
|
Accounts Sip Domains Auth Calls Credential List Mappings Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Ip Access Control List Mapping
<twilio:create20100401-accounts-sip-domains-ip-access-control-list-mappingsjson-by-account-sid-domain-sid>
Create a new IpAccessControlListMapping resource. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP domain. |
x |
|
Accounts Sip Domains Auth Calls Ip Access Control List Mappings Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Sip Domain
<twilio:create20100401-accounts-sip-domains-json-by-account-sid-sid>
Update the attributes of a domain This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the SipDomain resource to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the SipDomain resource to update. |
x |
|
Accounts Sip Domains Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Domain
<twilio:create20100401-accounts-sip-domainsjson-by-account-sid>
Create a new Domain This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Sip Domains Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Sip Ip Address
<twilio:create20100401-accounts-sip-ip-access-control-lists-ip-addresses-json-by-account-sid-ip-access-control-list-sid-sid>
Update an IpAddress resource. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Ip Access Control List Sid |
String |
IpAccessControlList Sid that identifies the IpAddress resources to update. |
x |
|
Sid |
String |
34-character string that identifies the IpAddress resource to update. |
x |
|
Accounts Sip Ip Access Control Lists Ip Addresses Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Ip Address
<twilio:create20100401-accounts-sip-ip-access-control-lists-ip-addressesjson-by-account-sid-ip-access-control-list-sid>
Create a new IpAddress resource. This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Ip Access Control List Sid |
String |
IpAccessControlList Sid with which to associate the created IpAddress resource. |
x |
|
Accounts Sip Ip Access Control Lists Ip Addresses Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Sip Ip Access Control List
<twilio:create20100401-accounts-sip-ip-access-control-lists-json-by-account-sid-sid>
Rename an IpAccessControlList This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to update. |
x |
|
Accounts Sip Credential Lists Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Sip Ip Access Control List
<twilio:create20100401-accounts-sip-ip-access-control-listsjson-by-account-sid>
Create a new IpAccessControlList resource This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Accounts Sip Credential Lists Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Short Code
<twilio:create20100401-accounts-sms-short-codes-json-by-account-sid-sid>
Update a short code with the following parameters This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the ShortCode resource(s) to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the ShortCode resource to update |
x |
|
Accounts Sms Short Codes Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Token
<twilio:create20100401-accounts-tokensjson-by-account-sid>
Create a new token for ICE servers This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Tokens.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Tokens Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Usage Trigger
<twilio:create20100401-accounts-usage-triggers-json-by-account-sid-sid>
Update an instance of a usage trigger This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageTrigger resources to update. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the UsageTrigger resource to update. |
x |
|
Accounts Usage Triggers Update Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Usage Trigger
<twilio:create20100401-accounts-usage-triggersjson-by-account-sid>
Create a new UsageTrigger This operation makes an HTTP POST request to the /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that will create the resource. |
x |
|
Accounts Usage Triggers Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Account
<twilio:create20100401-accountsjson>
Create a new Twilio Subaccount from the account making the request This operation makes an HTTP POST request to the /2010-04-01/Accounts.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Accounts Content |
Any |
the content to use |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
|||
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Address
<twilio:delete20100401-accounts-addresses-json-by-account-sid-sid>
Delete Address This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that is responsible for the Address resource to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Address resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Application
<twilio:delete20100401-accounts-applications-json-by-account-sid-sid>
Delete the application by the specified application sid This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the application resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Application resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Call Feedback Summary
<twilio:delete20100401-accounts-calls-feedback-summary-json-by-account-sid-sid>
Delete a FeedbackSummary resource from a call This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Sid |
String |
34-character string that uniquely identifies this resource. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Call
<twilio:delete20100401-accounts-calls-json-by-account-sid-sid>
Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Call resource(s) to delete. |
x |
|
Sid |
String |
The Twilio-provided Call SID that uniquely identifies the Call resource to delete |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Call Recording
<twilio:delete20100401-accounts-calls-recordings-json-by-account-sid-call-sid-sid>
Delete a recording from your account This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording resources to delete. |
x |
|
Call Sid |
String |
The call SID of the resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Recording resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Participant
<twilio:delete20100401-accounts-conferences-participants-json-by-account-sid-conference-sid-call-sid>
Kick a participant from a given conference This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Participant resources to delete. |
x |
|
Conference Sid |
String |
The SID of the conference with the participants to delete. |
x |
|
Call Sid |
String |
The call SID or label of the participant to delete. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Conference Recording
<twilio:delete20100401-accounts-conferences-recordings-json-by-account-sid-conference-sid-sid>
Delete a recording from your account This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Conference Recording resources to delete. |
x |
|
Conference Sid |
String |
The Conference SID that identifies the conference associated with the recording to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Conference Recording resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Connect App
<twilio:delete20100401-accounts-connect-apps-json-by-account-sid-sid>
Delete an instance of a connect-app This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the ConnectApp resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Incoming Phone Number Assigned Add On
<twilio:delete20100401-accounts-incoming-phone-numbers-assigned-add-ons-json-by-account-sid-resource-sid-sid>
Remove the assignment of an Add-on installation from the Number specified. This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resources to delete. |
x |
|
Resource Sid |
String |
SID of the phone number to which the add-on is assigned to. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Incoming Phone Number
<twilio:delete20100401-accounts-incoming-phone-numbers-json-by-account-sid-sid>
Delete a phone-numbers belonging to the account used to make the request. This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the IncomingPhoneNumber resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Key
<twilio:delete20100401-accounts-keys-json-by-account-sid-sid>
Delete Key This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Key resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Key resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Message
<twilio:delete20100401-accounts-messages-json-by-account-sid-sid>
Deletes a message record from your account This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Message resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Message resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Media
<twilio:delete20100401-accounts-messages-media-json-by-account-sid-message-sid-sid>
Delete media from your account. Once delete, you will no longer be billed This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Media resource(s) to delete. |
x |
|
Message Sid |
String |
The SID of the Message resource that this Media resource belongs to. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Media resource to delete |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Outgoing Caller Id
<twilio:delete20100401-accounts-outgoing-caller-ids-json-by-account-sid-sid>
Delete the caller-id specified from the account This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the OutgoingCallerId resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Queue
<twilio:delete20100401-accounts-queues-json-by-account-sid-sid>
Remove an empty queue This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Queue resource to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Queue resource to delete |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Recording Add On Result
<twilio:delete20100401-accounts-recordings-add-on-results-json-by-account-sid-reference-sid-sid>
Delete a result and purge all associated Payloads This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording AddOnResult resources to delete. |
x |
|
Reference Sid |
String |
The SID of the recording to which the result to delete belongs. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Recording Add On Result Payload
<twilio:delete20100401-accounts-recordings-add-on-results-payloads-json-by-account-sid-reference-sid-add-on-result-sid-sid>
Delete a payload from the result along with all associated Data This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording AddOnResult Payload resources to delete. |
x |
|
Reference Sid |
String |
The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs. |
x |
|
Add On Result Sid |
String |
The SID of the AddOnResult to which the payloads to delete belongs. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Recording
<twilio:delete20100401-accounts-recordings-json-by-account-sid-sid>
Delete a recording from your account This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Recording resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Recording Transcription
<twilio:delete20100401-accounts-recordings-transcriptions-json-by-account-sid-recording-sid-sid>
Delete Recording Transcription This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Transcription resources to delete. |
x |
|
Recording Sid |
String |
SID of the recording that created the transcription to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Transcription resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Signing Key
<twilio:delete20100401-accounts-signing-keys-json-by-account-sid-sid>
Delete Signing Key This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Account Sid. |
x |
|
Sid |
String |
Sid. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Credential
<twilio:delete20100401-accounts-sip-credential-lists-credentials-json-by-account-sid-credential-list-sid-sid>
Delete a credential resource. This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Credential List Sid |
String |
Unique ID that identifies the credential list that contains the desired credentials. |
x |
|
Sid |
String |
Unique ID that identifies the resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Credential List
<twilio:delete20100401-accounts-sip-credential-lists-json-by-account-sid-sid>
Delete a Credential List This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Sid |
String |
Credential list Sid that uniquely identifies this resource. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Auth Calls Credential List Mapping
<twilio:delete20100401-accounts-sip-domains-auth-calls-credential-list-mappings-json-by-account-sid-domain-sid-sid>
Delete a credential list mapping from the requested domain This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the CredentialListMapping resources to delete. |
x |
|
Domain Sid |
String |
The SID of the SIP domain that contains the resource to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Auth Calls Ip Access Control List Mapping
<twilio:delete20100401-accounts-sip-domains-auth-calls-ip-access-control-list-mappings-json-by-account-sid-domain-sid-sid>
Delete an IP Access Control List mapping from the requested domain This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the IpAccessControlListMapping resources to delete. |
x |
|
Domain Sid |
String |
The SID of the SIP domain that contains the resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Auth Registrations Credential List Mapping
<twilio:delete20100401-accounts-sip-domains-auth-registrations-credential-list-mappings-json-by-account-sid-domain-sid-sid>
Delete a credential list mapping from the requested domain This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the CredentialListMapping resources to delete. |
x |
|
Domain Sid |
String |
The SID of the SIP domain that contains the resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Credential List Mapping
<twilio:delete20100401-accounts-sip-domains-credential-list-mappings-json-by-account-sid-domain-sid-sid>
Delete a CredentialListMapping resource from an account. This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP Domain that includes the resource to delete. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Ip Access Control List Mapping
<twilio:delete20100401-accounts-sip-domains-ip-access-control-list-mappings-json-by-account-sid-domain-sid-sid>
Delete an IpAccessControlListMapping resource. This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP domain. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Domain
<twilio:delete20100401-accounts-sip-domains-json-by-account-sid-sid>
Delete an instance of a Domain This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the SipDomain resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the SipDomain resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Ip Address
<twilio:delete20100401-accounts-sip-ip-access-control-lists-ip-addresses-json-by-account-sid-ip-access-control-list-sid-sid>
Delete an IpAddress resource. This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Ip Access Control List Sid |
String |
IpAccessControlList Sid that identifies the IpAddress resources to delete. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Sip Ip Access Control List
<twilio:delete20100401-accounts-sip-ip-access-control-lists-json-by-account-sid-sid>
Delete an IpAccessControlList from the requested account This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Transcription
<twilio:delete20100401-accounts-transcriptions-json-by-account-sid-sid>
Delete a transcription from the account used to make the request This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Transcription resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Transcription resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Usage Trigger
<twilio:delete20100401-accounts-usage-triggers-json-by-account-sid-sid>
Delete Usage Trigger This operation makes an HTTP DELETE request to the /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageTrigger resources to delete. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the UsageTrigger resource to delete. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Address
<twilio:get20100401-accounts-addresses-json-by-account-sid-sid>
Fetch Address This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that is responsible for the Address resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Address resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Application
<twilio:get20100401-accounts-applications-json-by-account-sid-sid>
Fetch the application specified by the provided sid This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Application resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Application resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Authorized Connect App
<twilio:get20100401-accounts-authorized-connect-apps-json-by-account-sid-connect-app-sid>
Fetch an instance of an authorized-connect-app This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the AuthorizedConnectApp resource to fetch. |
x |
|
Connect App Sid |
String |
The SID of the Connect App to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Available Phone Number Country
<twilio:get20100401-accounts-available-phone-numbers-json-by-account-sid-country-code>
Fetch Available Phone Number Country This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the available phone number Country resource. |
x |
|
Country Code |
String |
The ISO-3166-1 country code of the country to fetch available phone number information about. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Balance
<twilio:get20100401-accounts-balancejson-by-account-sid>
Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Balance.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique SID identifier of the account. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Call Feedback Summary
<twilio:get20100401-accounts-calls-feedback-summary-json-by-account-sid-sid>
Fetch a FeedbackSummary resource from a call This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Sid |
String |
34-character string that uniquely identifies this resource. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Call Feedback
<twilio:get20100401-accounts-calls-feedbackjson-by-account-sid-call-sid>
Fetch a Feedback resource from a call This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Call Sid |
String |
The call sid that uniquely identifies the call |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Call
<twilio:get20100401-accounts-calls-json-by-account-sid-sid>
Fetch the call specified by the provided Call SID This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Call resource(s) to fetch. |
x |
|
Sid |
String |
The SID of the Call resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Call Notification
<twilio:get20100401-accounts-calls-notifications-json-by-account-sid-call-sid-sid>
Fetch Call Notification This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Call Notification resource to fetch. |
x |
|
Call Sid |
String |
The call SID of the Call Notification resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Call Notification resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Call Recording
<twilio:get20100401-accounts-calls-recordings-json-by-account-sid-call-sid-sid>
Fetch an instance of a recording for a call This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the recording resource to fetch. |
x |
|
Call Sid |
String |
The call SID of the resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the recording resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Conference
<twilio:get20100401-accounts-conferences-json-by-account-sid-sid>
Fetch an instance of a conference This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Conference resource(s) to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Conference resource to fetch |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Participant
<twilio:get20100401-accounts-conferences-participants-json-by-account-sid-conference-sid-call-sid>
Fetch an instance of a participant This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Participant resource to fetch. |
x |
|
Conference Sid |
String |
The SID of the conference with the participant to fetch. |
x |
|
Call Sid |
String |
The call SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Conference Recording
<twilio:get20100401-accounts-conferences-recordings-json-by-account-sid-conference-sid-sid>
Fetch an instance of a recording for a call This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Conference Recording resource to fetch. |
x |
|
Conference Sid |
String |
The Conference SID that identifies the conference associated with the recording to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Conference Recording resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Connect App
<twilio:get20100401-accounts-connect-apps-json-by-account-sid-sid>
Fetch an instance of a connect-app This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the ConnectApp resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Incoming Phone Number Assigned Add On Extension
<twilio:get20100401-accounts-incoming-phone-numbers-assigned-add-ons-extensions-json-by-account-sid-resource-sid-assigned-add-on-sid-sid>
Fetch an instance of an Extension for the Assigned Add-on. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resource to fetch. |
x |
|
Resource Sid |
String |
SID of the phone number to which the add-on is assigned to. |
x |
|
Assigned Add On Sid |
String |
SID that uniquely identifies the assigned add-on installation. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Incoming Phone Number Assigned Add On
<twilio:get20100401-accounts-incoming-phone-numbers-assigned-add-ons-json-by-account-sid-resource-sid-sid>
Fetch an instance of an Add-on installation currently assigned to this Number. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resource to fetch. |
x |
|
Resource Sid |
String |
SID of the phone number to which the add-on is assigned to. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Incoming Phone Number
<twilio:get20100401-accounts-incoming-phone-numbers-json-by-account-sid-sid>
Fetch an incoming-phone-number belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the IncomingPhoneNumber resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Account
<twilio:get20100401-accounts-json-by-sid>
Fetch the account specified by the provided Account Sid This operation makes an HTTP GET request to the /2010-04-01/Accounts/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Sid |
String |
The Account Sid that uniquely identifies the account to fetch |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Key
<twilio:get20100401-accounts-keys-json-by-account-sid-sid>
Fetch Key This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Key resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Key resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Message
<twilio:get20100401-accounts-messages-json-by-account-sid-sid>
Fetch a message belonging to the account used to make the request This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Message resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Message resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Media
<twilio:get20100401-accounts-messages-media-json-by-account-sid-message-sid-sid>
Fetch a single media instance belonging to the account used to make the request This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Media resource(s) to fetch. |
x |
|
Message Sid |
String |
The SID of the Message resource that this Media resource belongs to. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Media resource to fetch |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Media Old
<twilio:get20100401-accounts-messages-mediajson-by-account-sid-message-sid>
Retrieve a list of Media resources belonging to the account used to make the request This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Media resource(s) to read. |
x |
|
Message Sid |
String |
The SID of the Message resource that this Media resource belongs to. |
x |
|
Date Created |
String |
Include only media that was created on this date. Specify a date as |
||
Date Created< |
String |
Include only media that was created on this date. Specify a date as |
||
Date Created> |
String |
Include only media that was created on this date. Specify a date as |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Message Old
<twilio:get20100401-accounts-messagesjson-by-account-sid>
Retrieve a list of messages belonging to the account used to make the request This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Messages.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Message resources to read. |
x |
|
To |
String |
Read messages sent to only this phone number. |
||
From |
String |
Read messages sent from only this phone number or alphanumeric sender ID. |
||
Date Sent |
String |
The date of the messages to show. Specify a date as |
||
Date Sent< |
String |
The date of the messages to show. Specify a date as |
||
Date Sent> |
String |
The date of the messages to show. Specify a date as |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Notification
<twilio:get20100401-accounts-notifications-json-by-account-sid-sid>
Fetch a notification belonging to the account used to make the request This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Notification resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Notification resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Outgoing Caller Id
<twilio:get20100401-accounts-outgoing-caller-ids-json-by-account-sid-sid>
Fetch an outgoing-caller-id belonging to the account used to make the request This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the OutgoingCallerId resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Queue
<twilio:get20100401-accounts-queues-json-by-account-sid-sid>
Fetch an instance of a queue identified by the QueueSid This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Queue resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the Queue resource to fetch |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Member
<twilio:get20100401-accounts-queues-members-json-by-account-sid-queue-sid-call-sid>
Fetch a specific member from the queue This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Member resource(s) to fetch. |
x |
|
Queue Sid |
String |
SID of the queue in which to find the members. to fetch. |
x |
|
Call Sid |
String |
The call SID of the resource(s) to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Recording Add On Result
<twilio:get20100401-accounts-recordings-add-on-results-json-by-account-sid-reference-sid-sid>
Fetch an instance of an AddOnResult. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the recording AddOnResult resource to fetch. |
x |
|
Reference Sid |
String |
SID of the recording that the fetch belongs to. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the recording AddOnResult resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Recording Add On Result Payload
<twilio:get20100401-accounts-recordings-add-on-results-payloads-json-by-account-sid-reference-sid-add-on-result-sid-sid>
Fetch an instance of a result payload. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the recording AddOnResult payload resource to fetch. |
x |
|
Reference Sid |
String |
SID of the recording of the AddOnResult resource that contains the payload to fetch. |
x |
|
Add On Result Sid |
String |
SID of the AddOnResult that the payload to fetch belongs to. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the recording AddOnResult payload resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Recording
<twilio:get20100401-accounts-recordings-json-by-account-sid-sid>
Fetch an instance of a recording. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the recording resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the recording resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Recording Transcription
<twilio:get20100401-accounts-recordings-transcriptions-json-by-account-sid-recording-sid-sid>
Fetch a recording transcription. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the transcription resource to fetch. |
x |
|
Recording Sid |
String |
SID of the recording that creates the transcription to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the transcription resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Signing Key
<twilio:get20100401-accounts-signing-keys-json-by-account-sid-sid>
Fetch a signing key. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Account Sid. |
x |
|
Sid |
String |
Sid. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Credential
<twilio:get20100401-accounts-sip-credential-lists-credentials-json-by-account-sid-credential-list-sid-sid>
Fetch a single credential. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Credential List Sid |
String |
Unique ID that identifies the credential list that contains the desired credential. |
x |
|
Sid |
String |
Unique ID that identifies the resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Credential List
<twilio:get20100401-accounts-sip-credential-lists-json-by-account-sid-sid>
Get a credential list. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Sid |
String |
Credential list Sid that uniquely identifies this resource. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Auth Calls Credential List Mapping
<twilio:get20100401-accounts-sip-domains-auth-calls-credential-list-mappings-json-by-account-sid-domain-sid-sid>
Fetch a specific instance of a credential list mapping. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the CredentialListMapping resource to fetch. |
x |
|
Domain Sid |
String |
SID of the SIP domain that contains the resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Auth Calls Ip Access Control List Mapping
<twilio:get20100401-accounts-sip-domains-auth-calls-ip-access-control-list-mappings-json-by-account-sid-domain-sid-sid>
Fetch a specific instance of an IP Access Control List mapping. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the IpAccessControlListMapping resource to fetch. |
x |
|
Domain Sid |
String |
SID of the SIP domain that contains the resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Auth Registrations Credential List Mapping
<twilio:get20100401-accounts-sip-domains-auth-registrations-credential-list-mappings-json-by-account-sid-domain-sid-sid>
Fetch a specific instance of a credential list mapping. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the CredentialListMapping resource to fetch. |
x |
|
Domain Sid |
String |
SID of the SIP domain that contains the resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Credential List Mapping
<twilio:get20100401-accounts-sip-domains-credential-list-mappings-json-by-account-sid-domain-sid-sid>
Fetch a single CredentialListMapping resource from an account. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP Domain that includes the resource to fetch. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Ip Access Control List Mapping
<twilio:get20100401-accounts-sip-domains-ip-access-control-list-mappings-json-by-account-sid-domain-sid-sid>
Fetch an IpAccessControlListMapping resource. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP domain. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Domain
<twilio:get20100401-accounts-sip-domains-json-by-account-sid-sid>
Fetch an instance of a domain. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the SipDomain resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the SipDomain resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Ip Address
<twilio:get20100401-accounts-sip-ip-access-control-lists-ip-addresses-json-by-account-sid-ip-access-control-list-sid-sid>
Read one IpAddress resource. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Ip Access Control List Sid |
String |
IpAccessControlList Sid that identifies the IpAddress resources to fetch. |
x |
|
Sid |
String |
34-character string that uniquely identifies the IpAddress resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Sip Ip Access Control List
<twilio:get20100401-accounts-sip-ip-access-control-lists-json-by-account-sid-sid>
Fetch a specific instance of an IpAccessControlList. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Sid |
String |
34-character string that uniquely identifies the resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Short Code
<twilio:get20100401-accounts-sms-short-codes-json-by-account-sid-sid>
Fetch an instance of a short code. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the ShortCode resource(s) to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the ShortCode resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Transcription
<twilio:get20100401-accounts-transcriptions-json-by-account-sid-sid>
Fetch an instance of a transcription. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the transcription resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the transcription resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Fetch Usage Trigger
<twilio:get20100401-accounts-usage-triggers-json-by-account-sid-sid>
Fetch an instance of a usage-trigger. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageTrigger resource to fetch. |
x |
|
Sid |
String |
Twilio-provided string that uniquely identifies the UsageTrigger resource to fetch. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Account
<twilio:list-account>
Retrieves a collection of accounts belonging to the account that makes the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Friendly Name |
String |
Returns only the account resources with friendly names that exactly match this name. |
||
Status |
Enumeration, one of:
|
Returns only account resources with the given status. Can be |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Address
<twilio:list-address>
List address. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Addresses.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that is responsible for the address resource to read. |
x |
|
Customer Name |
String |
Customer name of the address resources to read. |
||
Friendly Name |
String |
String that identifies the address resources to read. |
||
Iso Country |
String |
ISO country code of the address resources to read. |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Application
<twilio:list-application>
Retrieve a list of applications representing an application within the requesting account. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Applications.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the application resources to read. |
x |
|
Friendly Name |
String |
String that identifies the application resources to read. |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Authorized Connect App
<twilio:list-authorized-connect-app>
Retrieve a list of authorized-connect-apps belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the AuthorizedConnectApp resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number Country
<twilio:list-available-phone-number-country>
List available phone number country resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the available phone number country resources. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number Local
<twilio:list-available-phone-number-local>
List available phone number local resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the AvailablePhoneNumber resources. |
x |
|
Country Code |
String |
[ISO-3166-1 country code of the country from which to read phone numbers. |
x |
|
Area Code |
Number |
Area code of the phone numbers to read. Applies only to phone numbers in the US and Canada. |
||
Contains |
String |
Pattern for matching phone numbers. Valid characters are |
||
Sms Enabled |
Boolean |
Whether the phone numbers can receive text messages. Can be |
false |
|
Mms Enabled |
Boolean |
Whether the phone numbers can receive MMS messages. Can be |
false |
|
Voice Enabled |
Boolean |
Whether the phone numbers can receive calls. Can be |
false |
|
Exclude All Address Required |
Boolean |
Whether to exclude phone numbers that require an address. Can be |
false |
|
Exclude Local Address Required |
Boolean |
Whether to exclude phone numbers that require a local address. Can be |
false |
|
Exclude Foreign Address Required |
Boolean |
Whether to exclude phone numbers that require a foreign address. Can be |
false |
|
Beta |
Boolean |
Whether to read phone numbers that are new to the Twilio platform. Can be |
true |
|
Near Number |
String |
Given a phone number, find a geographically close number within |
||
Near Lat Long |
String |
Given a latitude or longitude pair |
||
Distance |
Number |
The search radius, in miles, for a |
||
In Postal Code |
String |
Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies only to phone numbers in the US and Canada. |
||
In Region |
String |
Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies only to phone numbers in the US and Canada. |
||
In Rate Center |
String |
Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires |
||
In Lata |
String |
Limit results to a specific local access and transport area LATA. Given a phone number, search within the same LATA as that number. Applies only to phone numbers in the US and Canada. |
||
In Locality |
String |
Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. |
||
Fax Enabled |
Boolean |
Whether the phone numbers can receive faxes. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number Machine To Machine
<twilio:list-available-phone-number-machine-to-machine>
List available phone number machine to machine. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the AvailablePhoneNumber resources. |
x |
|
Country Code |
String |
[ISO-3166-1 country code of the country from which to read phone numbers. |
x |
|
Area Code |
Number |
Area code of the phone numbers to read. Applies only to phone numbers in the US and Canada. |
||
Contains |
String |
Pattern on which to match phone numbers. Valid characters are |
||
Sms Enabled |
Boolean |
Whether the phone numbers can receive text messages. Can be |
false |
|
Mms Enabled |
Boolean |
Whether the phone numbers can receive MMS messages. Can be |
false |
|
Voice Enabled |
Boolean |
Whether the phone numbers can receive calls. Can be |
false |
|
Exclude All Address Required |
Boolean |
Whether to exclude phone numbers that require an address. Can be |
false |
|
Exclude Local Address Required |
Boolean |
Whether to exclude phone numbers that require a local address. Can be |
false |
|
Exclude Foreign Address Required |
Boolean |
Whether to exclude phone numbers that require a foreign address. Can be |
false |
|
Beta |
Boolean |
Whether to read phone numbers that are new to the Twilio platform. Can be |
true |
|
Near Number |
String |
Given a phone number, find a geographically close number within |
||
Near Lat Long |
String |
Given a latitude or longitude pair |
||
Distance |
Number |
The search radius, in miles, for a |
||
In Postal Code |
String |
Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies only to phone numbers in the US and Canada. |
||
In Region |
String |
Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies only to phone numbers in the US and Canada. |
||
In Rate Center |
String |
Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires |
||
In Lata |
String |
Limit results to a specific local access and transport area LATA. Given a phone number, search within the same LATA as that number. Applies only to phone numbers in the US and Canada. |
||
In Locality |
String |
Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. |
||
Fax Enabled |
Boolean |
Whether the phone numbers can receive faxes. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number Mobile
<twilio:list-available-phone-number-mobile>
List available phone number mobile resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the AvailablePhoneNumber resources. |
x |
|
Country Code |
String |
[ISO-3166-1 country code of the country from which to read phone numbers. |
x |
|
Area Code |
Number |
Area code of the phone numbers to read. Applies only to phone numbers in the US and Canada. |
||
Contains |
String |
Pattern on which to match phone numbers. Valid characters are |
||
Sms Enabled |
Boolean |
Whether the phone numbers can receive text messages. Can be |
false |
|
Mms Enabled |
Boolean |
Whether the phone numbers can receive MMS messages. Can be |
false |
|
Voice Enabled |
Boolean |
Whether the phone numbers can receive calls. Can be |
false |
|
Exclude All Address Required |
Boolean |
Whether to exclude phone numbers that require an address. Can be |
false |
|
Exclude Local Address Required |
Boolean |
Whether to exclude phone numbers that require a local address. Can be |
false |
|
Exclude Foreign Address Required |
Boolean |
Whether to exclude phone numbers that require a foreign address. Can be |
false |
|
Beta |
Boolean |
Whether to read phone numbers that are new to the Twilio platform. Can be |
true |
|
Near Number |
String |
Given a phone number, find a geographically close number within |
||
Near Lat Long |
String |
Given a latitude or longitude pair |
||
Distance |
Number |
The search radius, in miles, for a |
||
In Postal Code |
String |
Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies only to phone numbers in the US and Canada. |
||
In Region |
String |
Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies only to phone numbers in the US and Canada. |
||
In Rate Center |
String |
Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires |
||
In Lata |
String |
Limit results to a specific local access and transport area LATA. Given a phone number, search within the same LATA as that number. Applies only to phone numbers in the US and Canada. |
||
In Locality |
String |
Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. |
||
Fax Enabled |
Boolean |
Whether the phone numbers can receive faxes. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number National
<twilio:list-available-phone-number-national>
List available phone number national resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the AvailablePhoneNumber resources. |
x |
|
Country Code |
String |
[ISO-3166-1 country code of the country from which to read phone numbers. |
x |
|
Area Code |
Number |
Area code of the phone numbers to read. Applies only to phone numbers in the US and Canada. |
||
Contains |
String |
Pattern on which to match phone numbers. Valid characters are |
||
Sms Enabled |
Boolean |
Whether the phone numbers can receive text messages. Can be |
false |
|
Mms Enabled |
Boolean |
Whether the phone numbers can receive MMS messages. Can be |
false |
|
Voice Enabled |
Boolean |
Whether the phone numbers can receive calls. Can be |
false |
|
Exclude All Address Required |
Boolean |
Whether to exclude phone numbers that require an address. Can be |
false |
|
Exclude Local Address Required |
Boolean |
Whether to exclude phone numbers that require a local address. Can be |
false |
|
Exclude Foreign Address Required |
Boolean |
Whether to exclude phone numbers that require a foreign address. Can be |
false |
|
Beta |
Boolean |
Whether to read phone numbers that are new to the Twilio platform. Can be |
true |
|
Near Number |
String |
Given a phone number, find a geographically close number within |
||
Near Lat Long |
String |
Given a latitude or longitude pair |
||
Distance |
Number |
The search radius, in miles, for a |
||
In Postal Code |
String |
Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies only to phone numbers in the US and Canada. |
||
In Region |
String |
Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies only to phone numbers in the US and Canada. |
||
In Rate Center |
String |
Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires |
||
In Lata |
String |
Limit results to a specific local access and transport area LATA. Given a phone number, search within the same LATA as that number. Applies only to phone numbers in the US and Canada. |
||
In Locality |
String |
Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. |
||
Fax Enabled |
Boolean |
Whether the phone numbers can receive faxes. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number Shared Cost
<twilio:list-available-phone-number-shared-cost>
List available phone number shared cost resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the AvailablePhoneNumber resources. |
x |
|
Country Code |
String |
[ISO-3166-1 country code of the country from which to read phone numbers. |
x |
|
Area Code |
Number |
Area code of the phone numbers to read. Applies only to phone numbers in the US and Canada. |
||
Contains |
String |
Pattern on which to match phone numbers. Valid characters are |
||
Sms Enabled |
Boolean |
Whether the phone numbers can receive text messages. Can be |
false |
|
Mms Enabled |
Boolean |
Whether the phone numbers can receive MMS messages. Can be |
false |
|
Voice Enabled |
Boolean |
Whether the phone numbers can receive calls. Can be |
false |
|
Exclude All Address Required |
Boolean |
Whether to exclude phone numbers that require an address. Can be |
false |
|
Exclude Local Address Required |
Boolean |
Whether to exclude phone numbers that require a local address. Can be |
false |
|
Exclude Foreign Address Required |
Boolean |
Whether to exclude phone numbers that require a foreign address. Can be |
false |
|
Beta |
Boolean |
Whether to read phone numbers that are new to the Twilio platform. Can be |
true |
|
Near Number |
String |
Given a phone number, find a geographically close number within |
||
Near Lat Long |
String |
Given a latitude or longitude pair |
||
Distance |
Number |
The search radius, in miles, for a |
||
In Postal Code |
String |
Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies only to phone numbers in the US and Canada. |
||
In Region |
String |
Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies only to phone numbers in the US and Canada. |
||
In Rate Center |
String |
Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires |
||
In Lata |
String |
Limit results to a specific local access and transport area LATA. Given a phone number, search within the same LATA as that number. Applies only to phone numbers in the US and Canada. |
||
In Locality |
String |
Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. |
||
Fax Enabled |
Boolean |
Whether the phone numbers can receive faxes. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number Toll Free
<twilio:list-available-phone-number-toll-free>
List available phone number toll free resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the AvailablePhoneNumber resources. |
x |
|
Country Code |
String |
[ISO-3166-1 country code of the country from which to read phone numbers. |
x |
|
Area Code |
Number |
Area code of the phone numbers to read. Applies only to phone numbers in the US and Canada. |
||
Contains |
String |
Pattern on which to match phone numbers. Valid characters are |
||
Sms Enabled |
Boolean |
Whether the phone numbers can receive text messages. Can be |
false |
|
Mms Enabled |
Boolean |
Whether the phone numbers can receive MMS messages. Can be |
false |
|
Voice Enabled |
Boolean |
Whether the phone numbers can receive calls. Can be |
false |
|
Exclude All Address Required |
Boolean |
Whether to exclude phone numbers that require an address. Can be |
false |
|
Exclude Local Address Required |
Boolean |
Whether to exclude phone numbers that require a local address. Can be |
false |
|
Exclude Foreign Address Required |
Boolean |
Whether to exclude phone numbers that require a foreign address. Can be |
false |
|
Beta |
Boolean |
Whether to read phone numbers that are new to the Twilio platform. Can be |
true |
|
Near Number |
String |
Given a phone number, find a geographically close number within |
||
Near Lat Long |
String |
Given a latitude or longitude pair |
||
Distance |
Number |
The search radius, in miles, for a |
||
In Postal Code |
String |
Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies only to phone numbers in the US and Canada. |
||
In Region |
String |
Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies only to phone numbers in the US and Canada. |
||
In Rate Center |
String |
Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires |
||
In Lata |
String |
Limit results to a specific local access and transport area LATA. Given a phone number, search within the same LATA as that number. Applies only to phone numbers in the US and Canada. |
||
In Locality |
String |
Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. |
||
Fax Enabled |
Boolean |
Whether the phone numbers can receive faxes. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Available Phone Number Voip
<twilio:list-available-phone-number-voip>
List available phone number VOIP resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account requesting the AvailablePhoneNumber resources. |
x |
|
Country Code |
String |
[ISO-3166-1 country code of the country from which to read phone numbers. |
x |
|
Area Code |
Number |
Area code of the phone numbers to read. Applies only to phone numbers in the US and Canada. |
||
Contains |
String |
Pattern on which to match phone numbers. Valid characters are |
||
Sms Enabled |
Boolean |
Whether the phone numbers can receive text messages. Can be |
false |
|
Mms Enabled |
Boolean |
Whether the phone numbers can receive MMS messages. Can be |
false |
|
Voice Enabled |
Boolean |
Whether the phone numbers can receive calls. Can be |
false |
|
Exclude All Address Required |
Boolean |
Whether to exclude phone numbers that require an address. Can be |
false |
|
Exclude Local Address Required |
Boolean |
Whether to exclude phone numbers that require a local address. Can be |
false |
|
Exclude Foreign Address Required |
Boolean |
Whether to exclude phone numbers that require a foreign address. Can be |
false |
|
Beta |
Boolean |
Whether to read phone numbers that are new to the Twilio platform. Can be |
true |
|
Near Number |
String |
Given a phone number, find a geographically close number within |
||
Near Lat Long |
String |
Given a latitude or longitude pair |
||
Distance |
Number |
The search radius, in miles, for a |
||
In Postal Code |
String |
Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies only to phone numbers in the US and Canada. |
||
In Region |
String |
Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies only to phone numbers in the US and Canada. |
||
In Rate Center |
String |
Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires |
||
In Lata |
String |
Limit results to a specific local access and transport area LATA. Given a phone number, search within the same LATA as that number. Applies only to phone numbers in the US and Canada. |
||
In Locality |
String |
Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. |
||
Fax Enabled |
Boolean |
Whether the phone numbers can receive faxes. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Call
<twilio:list-call>
Retrieves a collection of calls made to and from your account. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Call resource(s) to read. |
x |
|
To |
String |
Show only calls made to this phone number, SIP address, client identifier, or SIM SID. |
||
From |
String |
Include only calls from this phone number, SIP address, client identifier, or SIM SID. |
||
Parent Call Sid |
String |
Include only calls spawned by calls with this SID. |
||
Status |
Enumeration, one of:
|
The status of the calls to include. Can be`queued`, |
||
Start Time |
String |
Include only calls that started on this date. Specify a date as |
||
Start Time< |
String |
Include only calls that started on this date. Specify a date as |
||
Start Time> |
String |
Include only calls that started on this date. Specify a date as |
||
End Time |
String |
Include only calls that ended on this date. Specify a date as |
||
End Time< |
String |
Include only calls that ended on this date. Specify a date as |
||
End Time> |
String |
Include only calls that ended on this date. Specify a date as |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Call Event
<twilio:list-call-event>
Retrieve a list of all events for a call. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique SID identifier of the account. |
x |
|
Call Sid |
String |
Unique SID identifier of the call. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Call Notification
<twilio:list-call-notification>
List call notification. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the call notification resources to read. |
x |
|
Call Sid |
String |
The call SID of the call notification resources to read. |
x |
|
Log |
Number |
Read only notifications of the specified log level. Can be |
||
Message Date |
String |
Show only notifications for the specified date, formatted as |
||
Message Date< |
String |
Show only notifications for the specified date, formatted as |
||
Message Date> |
String |
Show only notifications for the specified date, formatted as |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Call Recording
<twilio:list-call-recording>
Retrieve a list of recordings belonging to the call used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording resources to read. |
x |
|
Call Sid |
String |
The call SID of the resources to read. |
x |
|
Date Created |
String |
The |
||
Date Created< |
String |
The |
||
Date Created> |
String |
The |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Conference
<twilio:list-conference>
Retrieve a list of conferences belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Conferences.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Conference resource(s) to read. |
x |
|
Date Created |
String |
The |
||
Date Created< |
String |
The |
||
Date Created> |
String |
The |
||
Date Updated |
String |
The |
||
Date Updated< |
String |
The |
||
Date Updated> |
String |
The |
||
Friendly Name |
String |
String that identifies the Conference resources to read. |
||
Status |
Enumeration, one of:
|
The status of the resources to read. Can be`init`, |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Conference Recording
<twilio:list-conference-recording>
Retrieve a list of recordings belonging to the call used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Conference Recording resources to read. |
x |
|
Conference Sid |
String |
Conference SID that identifies the conference associated with the recording to read. |
x |
|
Date Created |
String |
The |
||
Date Created< |
String |
The |
||
Date Created> |
String |
The |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Connect App
<twilio:list-connect-app>
Retrieve a list of connect-apps belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/ConnectApps.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the ConnectApp resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Dependent Phone Number
<twilio:list-dependent-phone-number>
List dependent phone number resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the DependentPhoneNumber resources to read. |
x |
|
Address Sid |
String |
SID of the address resource associated with the phone number. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Incoming Phone Number
<twilio:list-incoming-phone-number>
Retrieve a list of incoming phone numbers belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the IncomingPhoneNumber resources to read. |
x |
|
Beta |
Boolean |
Whether to include phone numbers new to the Twilio platform. Can be |
false |
|
Friendly Name |
String |
A string that identifies the IncomingPhoneNumber resources to read. |
||
Phone Number |
String |
The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. |
||
Origin |
String |
Whether to include phone numbers based on their origin. Can be |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Incoming Phone Number Assigned Add On
<twilio:list-incoming-phone-number-assigned-add-on>
Retrieve a list of add-on installations currently assigned to this number. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resources to read. |
x |
|
Resource Sid |
String |
SID of the phone number to which the add-on is assigned to. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Incoming Phone Number Assigned Add On Extension
<twilio:list-incoming-phone-number-assigned-add-on-extension>
Retrieve a list of extensions for the assigned add-on. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resources to read. |
x |
|
Resource Sid |
String |
SID of the phone number to which the add-on is assigned to. |
x |
|
Assigned Add On Sid |
String |
SID that uniquely identifies the assigned add-on installation. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Incoming Phone Number Local
<twilio:list-incoming-phone-number-local>
List incoming phone number local resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resources to read. |
x |
|
Beta |
Boolean |
Whether to include phone numbers new to the Twilio platform. Can be |
false |
|
Friendly Name |
String |
A string that identifies the resources to read. |
||
Phone Number |
String |
The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. |
||
Origin |
String |
Whether to include phone numbers based on their origin. Can be |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Incoming Phone Number Mobile
<twilio:list-incoming-phone-number-mobile>
List incoming phone number mobile resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resources to read. |
x |
|
Beta |
Boolean |
Whether to include phone numbers new to the Twilio platform. Can be |
false |
|
Friendly Name |
String |
A string that identifies the resources to read. |
||
Phone Number |
String |
The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. |
||
Origin |
String |
Whether to include phone numbers based on their origin. Can be |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Incoming Phone Number Toll Free
<twilio:list-incoming-phone-number-toll-free>
List incoming phone number toll free resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the resources to read. |
x |
|
Beta |
Boolean |
Whether to include phone numbers new to the Twilio platform. Can be |
false |
|
Friendly Name |
String |
A string that identifies the resources to read. |
||
Phone Number |
String |
The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. |
||
Origin |
String |
Whether to include phone numbers based on their origin. Can be |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Key
<twilio:list-key>
List key. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Keys.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Key resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Media
<twilio:list-media>
Retrieve a list of media resources belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Media resource(s) to read. |
x |
|
Message Sid |
String |
The SID of the Message resource that this Media resource belongs to. |
x |
|
Date Created |
String |
Include only media that was created on this date. Specify a date as |
||
Date Created< |
String |
Include only media that was created on this date. Specify a date as |
||
Date Created> |
String |
Include only media that was created on this date. Specify a date as |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Member
<twilio:list-member>
Retrieve the members of the queue. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Member resource(s) to read. |
x |
|
Queue Sid |
String |
SID of the queue in which to find the members. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Message
<twilio:list-message>
Retrieve a list of messages belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Messages.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Message resources to read. |
x |
|
To |
String |
Read messages sent to only this phone number. |
||
From |
String |
Read messages sent from only this phone number or alphanumeric sender ID. |
||
Date Sent |
String |
The date of the messages to show. Specify a date as |
||
Date Sent< |
String |
The date of the messages to show. Specify a date as |
||
Date Sent> |
String |
The date of the messages to show. Specify a date as |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Notification
<twilio:list-notification>
Retrieve a list of notifications belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Notifications.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Notification resources to read. |
x |
|
Log |
Number |
Read only notifications of the specified log level. Can be |
||
Message Date |
String |
Show only notifications for the specified date, formatted as |
||
Message Date< |
String |
Show only notifications for the specified date, formatted as |
||
Message Date> |
String |
Show only notifications for the specified date, formatted as |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Outgoing Caller Id
<twilio:list-outgoing-caller-id>
Retrieve a list of outgoing caller IDs belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the OutgoingCallerId resources to read. |
x |
|
Phone Number |
String |
The phone number of the OutgoingCallerId resources to read. |
||
Friendly Name |
String |
String that identifies the OutgoingCallerId resources to read. |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Participant
<twilio:list-participant>
Retrieve a list of participants belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the participant resources to read. |
x |
|
Conference Sid |
String |
The SID of the conference with the participants to read. |
x |
|
Muted |
Boolean |
Whether to return only participants that are muted. Can be |
false |
|
Hold |
Boolean |
Whether to return only participants that are on hold. Can be |
false |
|
Coaching |
Boolean |
Whether to return only participants who are coaching another call. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Queue
<twilio:list-queue>
Retrieve a list of queues belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Queues.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Queue resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Recording
<twilio:list-recording>
Retrieve a list of recordings belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording resources to read. |
x |
|
Date Created |
String |
Include only recordings that were created on this date. Specify a date as |
||
Date Created< |
String |
Include only recordings that were created on this date. Specify a date as |
||
Date Created> |
String |
Include only recordings that were created on this date. Specify a date as |
||
Call Sid |
String |
The call SID of the resources to read. |
||
Conference Sid |
String |
Conference SID that identifies the conference associated with the recording to read. |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Recording Add On Result
<twilio:list-recording-add-on-result>
Retrieve a list of results belonging to the recording. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording AddOnResult resources to read. |
x |
|
Reference Sid |
String |
SID of the recording of the result to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Recording Add On Result Payload
<twilio:list-recording-add-on-result-payload>
Retrieve a list of payloads belonging to the AddOnResult. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the Recording AddOnResult Payload resources to read. |
x |
|
Reference Sid |
String |
SID of the recording of the AddOnResult resource that contains the payloads to read. |
x |
|
Add On Result Sid |
String |
SID of the AddOnResult of the payloads to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Recording Transcription
<twilio:list-recording-transcription>
List recording transcription. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the transcription resources to read. |
x |
|
Recording Sid |
String |
SID of the recording that creates the transcriptions to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Short Code
<twilio:list-short-code>
Retrieve a list of short-codes belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the ShortCode resource(s) to read. |
x |
|
Friendly Name |
String |
String that identifies the ShortCode resources to read. |
||
Short Code |
String |
Show only the ShortCode resources that match this pattern. You can specify partial numbers and use '*' as a wildcard for any digit. |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Signing Key
<twilio:list-signing-key>
List signing key. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SigningKeys.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Account Sid. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Auth Calls Credential List Mapping
<twilio:list-sip-auth-calls-credential-list-mapping>
Retrieve a list of credential list mappings belonging to the domain used in the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the CredentialListMapping resources to read. |
x |
|
Domain Sid |
String |
SID of the SIP domain that contains the resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Auth Calls Ip Access Control List Mapping
<twilio:list-sip-auth-calls-ip-access-control-list-mapping>
Retrieve a list of IP Access Control List mappings belonging to the domain used in the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the IpAccessControlListMapping resources to read. |
x |
|
Domain Sid |
String |
SID of the SIP domain that contains the resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Auth Registrations Credential List Mapping
<twilio:list-sip-auth-registrations-credential-list-mapping>
Retrieve a list of credential list mappings belonging to the domain used in the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the CredentialListMapping resources to read. |
x |
|
Domain Sid |
String |
SID of the SIP domain that contains the resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Credential
<twilio:list-sip-credential>
Retrieve a list of credentials. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Credential List Sid |
String |
Unique ID that identifies the credential list that contains the desired credentials. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Credential List
<twilio:list-sip-credential-list>
Get all credential lists. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Credential List Mapping
<twilio:list-sip-credential-list-mapping>
Read multiple CredentialListMapping resources from an account. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json endpoint
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP Domain that includes the resource to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Domain
<twilio:list-sip-domain>
Retrieve a list of domains belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the SipDomain resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Ip Access Control List
<twilio:list-sip-ip-access-control-list>
Retrieve a list of IpAccessControlLists that belong to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Ip Access Control List Mapping
<twilio:list-sip-ip-access-control-list-mapping>
Retrieve a list of IpAccessControlListMapping resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account that is responsible for this resource. |
x |
|
Domain Sid |
String |
34-character string that uniquely identifies the SIP domain. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Sip Ip Address
<twilio:list-sip-ip-address>
Read multiple IpAddress resources. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
Unique ID of the account responsible for this resource. |
x |
|
Ip Access Control List Sid |
String |
IpAccessControlList Sid that identifies the IpAddress resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Transcription
<twilio:list-transcription>
Retrieve a list of transcriptions belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Transcriptions.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the transcription resources to read. |
x |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record
<twilio:list-usage-record>
Retrieve a list of usage-records belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record All Time
<twilio:list-usage-record-all-time>
List usage record all time. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record Daily
<twilio:list-usage-record-daily>
List usage record daily. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record Last Month
<twilio:list-usage-record-last-month>
List usage record last month. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record Monthly
<twilio:list-usage-record-monthly>
List usage record monthly. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record This Month
<twilio:list-usage-record-this-month>
List usage record this month. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record Today
<twilio:list-usage-record-today>
List usage record today. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record Yearly
<twilio:list-usage-record-yearly>
List usage record yearly. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Record Yesterday
<twilio:list-usage-record-yesterday>
List usage record yesterday. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageRecord resources to read. |
x |
|
Category |
Enumeration, one of:
|
The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
||
Start Date |
String |
Include only usage that has occurred on or after this date. Specify the date in GMT and format as |
||
End Date |
String |
Include only usage that occurred on or before this date. Specify the date in GMT and format as |
||
Include Subaccounts |
Boolean |
Whether to include usage from the main account and all its subaccounts. Can be |
false |
|
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
List Usage Trigger
<twilio:list-usage-trigger>
Retrieve a list of usage-triggers belonging to the account used to make the request. This operation makes an HTTP GET request to the /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json endpoint.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account that creates the UsageTrigger resources to read. |
x |
|
Recurring |
Enumeration, one of:
|
The frequency of recurring UsageTriggers to read. Can be |
||
Trigger By |
Enumeration, one of:
|
Trigger field of the UsageTriggers to read. Can be |
||
Usage Category |
Enumeration, one of:
|
The usage category of the UsageTriggers to read. Must be a supported usage categories. |
||
Page Size |
Number |
Number of resources to return in each list page. The default is 50 and the maximum is 1000. |
50 |
|
Output Mime Type |
String |
MIME type of the payload that this operation outputs. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure if repeatable streams should be used and their behavior. |
||
Custom Query Parameters |
Object |
Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration. |
#[null] |
|
Custom Headers |
Object |
Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration. |
||
Response Timeout |
Number |
How long Mule waits for a response to complete before the response times out. |
||
Response Timeout Unit |
Enumeration, one of:
|
Time unit for the Response Timeout field. |
||
Streaming Type |
Enumeration, one of:
|
How the connector streams request content to the remote service: * Connector automatically uses the best streaming strategy based on the request content. * Connector always streams the request content. * Connector does not stream the request content. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
On New Message
<twilio:on-new-message-listener>
Initiates a flow when a new message is created.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Account Sid |
String |
SID of the account. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Primary Node Only |
Boolean |
Determines whether to execute this source on only the primary node when running Mule instances in a cluster. |
||
Scheduling Strategy |
scheduling-strategy |
Configures the scheduler that triggers the polling. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Redelivery Policy |
Defines a policy for processing the redelivery of the same message. |
|||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Types
Proxy
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Host |
String |
x |
||
Port |
Number |
x |
||
Username |
String |
|||
Password |
String |
|||
Non Proxy Hosts |
String |
Tls
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Enabled Protocols |
String |
A comma-separated list of protocols enabled for this context. |
||
Enabled Cipher Suites |
String |
A comma-separated list of cipher suites enabled for this context. |
||
Trust Store |
||||
Key Store |
||||
Revocation Check |
Trust Store
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
The location (which will be resolved relative to the current classpath and file system, if possible) of the trust store. |
||
Password |
String |
The password used to protect the trust store. |
||
Type |
String |
The type of store used. |
||
Algorithm |
String |
The algorithm used by the trust store. |
||
Insecure |
Boolean |
If true, no certificate validations will be performed, rendering connections vulnerable to attacks. Use at your own risk. |
Key Store
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
The location (which will be resolved relative to the current classpath and file system, if possible) of the key store. |
||
Type |
String |
The type of store used. |
||
Alias |
String |
When the key store contains many private keys, this attribute indicates the alias of the key that should be used. If not defined, the first key in the file will be used by default. |
||
Key Password |
String |
The password used to protect the private key. |
||
Password |
String |
The password used to protect the key store. |
||
Algorithm |
String |
The algorithm used by the key store. |
Standard Revocation Check
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Only End Entities |
Boolean |
Only verify the last element of the certificate chain. |
||
Prefer Crls |
Boolean |
Try CRL instead of OCSP first. |
||
No Fallback |
Boolean |
Do not use the secondary checking method (the one not selected before). |
||
Soft Fail |
Boolean |
Avoid verification failure when the revocation server can not be reached or is busy. |
Custom Ocsp Responder
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Url |
String |
The URL of the OCSP responder. |
||
Cert Alias |
String |
Alias of the signing certificate for the OCSP response (must be in the trust store), if present. |
Reconnection
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Fails Deployment |
Boolean |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
||
Reconnection Strategy |
The reconnection strategy to use. |
Reconnect
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often in milliseconds to reconnect |
||
Blocking |
Boolean |
If false, the reconnection strategy will run in a separate, non-blocking thread |
||
Count |
Number |
How many reconnection attempts to make. |
Reconnect Forever
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often in milliseconds to reconnect |
||
Blocking |
Boolean |
If false, the reconnection strategy will run in a separate, non-blocking thread |
Expiration Policy
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Idle Time |
Number |
A scalar time value for the maximum amount of time a dynamic configuration instance should be allowed to be idle before it’s considered eligible for expiration |
||
Time Unit |
Enumeration, one of:
|
A time unit that qualifies the maxIdleTime attribute |
Http Response Attributes
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Status Code |
Number |
x |
||
Headers |
Object |
x |
||
Reason Phrase |
String |
x |
Repeatable In Memory Stream
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Initial Buffer Size |
Number |
The amount of memory that will be allocated to consume the stream and provide random access to it. If the stream contains more data than can be fit into this buffer, then the buffer expands according to the bufferSizeIncrement attribute, with an upper limit of maxInMemorySize. |
||
Buffer Size Increment |
Number |
This is by how much the buffer size expands if it exceeds its initial size. Setting a value of zero or lower means that the buffer should not expand, meaning that a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised when the buffer gets full. |
||
Max Buffer Size |
Number |
The maximum amount of memory to use. If more than that is used then a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised. A value lower than or equal to zero means no limit. |
||
Buffer Unit |
Enumeration, one of:
|
The unit in which all these attributes are expressed |
Repeatable File Store Stream
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
In Memory Size |
Number |
Defines the maximum memory that the stream should use to keep data in memory. If more than that is consumed content on the disk is buffered. |
||
Buffer Unit |
Enumeration, one of:
|
The unit in which maxInMemorySize is expressed |
Redelivery Policy
Configures the redelivery policy for executing requests that generate errors. You can add a redelivery policy to any source in a flow.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Redelivery Count |
Number |
Maximum number of times that a delivered request can be processed unsuccessfully before returning a REDELIVERY_EXHAUSTED error. |
||
Message Digest Algorithm |
String |
Secure hashing algorithm to use if the Use Secure Hash field is |
||
Message Identifier |
Configures the non-repeatable streaming strategy by which Mule disables repeatable streams. Use this strategy if your use case requires reading the content only once. |
|||
Object Store |
ObjectStore |
Configures the object store that stores the redelivery counter for each message. |
Redelivery Policy Message Identifier
Configures how to identify a relivered message and how to find out when the message was redelivered.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Use Secure Hash |
Boolean |
If |
||
Id Expression |
String |
One or more expressions that determine when a message was redelivered. You can set this property only if the Use Secure Hash field is |