Contact Us 1-800-596-4880

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.

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

MINUTES

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

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

Connection Timeout

Number

The timeout for establishing connections to the remote service

30

Connection Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

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

https://api.twilio.com

Protocol

Enumeration, one of:

  • HTTP

  • HTTPS

Protocol to use for communication. Valid values are HTTP and HTTPS

HTTP

TLS Configuration

Tls

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.

Associated Operations

Associated Sources

Operations

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 Twilio.CURRENT to reference the current active recording.

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

String

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 YYYY-MM-DD in GMT, for example: 2009-07-06, to read media that was created on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read media that was created on or before midnight of this date, and StartTime>=YYYY-MM-DD to read media that was created on or after midnight of this date.

Date Created<

String

Include only media that was created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read media that was created on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read media that was created on or before midnight of this date, and StartTime>=YYYY-MM-DD to read media that was created on or after midnight of this date.

Date Created>

String

Include only media that was created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read media that was created on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read media that was created on or before midnight of this date, and StartTime>=YYYY-MM-DD to read media that was created on or after midnight of this date.

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 YYYY-MM-DD in GMT to read only messages sent on this date. For example: 2009-07-06. You can also specify an inequality, such as DateSent<=YYYY-MM-DD, to read messages sent on or before midnight on a date, and DateSent>=YYYY-MM-DD to read messages sent on or after midnight on a date.

Date Sent<

String

The date of the messages to show. Specify a date as YYYY-MM-DD in GMT to read only messages sent on this date. For example: 2009-07-06. You can also specify an inequality, such as DateSent<=YYYY-MM-DD, to read messages sent on or before midnight on a date, and DateSent>=YYYY-MM-DD to read messages sent on or after midnight on a date.

Date Sent>

String

The date of the messages to show. Specify a date as YYYY-MM-DD in GMT to read only messages sent on this date. For example: 2009-07-06. You can also specify an inequality, such as DateSent<=YYYY-MM-DD, to read messages sent on or before midnight on a date, and DateSent>=YYYY-MM-DD to read messages sent on or after midnight on a date.

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:RETRY_EXHAUSTED

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • ACTIVE

  • SUSPENDED

  • CLOSED

Returns only account resources with the given status. Can be closed, suspended or active.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 , 0-9, a-z, and A-Z. The character matches any single digit. For examples, see Example 2 and Example 3. If specified, this value must have at least two characters.

Sms Enabled

Boolean

Whether the phone numbers can receive text messages. Can be true or false.

false

Mms Enabled

Boolean

Whether the phone numbers can receive MMS messages. Can be true or false.

false

Voice Enabled

Boolean

Whether the phone numbers can receive calls. Can be true or false.

false

Exclude All Address Required

Boolean

Whether to exclude phone numbers that require an address. Can be true or false and the default is false.

false

Exclude Local Address Required

Boolean

Whether to exclude phone numbers that require a local address. Can be true or false and the default is false.

false

Exclude Foreign Address Required

Boolean

Whether to exclude phone numbers that require a foreign address. Can be true or false and the default is false.

false

Beta

Boolean

Whether to read phone numbers that are new to the Twilio platform. Can be true or false and the default is true.

true

Near Number

String

Given a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies only to phone numbers in the US and Canada.

Near Lat Long

String

Given a latitude or longitude pair lat,long find geographically close numbers within distance miles. Applies only to phone numbers in the US and Canada.

Distance

Number

The search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies only to phone numbers in the US and Canada.

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 to be set as well. Applies only to phone numbers in the US and Canada.

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 true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 , 0-9, a-z, and A-Z. The character matches any single digit. For examples, see Example 2 and Example 3. If specified, this value must have at least two characters.

Sms Enabled

Boolean

Whether the phone numbers can receive text messages. Can be true or false.

false

Mms Enabled

Boolean

Whether the phone numbers can receive MMS messages. Can be true or false.

false

Voice Enabled

Boolean

Whether the phone numbers can receive calls. Can be true or false.

false

Exclude All Address Required

Boolean

Whether to exclude phone numbers that require an address. Can be true or false and the default is false.

false

Exclude Local Address Required

Boolean

Whether to exclude phone numbers that require a local address. Can be true or false and the default is false.

false

Exclude Foreign Address Required

Boolean

Whether to exclude phone numbers that require a foreign address. Can be true or false and the default is false.

false

Beta

Boolean

Whether to read phone numbers that are new to the Twilio platform. Can be true or false and the default is true.

true

Near Number

String

Given a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies only to phone numbers in the US and Canada.

Near Lat Long

String

Given a latitude or longitude pair lat,long find geographically close numbers within distance miles. Applies only to phone numbers in the US and Canada.

Distance

Number

The search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies only to phone numbers in the US and Canada.

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 to be set as well. Applies only to phone numbers in the US and Canada.

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 true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 , 0-9, a-z, and A-Z. The character matches any single digit. For examples, see Example 2 and Example 3. If specified, this value must have at least two characters.

Sms Enabled

Boolean

Whether the phone numbers can receive text messages. Can be true or false.

false

Mms Enabled

Boolean

Whether the phone numbers can receive MMS messages. Can be true or false.

false

Voice Enabled

Boolean

Whether the phone numbers can receive calls. Can be true or false.

false

Exclude All Address Required

Boolean

Whether to exclude phone numbers that require an address. Can be true or false and the default is false.

false

Exclude Local Address Required

Boolean

Whether to exclude phone numbers that require a local address. Can be true or false and the default is false.

false

Exclude Foreign Address Required

Boolean

Whether to exclude phone numbers that require a foreign address. Can be true or false and the default is false.

false

Beta

Boolean

Whether to read phone numbers that are new to the Twilio platform. Can be true or false and the default is true.

true

Near Number

String

Given a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies only to phone numbers in the US and Canada.

Near Lat Long

String

Given a latitude or longitude pair lat,long find geographically close numbers within distance miles. Applies only to phone numbers in the US and Canada.

Distance

Number

The search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies only to phone numbers in the US and Canada.

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 to be set as well. Applies only to phone numbers in the US and Canada.

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 true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 , 0-9, a-z, and A-Z. The character matches any single digit. For examples, see Example 2 and Example 3. If specified, this value must have at least two characters.

Sms Enabled

Boolean

Whether the phone numbers can receive text messages. Can be true or false.

false

Mms Enabled

Boolean

Whether the phone numbers can receive MMS messages. Can be true or false.

false

Voice Enabled

Boolean

Whether the phone numbers can receive calls. Can be true or false.

false

Exclude All Address Required

Boolean

Whether to exclude phone numbers that require an address. Can be true or false and the default is false.

false

Exclude Local Address Required

Boolean

Whether to exclude phone numbers that require a local address. Can be true or false and the default is false.

false

Exclude Foreign Address Required

Boolean

Whether to exclude phone numbers that require a foreign address. Can be true or false and the default is false.

false

Beta

Boolean

Whether to read phone numbers that are new to the Twilio platform. Can be true or false and the default is true.

true

Near Number

String

Given a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies only to phone numbers in the US and Canada.

Near Lat Long

String

Given a latitude or longitude pair lat,long find geographically close numbers within distance miles. Applies only to phone numbers in the US and Canada.

Distance

Number

The search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies only to phone numbers in the US and Canada.

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 to be set as well. Applies only to phone numbers in the US and Canada.

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 true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 , 0-9, a-z, and A-Z. The character matches any single digit. For examples, see Example 2 and Example 3. If specified, this value must have at least two characters.

Sms Enabled

Boolean

Whether the phone numbers can receive text messages. Can be true or false.

false

Mms Enabled

Boolean

Whether the phone numbers can receive MMS messages. Can be true or false.

false

Voice Enabled

Boolean

Whether the phone numbers can receive calls. Can be true or false.

false

Exclude All Address Required

Boolean

Whether to exclude phone numbers that require an address. Can be true or false and the default is false.

false

Exclude Local Address Required

Boolean

Whether to exclude phone numbers that require a local address. Can be true or false and the default is false.

false

Exclude Foreign Address Required

Boolean

Whether to exclude phone numbers that require a foreign address. Can be true or false and the default is false.

false

Beta

Boolean

Whether to read phone numbers that are new to the Twilio platform. Can be true or false and the default is true.

true

Near Number

String

Given a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies only to phone numbers in the US and Canada.

Near Lat Long

String

Given a latitude or longitude pair lat,long find geographically close numbers within distance miles. Applies only to phone numbers in the US and Canada.

Distance

Number

The search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies only to phone numbers in the US and Canada.

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 to be set as well. Applies only to phone numbers in the US and Canada.

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 true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 , 0-9, a-z, and A-Z. The character matches any single digit. For examples, see Example 2 and Example 3. If specified, this value must have at least two characters.

Sms Enabled

Boolean

Whether the phone numbers can receive text messages. Can be true or false.

false

Mms Enabled

Boolean

Whether the phone numbers can receive MMS messages. Can be true or false.

false

Voice Enabled

Boolean

Whether the phone numbers can receive calls. Can be true or false.

false

Exclude All Address Required

Boolean

Whether to exclude phone numbers that require an address. Can be true or false and the default is false.

false

Exclude Local Address Required

Boolean

Whether to exclude phone numbers that require a local address. Can be true or false and the default is false.

false

Exclude Foreign Address Required

Boolean

Whether to exclude phone numbers that require a foreign address. Can be true or false and the default is false.

false

Beta

Boolean

Whether to read phone numbers that are new to the Twilio platform. Can be true or false and the default is true.

true

Near Number

String

Given a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies only to phone numbers in the US and Canada.

Near Lat Long

String

Given a latitude or longitude pair lat,long find geographically close numbers within distance miles. Applies only to phone numbers in the US and Canada.

Distance

Number

The search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies only to phone numbers in the US and Canada.

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 to be set as well. Applies only to phone numbers in the US and Canada.

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 true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 , 0-9, a-z, and A-Z. The character matches any single digit. For examples, see Example 2 and Example 3. If specified, this value must have at least two characters.

Sms Enabled

Boolean

Whether the phone numbers can receive text messages. Can be true or false.

false

Mms Enabled

Boolean

Whether the phone numbers can receive MMS messages. Can be true or false.

false

Voice Enabled

Boolean

Whether the phone numbers can receive calls. Can be true or false.

false

Exclude All Address Required

Boolean

Whether to exclude phone numbers that require an address. Can be true or false and the default is false.

false

Exclude Local Address Required

Boolean

Whether to exclude phone numbers that require a local address. Can be true or false and the default is false.

false

Exclude Foreign Address Required

Boolean

Whether to exclude phone numbers that require a foreign address. Can be true or false and the default is false.

false

Beta

Boolean

Whether to read phone numbers that are new to the Twilio platform. Can be true or false and the default is true.

true

Near Number

String

Given a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies only to phone numbers in the US and Canada.

Near Lat Long

String

Given a latitude or longitude pair lat,long find geographically close numbers within distance miles. Applies only to phone numbers in the US and Canada.

Distance

Number

The search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies only to phone numbers in the US and Canada.

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 to be set as well. Applies only to phone numbers in the US and Canada.

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 true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • QUEUED

  • RINGING

  • IN_PROGRESS

  • COMPLETED

  • BUSY

  • FAILED

  • NO_ANSWER

  • CANCELED

The status of the calls to include. Can be`queued`, ringing, in-progress, canceled, completed, failed, busy, or no-answer.

Start Time

String

Include only calls that started on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read only calls that started on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read calls that started on or before midnight of this date, and StartTime>=YYYY-MM-DD to read calls that started on or after midnight of this date.

Start Time<

String

Include only calls that started on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read only calls that started on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read calls that started on or before midnight of this date, and StartTime>=YYYY-MM-DD to read calls that started on or after midnight of this date.

Start Time>

String

Include only calls that started on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read only calls that started on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read calls that started on or before midnight of this date, and StartTime>=YYYY-MM-DD to read calls that started on or after midnight of this date.

End Time

String

Include only calls that ended on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read only calls that ended on this date. You can also specify an inequality, such as EndTime<=YYYY-MM-DD, to read calls that ended on or before midnight of this date, and EndTime>=YYYY-MM-DD to read calls that ended on or after midnight of this date.

End Time<

String

Include only calls that ended on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read only calls that ended on this date. You can also specify an inequality, such as EndTime<=YYYY-MM-DD, to read calls that ended on or before midnight of this date, and EndTime>=YYYY-MM-DD to read calls that ended on or after midnight of this date.

End Time>

String

Include only calls that ended on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read only calls that ended on this date. You can also specify an inequality, such as EndTime<=YYYY-MM-DD, to read calls that ended on or before midnight of this date, and EndTime>=YYYY-MM-DD to read calls that ended on or after midnight of this date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 0 to read only ERROR notifications or 1 to read only WARNING notifications. By default, all notifications are read.

Message Date

String

Show only notifications for the specified date, formatted as YYYY-MM-DD. You can also specify an inequality, such as <=YYYY-MM-DD for messages logged at or before midnight on a date, or >=YYYY-MM-DD for messages logged at or after midnight on a date.

Message Date<

String

Show only notifications for the specified date, formatted as YYYY-MM-DD. You can also specify an inequality, such as <=YYYY-MM-DD for messages logged at or before midnight on a date, or >=YYYY-MM-DD for messages logged at or after midnight on a date.

Message Date>

String

Show only notifications for the specified date, formatted as YYYY-MM-DD. You can also specify an inequality, such as <=YYYY-MM-DD for messages logged at or before midnight on a date, or >=YYYY-MM-DD for messages logged at or after midnight on a date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 value, specified as YYYY-MM-DD, of the resources to read. You can also specify inequality: DateCreated<=YYYY-MM-DD will return recordings generated at or before midnight on a given date, and DateCreated>=YYYY-MM-DD returns recordings generated at or after midnight on a date.

Date Created<

String

The date_created value, specified as YYYY-MM-DD, of the resources to read. You can also specify inequality: DateCreated<=YYYY-MM-DD will return recordings generated at or before midnight on a given date, and DateCreated>=YYYY-MM-DD returns recordings generated at or after midnight on a date.

Date Created>

String

The date_created value, specified as YYYY-MM-DD, of the resources to read. You can also specify inequality: DateCreated<=YYYY-MM-DD will return recordings generated at or before midnight on a given date, and DateCreated>=YYYY-MM-DD returns recordings generated at or after midnight on a date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 value, specified as YYYY-MM-DD, of the resources to read. To read conferences that started on or before midnight on a date, use <=YYYY-MM-DD, and to specify conferences that started on or after midnight on a date, use >=YYYY-MM-DD.

Date Created<

String

The date_created value, specified as YYYY-MM-DD, of the resources to read. To read conferences that started on or before midnight on a date, use <=YYYY-MM-DD, and to specify conferences that started on or after midnight on a date, use >=YYYY-MM-DD.

Date Created>

String

The date_created value, specified as YYYY-MM-DD, of the resources to read. To read conferences that started on or before midnight on a date, use <=YYYY-MM-DD, and to specify conferences that started on or after midnight on a date, use >=YYYY-MM-DD.

Date Updated

String

The date_updated value, specified as YYYY-MM-DD, of the resources to read. To read conferences that were last updated on or before midnight on a date, use <=YYYY-MM-DD, and to specify conferences that were last updated on or after midnight on a given date, use >=YYYY-MM-DD.

Date Updated<

String

The date_updated value, specified as YYYY-MM-DD, of the resources to read. To read conferences that were last updated on or before midnight on a date, use <=YYYY-MM-DD, and to specify conferences that were last updated on or after midnight on a given date, use >=YYYY-MM-DD.

Date Updated>

String

The date_updated value, specified as YYYY-MM-DD, of the resources to read. To read conferences that were last updated on or before midnight on a date, use <=YYYY-MM-DD, and to specify conferences that were last updated on or after midnight on a given date, use >=YYYY-MM-DD.

Friendly Name

String

String that identifies the Conference resources to read.

Status

Enumeration, one of:

  • INIT

  • IN_PROGRESS

  • COMPLETED

The status of the resources to read. Can be`init`, in-progress, or completed.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 value, specified as YYYY-MM-DD, of the resources to read. You can also specify inequality: DateCreated<=YYYY-MM-DD will return recordings generated at or before midnight on a given date, and DateCreated>=YYYY-MM-DD returns recordings generated at or after midnight on a date.

Date Created<

String

The date_created value, specified as YYYY-MM-DD, of the resources to read. You can also specify inequality: DateCreated<=YYYY-MM-DD will return recordings generated at or before midnight on a given date, and DateCreated>=YYYY-MM-DD returns recordings generated at or after midnight on a date.

Date Created>

String

The date_created value, specified as YYYY-MM-DD, of the resources to read. You can also specify inequality: DateCreated<=YYYY-MM-DD will return recordings generated at or before midnight on a given date, and DateCreated>=YYYY-MM-DD returns recordings generated at or after midnight on a date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 true or false and the default is true.

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 twilio or hosted. By default, phone numbers of all origin are included.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 true or false and the default is true.

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 twilio or hosted. By default, phone numbers of all origin are included.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 true or false and the default is true.

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 twilio or hosted. By default, phone numbers of all origin are included.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 true or false and the default is true.

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 twilio or hosted. By default, phone numbers of all origin are included.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 YYYY-MM-DD in GMT, for example: 2009-07-06, to read media that was created on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read media that was created on or before midnight of this date, and StartTime>=YYYY-MM-DD to read media that was created on or after midnight of this date.

Date Created<

String

Include only media that was created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read media that was created on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read media that was created on or before midnight of this date, and StartTime>=YYYY-MM-DD to read media that was created on or after midnight of this date.

Date Created>

String

Include only media that was created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read media that was created on this date. You can also specify an inequality, such as StartTime<=YYYY-MM-DD, to read media that was created on or before midnight of this date, and StartTime>=YYYY-MM-DD to read media that was created on or after midnight of this date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 YYYY-MM-DD in GMT to read only messages sent on this date. For example: 2009-07-06. You can also specify an inequality, such as DateSent<=YYYY-MM-DD, to read messages sent on or before midnight on a date, and DateSent>=YYYY-MM-DD to read messages sent on or after midnight on a date.

Date Sent<

String

The date of the messages to show. Specify a date as YYYY-MM-DD in GMT to read only messages sent on this date. For example: 2009-07-06. You can also specify an inequality, such as DateSent<=YYYY-MM-DD, to read messages sent on or before midnight on a date, and DateSent>=YYYY-MM-DD to read messages sent on or after midnight on a date.

Date Sent>

String

The date of the messages to show. Specify a date as YYYY-MM-DD in GMT to read only messages sent on this date. For example: 2009-07-06. You can also specify an inequality, such as DateSent<=YYYY-MM-DD, to read messages sent on or before midnight on a date, and DateSent>=YYYY-MM-DD to read messages sent on or after midnight on a date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 0 to read only ERROR notifications or 1 to read only WARNING notifications. By default, all notifications are read.

Message Date

String

Show only notifications for the specified date, formatted as YYYY-MM-DD. You can also specify an inequality, such as <=YYYY-MM-DD for messages logged at or before midnight on a date, or >=YYYY-MM-DD for messages logged at or after midnight on a date.

Message Date<

String

Show only notifications for the specified date, formatted as YYYY-MM-DD. You can also specify an inequality, such as <=YYYY-MM-DD for messages logged at or before midnight on a date, or >=YYYY-MM-DD for messages logged at or after midnight on a date.

Message Date>

String

Show only notifications for the specified date, formatted as YYYY-MM-DD. You can also specify an inequality, such as <=YYYY-MM-DD for messages logged at or before midnight on a date, or >=YYYY-MM-DD for messages logged at or after midnight on a date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 true or false.

false

Hold

Boolean

Whether to return only participants that are on hold. Can be true or false.

false

Coaching

Boolean

Whether to return only participants who are coaching another call. Can be true or false.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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 YYYY-MM-DD in GMT, for example: 2009-07-06, to read recordings that were created on this date. You can also specify an inequality, such as DateCreated<=YYYY-MM-DD, to read recordings that were created on or before midnight of this date, and DateCreated>=YYYY-MM-DD to read recordings that were created on or after midnight of this date.

Date Created<

String

Include only recordings that were created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read recordings that were created on this date. You can also specify an inequality, such as DateCreated<=YYYY-MM-DD, to read recordings that were created on or before midnight of this date, and DateCreated>=YYYY-MM-DD to read recordings that were created on or after midnight of this date.

Date Created>

String

Include only recordings that were created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read recordings that were created on this date. You can also specify an inequality, such as DateCreated<=YYYY-MM-DD, to read recordings that were created on or before midnight of this date, and DateCreated>=YYYY-MM-DD to read recordings that were created on or after midnight of this date.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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 YYYY-MM-DD. You can also specify offsets from the current date, such as -30days, which will set the start date to be 30 days before the current date.

End Date

String

Include only usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as +30days, which will set the end date to 30 days from the current date.

Include Subaccounts

Boolean

Whether to include usage from the main account and all its subaccounts. Can be true (the default) to include usage from the main account and all subaccounts or false to retrieve usage from only the specified account.

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

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:

  • DAILY

  • MONTHLY

  • YEARLY

  • ALLTIME

The frequency of recurring UsageTriggers to read. Can be daily, monthly, or yearly to read recurring UsageTriggers. An empty value or a value of alltime reads non-recurring UsageTriggers.

Trigger By

Enumeration, one of:

  • COUNT

  • USAGE

  • PRICE

Trigger field of the UsageTriggers to read. Can be count, usage, or price as described in the UsageRecords documentation.

Usage Category

Enumeration, one of:

  • AGENT_CONFERENCE

  • ANSWERING_MACHINE_DETECTION

  • AUTHY_AUTHENTICATIONS

  • AUTHY_CALLS_OUTBOUND

  • AUTHY_MONTHLY_FEES

  • AUTHY_PHONE_INTELLIGENCE

  • AUTHY_PHONE_VERIFICATIONS

  • AUTHY_SMS_OUTBOUND

  • CALL_PROGESS_EVENTS

  • CALLERIDLOOKUPS

  • CALLS

  • CALLS_CLIENT

  • CALLS_GLOBALCONFERENCE

  • CALLS_INBOUND

  • CALLS_INBOUND_LOCAL

  • CALLS_INBOUND_MOBILE

  • CALLS_INBOUND_TOLLFREE

  • CALLS_OUTBOUND

  • CALLS_PAY_VERB_TRANSACTIONS

  • CALLS_RECORDINGS

  • CALLS_SIP

  • CALLS_SIP_INBOUND

  • CALLS_SIP_OUTBOUND

  • CARRIER_LOOKUPS

  • CONVERSATIONS

  • CONVERSATIONS_API_REQUESTS

  • CONVERSATIONS_CONVERSATION_EVENTS

  • CONVERSATIONS_ENDPOINT_CONNECTIVITY

  • CONVERSATIONS_EVENTS

  • CONVERSATIONS_PARTICIPANT_EVENTS

  • CONVERSATIONS_PARTICIPANTS

  • CPS

  • FRAUD_LOOKUPS

  • GROUP_ROOMS

  • GROUP_ROOMS_DATA_TRACK

  • GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_DOWNLOADED

  • GROUP_ROOMS_MEDIA_RECORDED

  • GROUP_ROOMS_MEDIA_ROUTED

  • GROUP_ROOMS_MEDIA_STORED

  • GROUP_ROOMS_PARTICIPANT_MINUTES

  • GROUP_ROOMS_RECORDED_MINUTES

  • IMP_V1_USAGE

  • LOOKUPS

  • MARKETPLACE

  • MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION

  • MARKETPLACE_CADENCE_TRANSCRIPTION

  • MARKETPLACE_CADENCE_TRANSLATION

  • MARKETPLACE_CAPIO_SPEECH_TO_TEXT

  • MARKETPLACE_CONVRIZA_ABABA

  • MARKETPLACE_DEEPGRAM_PHRASE_DETECTOR

  • MARKETPLACE_DIGITAL_SEGMENT_BUSINESS_INFO

  • MARKETPLACE_FACEBOOK_OFFLINE_CONVERSIONS

  • MARKETPLACE_GOOGLE_SPEECH_TO_TEXT

  • MARKETPLACE_IBM_WATSON_MESSAGE_INSIGHTS

  • MARKETPLACE_IBM_WATSON_MESSAGE_SENTIMENT

  • MARKETPLACE_IBM_WATSON_RECORDING_ANALYSIS

  • MARKETPLACE_IBM_WATSON_TONE_ANALYZER

  • MARKETPLACE_ICEHOOK_SYSTEMS_SCOUT

  • MARKETPLACE_INFOGROUP_DATAAXLE_BIZINFO

  • MARKETPLACE_KEEN_IO_CONTACT_CENTER_ANALYTICS

  • MARKETPLACE_MARCHEX_CLEANCALL

  • MARKETPLACE_MARCHEX_SENTIMENT_ANALYSIS_FOR_SMS

  • MARKETPLACE_MARKETPLACE_NEXTCALLER_SOCIAL_ID

  • MARKETPLACE_MOBILE_COMMONS_OPT_OUT_CLASSIFIER

  • MARKETPLACE_NEXIWAVE_VOICEMAIL_TO_TEXT

  • MARKETPLACE_NEXTCALLER_ADVANCED_CALLER_IDENTIFICATION

  • MARKETPLACE_NOMOROBO_SPAM_SCORE

  • MARKETPLACE_PAYFONE_TCPA_COMPLIANCE

  • MARKETPLACE_REMEETING_AUTOMATIC_SPEECH_RECOGNITION

  • MARKETPLACE_TCPA_DEFENSE_SOLUTIONS_BLACKLIST_FEED

  • MARKETPLACE_TELO_OPENCNAM

  • MARKETPLACE_TRUECNAM_TRUE_SPAM

  • MARKETPLACE_TWILIO_CALLER_NAME_LOOKUP_US

  • MARKETPLACE_TWILIO_CARRIER_INFORMATION_LOOKUP

  • MARKETPLACE_VOICEBASE_PCI

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION

  • MARKETPLACE_VOICEBASE_TRANSCRIPTION_CUSTOM_VOCABULARY

  • MARKETPLACE_WHITEPAGES_PRO_CALLER_IDENTIFICATION

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_INTELLIGENCE

  • MARKETPLACE_WHITEPAGES_PRO_PHONE_REPUTATION

  • MARKETPLACE_WOLFARM_SPOKEN_RESULTS

  • MARKETPLACE_WOLFRAM_SHORT_ANSWER

  • MARKETPLACE_YTICA_CONTACT_CENTER_REPORTING_ANALYTICS

  • MEDIASTORAGE

  • MMS

  • MMS_INBOUND

  • MMS_INBOUND_LONGCODE

  • MMS_INBOUND_SHORTCODE

  • MMS_MESSAGES_CARRIERFEES

  • MMS_OUTBOUND

  • MMS_OUTBOUND_LONGCODE

  • MMS_OUTBOUND_SHORTCODE

  • MONITOR_READS

  • MONITOR_STORAGE

  • MONITOR_WRITES

  • NOTIFY

  • NOTIFY_ACTIONS_ATTEMPTS

  • NOTIFY_CHANNELS

  • NUMBER_FORMAT_LOOKUPS

  • PCHAT

  • PCHAT_USERS

  • PEER_TO_PEER_ROOMS_PARTICIPANT_MINUTES

  • PFAX

  • PFAX_MINUTES

  • PFAX_MINUTES_INBOUND

  • PFAX_MINUTES_OUTBOUND

  • PFAX_PAGES

  • PHONENUMBERS

  • PHONENUMBERS_CPS

  • PHONENUMBERS_EMERGENCY

  • PHONENUMBERS_LOCAL

  • PHONENUMBERS_MOBILE

  • PHONENUMBERS_SETUPS

  • PHONENUMBERS_TOLLFREE

  • PREMIUMSUPPORT

  • PROXY

  • PROXY_ACTIVE_SESSIONS

  • PSTNCONNECTIVITY

  • PV

  • PV_COMPOSITION_MEDIA_DOWNLOADED

  • PV_COMPOSITION_MEDIA_ENCRYPTED

  • PV_COMPOSITION_MEDIA_STORED

  • PV_COMPOSITION_MINUTES

  • PV_RECORDING_COMPOSITIONS

  • PV_ROOM_PARTICIPANTS

  • PV_ROOM_PARTICIPANTS_AU1

  • PV_ROOM_PARTICIPANTS_BR1

  • PV_ROOM_PARTICIPANTS_IE1

  • PV_ROOM_PARTICIPANTS_JP1

  • PV_ROOM_PARTICIPANTS_SG1

  • PV_ROOM_PARTICIPANTS_US1

  • PV_ROOM_PARTICIPANTS_US2

  • PV_ROOMS

  • PV_SIP_ENDPOINT_REGISTRATIONS

  • RECORDINGS

  • RECORDINGSTORAGE

  • ROOMS_GROUP_BANDWIDTH

  • ROOMS_GROUP_MINUTES

  • ROOMS_PEER_TO_PEER_MINUTES

  • SHORTCODES

  • SHORTCODES_CUSTOMEROWNED

  • SHORTCODES_MMS_ENABLEMENT

  • SHORTCODES_MPS

  • SHORTCODES_RANDOM

  • SHORTCODES_UK

  • SHORTCODES_VANITY

  • SMALL_GROUP_ROOMS

  • SMALL_GROUP_ROOMS_DATA_TRACK

  • SMALL_GROUP_ROOMS_PARTICIPANT_MINUTES

  • SMS

  • SMS_INBOUND

  • SMS_INBOUND_LONGCODE

  • SMS_INBOUND_SHORTCODE

  • SMS_MESSAGES_CARRIERFEES

  • SMS_MESSAGES_FEATURES

  • SMS_MESSAGES_FEATURES_SENDERID

  • SMS_OUTBOUND

  • SMS_OUTBOUND_CONTENT_INSPECTION

  • SMS_OUTBOUND_LONGCODE

  • SMS_OUTBOUND_SHORTCODE

  • SPEECH_RECOGNITION

  • STUDIO_ENGAGEMENTS

  • SYNC

  • SYNC_ACTIONS

  • SYNC_ENDPOINT_HOURS

  • SYNC_ENDPOINT_HOURS_ABOVE_DAILY_CAP

  • TASKROUTER_TASKS

  • TOTALPRICE

  • TRANSCRIPTIONS

  • TRUNKING_CPS

  • TRUNKING_EMERGENCY_CALLS

  • TRUNKING_ORIGINATION

  • TRUNKING_ORIGINATION_LOCAL

  • TRUNKING_ORIGINATION_MOBILE

  • TRUNKING_ORIGINATION_TOLLFREE

  • TRUNKING_RECORDINGS

  • TRUNKING_SECURE

  • TRUNKING_TERMINATION

  • TURNMEGABYTES

  • TURNMEGABYTES_AUSTRALIA

  • TURNMEGABYTES_BRASIL

  • TURNMEGABYTES_GERMANY

  • TURNMEGABYTES_INDIA

  • TURNMEGABYTES_IRELAND

  • TURNMEGABYTES_JAPAN

  • TURNMEGABYTES_SINGAPORE

  • TURNMEGABYTES_USEAST

  • TURNMEGABYTES_USWEST

  • TWILIO_INTERCONNECT

  • VERIFY_PUSH

  • VIDEO_RECORDINGS

  • VOICE_INSIGHTS

  • VOICE_INSIGHTS_CLIENT_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_PTSN_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_INTERFACE_INSIGHTS_ON_DEMAND_MINUTE

  • VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE

  • WIRELESS

  • WIRELESS_ORDERS

  • WIRELESS_ORDERS_ARTWORK

  • WIRELESS_ORDERS_BULK

  • WIRELESS_ORDERS_ESIM

  • WIRELESS_ORDERS_STARTER

  • WIRELESS_USAGE

  • WIRELESS_USAGE_COMMANDS

  • WIRELESS_USAGE_COMMANDS_AFRICA

  • WIRELESS_USAGE_COMMANDS_ASIA

  • WIRELESS_USAGE_COMMANDS_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_COMMANDS_EUROPE

  • WIRELESS_USAGE_COMMANDS_HOME

  • WIRELESS_USAGE_COMMANDS_NORTHAMERICA

  • WIRELESS_USAGE_COMMANDS_OCEANIA

  • WIRELESS_USAGE_COMMANDS_ROAMING

  • WIRELESS_USAGE_DATA

  • WIRELESS_USAGE_DATA_AFRICA

  • WIRELESS_USAGE_DATA_ASIA

  • WIRELESS_USAGE_DATA_CENTRALANDSOUTHAMERICA

  • WIRELESS_USAGE_DATA_CUSTOM_ADDITIONALMB

  • WIRELESS_USAGE_DATA_CUSTOM_FIRST5MB

  • WIRELESS_USAGE_DATA_DOMESTIC_ROAMING

  • WIRELESS_USAGE_DATA_EUROPE

  • WIRELESS_USAGE_DATA_INDIVIDUAL_ADDITIONALGB

  • WIRELESS_USAGE_DATA_INDIVIDUAL_FIRSTGB

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_CANADA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_INDIA

  • WIRELESS_USAGE_DATA_INTERNATIONAL_ROAMING_MEXICO

  • WIRELESS_USAGE_DATA_NORTHAMERICA

  • WIRELESS_USAGE_DATA_OCEANIA

  • WIRELESS_USAGE_DATA_POOLED

  • WIRELESS_USAGE_DATA_POOLED_DOWNLINK

  • WIRELESS_USAGE_DATA_POOLED_UPLINK

  • WIRELESS_USAGE_MRC

  • WIRELESS_USAGE_MRC_CUSTOM

  • WIRELESS_USAGE_MRC_INDIVIDUAL

  • WIRELESS_USAGE_MRC_POOLED

  • WIRELESS_USAGE_MRC_SUSPENDED

  • WIRELESS_USAGE_SMS

  • WIRELESS_USAGE_VOICE

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

  • RepeatableInMemoryIterable

  • RepeatableFileStoreIterable

  • non-repeatable-iterable

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

Time unit for the Response Timeout field.

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

How the connector streams request content to the remote service:

* AUTO (default)

Connector automatically uses the best streaming strategy based on the request content.

* ALWAYS

Connector always streams the request content.

* NEVER

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.

Output

Type

Array of Any

For Configurations

Throws

  • TWILIO:BAD_REQUEST

  • TWILIO:CLIENT_ERROR

  • TWILIO:CONNECTIVITY

  • TWILIO:INTERNAL_SERVER_ERROR

  • TWILIO:NOT_ACCEPTABLE

  • TWILIO:NOT_FOUND

  • TWILIO:SERVER_ERROR

  • TWILIO:SERVICE_UNAVAILABLE

  • TWILIO:TIMEOUT

  • TWILIO:TOO_MANY_REQUESTS

  • TWILIO:UNAUTHORIZED

  • TWILIO:UNSUPPORTED_MEDIA_TYPE

Sources

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.

Output

Type

Any

For Configurations

Types

Default Header

Field Type Description Default Value Required

Key

String

x

Value

String

x

Default Query Param

Field Type Description Default Value Required

Key

String

x

Value

String

x

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.

Crl File

Field Type Description Default Value Required

Path

String

The path to the CRL file.

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:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

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:

  • BYTE

  • KB

  • MB

  • GB

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:

  • BYTE

  • KB

  • MB

  • GB

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 true. If the payload of the message is a Java object, Mule ignores this value and returns the value that the payload’s hashCode() returned.

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 true, Mule uses a secure hash algorithm to identify a redelivered message.

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 false.

View on GitHub