Request
FriendlyName string Required <=64 characters
A named unique identifier for the resource.
VoiceUrl string Optional format: "uri"
The URL to request when a phone number receives a call or fax.
VoiceMethod enum Optional Defaults to POST
Whether the request to `VoiceUrl` is a `GET` or a `POST`. Default is `POST`.
Allowed values: GET POST
VoiceFallbackUrl string Optional format: "uri"
The URL SignalWire will request if errors occur when fetching the `VoiceUrl`.
VoiceFallbackMethod enum Optional Defaults to POST
Whether the request to `VoiceFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
Allowed values: GET POST
StatusCallback string Optional format: "uri"
The URL to pass status updates to the Application.
StatusCallbackMethod enum Optional Defaults to POST
Whether the request to the `StatusCallback` URL is a `GET` or a `POST`. Default is `POST`.
Allowed values: GET POST
SmsUrl string Optional format: "uri"
The URL to request when an SMS is received.
SmsMethod enum Optional Defaults to POST
Whether the request to `SmsUrl` is a `GET` or a `POST`. Default is `POST`.
Allowed values: GET POST
SmsFallbackUrl string Optional format: "uri"
The URL SignalWire will request if errors occur when fetching the `SmsUrl`.
SmsFallbackMethod enum Optional Defaults to POST
Whether the request to `SmsFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
Allowed values: GET POST
SmsStatusCallback string Optional format: "uri"
The URL to receive status updates for messages sent via this Application.
SmsStatusCallbackMethod enum Optional Defaults to POST
Whether the request to `SmsStatusCallback` is a `GET` or a `POST`. Default is `POST`.
Allowed values: GET POST
Response
sid string Required format: "uuid"
The unique identifier for the Application.
account_sid string Required format: "uuid"
The unique identifier for the Account that created this Application.
api_version string Required
The version of the SignalWire API.
date_created string Required
The date, in RFC 2822 GMT format, this Application was created.
date_updated string Required
The date, in RFC 2822 GMT format, this Application was updated.
friendly_name string Required
A named unique identifier for the resource.
uri string Required
The URI for this Application.
voice_url string or null Required
The URL to request when a phone number receives a call or fax.
voice_method string or null Required
Whether the request to `VoiceUrl` is a `GET` or a `POST`. Default is `POST`.
voice_fallback_url string or null Required
The URL SignalWire will request if errors occur when fetching the `VoiceUrl`.
voice_fallback_method string or null Required
Whether the request to `VoiceFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
status_callback string or null Required
The URL to pass status updates to the Application.
status_callback_method string or null Required
Whether the request to the `StatusCallback` URL is a `GET` or a `POST`. Default is `POST`.
voice_caller_id_lookup boolean or null Required
Whether or not to look up a caller's ID from the database. Always null.
sms_url string or null Required
The URL to request when an SMS is received.
sms_method string or null Required
Whether the request to `SmsUrl` is a `GET` or a `POST`. Default is `POST`.
sms_fallback_url string or null Required
The URL SignalWire will request if errors occur when fetching the `SmsUrl`.
sms_fallback_method string or null Required
Whether the request to `SmsFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
sms_status_callback string or null Required
The URL to receive status updates for messages sent via this Application.
sms_status_callback_method string or null Required
Whether the request to `SmsStatusCallback` is a `GET` or a `POST`. Default is `POST`.
message_status_callback string or null Required
The URL to receive status updates for messages sent via this Application.