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