You have no favorites... yet!
Library . Utilities . Callback
Temboo Callback functions are an advanced feature that let you register a single-use URL that can receive and store incoming data from a 3rd party web request (for example, an OAuth callback or webhook event).
These two Choreos are designed to work together. To listen for an incoming web request and retrieve the request data, follow these steps:
https://ACCOUNT_NAME.temboolive.com/callback/34b587ad-9f40-44ec-9fff-b46485ba0062?foo=test1&bar=test2&baz=test3
{ "callbackID": "34b587ad-9f40-44ec-9fff-b46485ba0062", "callback-data": [ { "name": "baz", "value": "test3" }, { "name": "foo", "value": "test1" }, { "name": "bar", "value": "test2" } ] }
Utilities.
Retrieves data captured from a request to your callback URL.
Utilities.
Allows you to generate a unique URL that can "listen" for incoming data from web request.
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms