Messaging ショートコード
A short code is a 5 or 6-digit number that can send and receive messages with mobile phones. These high-throughput numbers are perfect for apps that need to send messages to lots of users or need to send time-sensitive messages. You can buy shortcodes from Twilio or port existing short codes to our platform.
ショートコードを使ってメッセージを送信したい場合は「メッセージを送る」ドキュメンを御覧ください。
ShortCode properties
Names in PHP format | |
---|---|
accountSid
|
The SID of the Account that created this ShortCode resource. |
apiVersion
|
The API version used to start a new TwiML session when an SMS message is sent to this short code. |
dateCreated
|
The date and time in GMT that this resource was created specified in RFC 2822 format. |
dateUpdated
|
The date and time in GMT that this resource was last updated, specified in RFC 2822 format. |
friendlyName
|
A string that you assigned to describe this resource. By default, the |
shortCode
|
ショート コードです。 例: 894546 |
sid
|
The unique string that that we created to identify this ShortCode resource. |
smsFallbackMethod
|
The HTTP method we use to call the |
smsFallbackUrl
|
The URL that we call if an error occurs while retrieving or executing the TwiML from |
smsMethod
|
The HTTP method we use to call the |
smsUrl
|
The URL we call when receiving an incoming SMS message to this short code. |
uri
|
The URI of this resource, relative to |
Fetch a ShortCode resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json
パラメーター
Names in None format | |
---|---|
account_sid
必須
|
The SID of the Account that created the ShortCode resource(s) to fetch. |
sid
必須
|
The Twilio-provided string that uniquely identifies the ShortCode resource to fetch |
例
Read multiple ShortCode resources
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes.json
Returns a list of ShortCode resources, each representing a short code within your account. This list includes paging information.
Filter the list Twilio returns
The following query string parameters allow you to limit the list returned.
パラメーター
Names in None format | |
---|---|
friendly_name
オプション
|
The string that identifies the ShortCode resources to read. |
short_code
オプション
|
このパターンに一致する ShortCode リソースのみを返します。 番号の一部を指定し、「*」を任意の 1 桁のワイルドカードとして使用することができます。 |
account_sid
必須
|
The SID of the Account that created the ShortCode resource(s) to read. |
例 1
例 2
例 3
Update a ShortCode resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json
Tries to update the shortcode's properties. This API call returns the updated resource representation if it is successful. The returned response is identical to that returned when making a GET request.
パラメーター
Names in None format | |
---|---|
account_sid
必須
|
The SID of the Account that created the ShortCode resource(s) to update. |
sid
必須
|
The Twilio-provided string that uniquely identifies the ShortCode resource to update |
friendly_name
オプション
|
A descriptive string that you created to describe this resource. It can be up to 64 characters long. By default, the |
api_version
オプション
|
The API version to use to start a new TwiML session. Can be: |
sms_url
オプション
|
The URL we should call when receiving an incoming SMS message to this short code. |
sms_method
オプション
|
The HTTP method we should use when calling the |
sms_fallback_url
オプション
|
The URL that we should call if an error occurs while retrieving or executing the TwiML from |
sms_fallback_method
オプション
|
The HTTP method that we should use to call the |
例 1
ヘルプが必要ですか?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the Twilio tag on Stack Overflow.