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 . GetLastMessageFromNumber
Retrieves the latest message received from a specified number.
/*
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 the latest message received from a specified number. More information for this Twilio resource can be found here.
Note that this Choreo has an input called ResponseMode which can be used to simplify the response and just return the message string.
Here's an example of acceptable inputs:
AccountSID: {YOUR TWILIO ACCOUNT SID}
AuthToken: {YOUR TWILIO AUTH_TOKEN}
From: +16623077141
ResponseMode: simple
The following is a sample message string returned by this Choreo when setting the ResponseMode to "simple":
Hey Jenny why aren't you returning my calls?
When setting the ResponseMode to "verbose", the Response will look something like this:
{ "sid": "SM60f7f4f9efd4a2e86adf339b422c833c", "date_created": "Mon, 23 Sep 2013 05:05:33 +0000", "date_updated": "Mon, 23 Sep 2013 05:05:33 +0000", "date_sent": "Mon, 23 Sep 2013 05:05:33 +0000", "account_sid": "ACacec6e213d691a7e3745e5af1e8bdb85", "to": "+13474702642", "from": "+16623077141", "body": "Hey Jenny why aren't you returning my calls?", "status": "sent", "direction": "outbound-api", "price": "-0.00750", "price_unit": "USD", "api_version": "2010-04-01", "uri": "/2010-04-01/Accounts/ACacec6e213d691a7e3745e5af1e8bdb85/SMS/Messages/SM60f7f4f9efd4a2e86adf339b422c833c.json" }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms