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 . USPS . DeliveryInformationAPI . TrackConfirmFields
Track a package sent via USPS and return tracking information with details in separate XML tags.
/*
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 uses the USPS system to track a package sent via USPS and returns tracking information with details in separate XML tags.
The following is a sample of the XML information returned by this Choreo with the following test inputs:
Endpoint: testing
Password: {Your Password}
UserId: {Your UserId}
TrackId: EJ958083578US
<?xml version="1.0"?> <TrackResponse> <TrackInfo ID="01805213907042762274"> <TrackSummary> <EventTime>12:12 pm</EventTime> <EventDate>May 21, 2001</EventDate> <Event>DELIVERED</Event> <EventCity>NEWTON</EventCity> <EventState>IA</EventState> <EventZIPCode>50208</EventZIPCode> <EventCountry/> <FirmName></FirmName> <Name></Name> <AuthorizedAgent></AuthorizedAgent> </TrackSummary> <TrackDetail> <EventTime>9:24 pm</EventTime> <EventDate>March 28, 2001</EventDate> <Event>ENROUTE</Event> <EventCity>DES MOINES</EventCity> <EventState>IA</EventState> <EventZIPCode>50395</EventZIPCode> <EventCountry/> <FirmName/> <Name/> <AuthorizedAgent/> </TrackDetail> <TrackDetail> <EventTime>10:00 pm</EventTime> <EventDate>March 27, 2001</EventDate> <Event>ACCEPTANCE</Event> <EventCity>BLAINE</EventCity> <EventState>WA</EventState> <EventZIPCode>98231</EventZIPCode> <EventCountry/> <FirmName/> <Name/> <AuthorizedAgent/> </TrackDetail> </TrackInfo> </TrackResponse>
If an error occurs, the response will look something like:
<Error> <Number></Number> <Source></Source> <Description></Description> <HelpFile></HelpFile> <HelpContext></HelpContext> </Error>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms