You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Twilio . SMSMessages . ListMessages
Retrieves a list of SMS messages from your Twilio account.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves a list of SMS messages associated with your Twilio account. More information for this Twilio resource can be found here. You can optionally specify values for the DateSent (in YYYY-MM-DD format), From phone number, and To phone number input variables.
Here's an example list of acceptable inputs:
DateSent: 2011-04-12
From: +14158141829
To: +14159352345
The following is a sample of the JSON returned by this Choreo:
{ "start": 0, "total": 261, "num_pages": 6, "page": 0, "page_size": 50, "end": 49, "uri": "/2010-04-01/Accounts/AC5ef872f6da5a21de157d80997a64bd33/SMS/Messages.json", "first_page_uri": "/2010-04-01/Accounts/AC5ef872f6da5a21de157d80997a64bd33/SMS/Messages.json?Page=0&PageSize=50", "last_page_uri": "/2010-04-01/Accounts/AC5ef872f6da5a21de157d80997a64bd33/SMS/Messages.json?Page=5&PageSize=50", "next_page_uri": "/2010-04-01/Accounts/AC5ef872f6da5a21de157d80997a64bd33/SMS/Messages.json?Page=1&PageSize=50", "previous_page_uri": null, "messages": [ { "account_sid": "AC5ef872f6da5a21de157d80997a64bd33", "api_version": "2008-08-01", "body": "Hey Jenny why aren't you returning my calls?", "date_created": "Mon, 16 Aug 2010 03:45:01 +0000", "date_sent": "Mon, 16 Aug 2010 03:45:03 +0000", "date_updated": "Mon, 16 Aug 2010 03:45:03 +0000", "direction": "outbound-api", "from": "+14158141829", "price": "-0.02000", "sid": "SM800f449d0399ed014aae2bcc0cc2f2ec", "status": "sent", "to": "+14159978453", "uri": "/2010-04-01/Accounts/AC5ef872f6da5a21de157d80997a64bd33/SMS/Messages/SM800f449d0399ed014aae2bcc0cc2f2ec.json" } ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms