sample-code icon indicating copy to clipboard operation
sample-code copied to clipboard

Auto-generated code samples for the Twilio REST API

Results 19 sample-code issues
Sort by recently updated
recently updated
newest added

The code samples in this GitHub repository were automatically generated using a tool built at Twilio called Yoyodyne. The samples are updated when there is a change to the Twilio...

The code samples in this GitHub repository were automatically generated using a tool built at Twilio called Yoyodyne. The samples are updated when there is a change to the Twilio...

added clarification following https://github.com/twilio/twilio-java#send-a-sms The code samples in this GitHub repository were automatically generated using a tool built at Twilio called Yoyodyne. The samples are updated when there is a...

The code samples in this GitHub repository were automatically generated using a tool built at Twilio called Yoyodyne. The samples are updated when there is a change to the Twilio...

Show an example of the required extra option.

The code samples in this GitHub repository were automatically generated using a tool built at Twilio called Yoyodyne. The samples are updated when there is a change to the Twilio...

invalid

As mentioned in issue #30, passing a `toBinding` along with `identify` results in the error > "Direct notifications and query notifications can not be requested together" Removed the `identify` parameter...

Copilot selects the number to send from asynchronously, so we don’t have that information at request time. Looks like somebody on the product team needs to make a change, but...

The existing phone number that gets the post needs to be on the old account (XX), not the new account (zz) since the resource doesn't exist for the old account.

I receive the following exception response: ``` { "message": "client.sync.services(...).syncLists(...).update is not a function", "name": "TypeError", "stack": "TypeError: client.sync.services(...).syncLists(...).update is not a function\n at Object.exports.handler (/var/task/handlers/.js:77:13)\n at Object.exports.handler (/var/task/node_modules/enigma-lambda/index.js:306:10)\n at...