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 . Nexmo . Search . SearchMessagesByRecipientAndDate
Searches sent messages by Date and Recipient. Note that a sent message won't be immediately available for searching.
/*
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 searches sent messages by Date and Recipient. Note that a sent message won't be immediately available for searching. The documentation for this Nexmo resource can be found here.
Here's an example list of acceptable inputs:
APIKey: da9bb2ab
APISecret: 14f9b38c
Date: 2011-05-11
To: 3472804545
The following is a sample of an XML formatted response returned by this Choreo:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages> <count>count</count> <items> <message> <type>type</type> <message-id>id</message-id> <account-id>account</account-id> <network>network</network> <from>from</from> <to>to</to> <body>body</body> <price>price</price> <date-received>date</date-received> <date-closed>date</date-closed> <final-status>final-status</final-status> <latency>latency</latency> <status>status</status> </message> </items> <error-code>error</error-code> <error-code-label>label</error-code-label> </messages>
The following is a sample of a JSON formatted response returned by this Choreo:
{ "count": count, "items": [ { "message-id": "id", "account-id": "account", "network": "network", "from": "from", "to": "to", "body": "text", "price": "price", "date-received": "YYYY-MM-DD HH:MM:SS", "final-status": "status", "date-closed": "YYYY-MM-DD HH:MM:SS", "latency": "latency in ms", "type": "type" } ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms