USPS API Change
Since USPS is changing its API in January 2026, new steps have been added to the
USPS Module for v9.17. All steps added to the USPS Module before v9.17 will be marked as deprecated, but will still work in the platform. Users must use the new steps once the change takes place.
New steps added to the platform from the 9.17 release are not a direct replacement for deprecated steps; Flow logic may need to be updated to account for this. | Step Details |
| Introduced in Version | 9.17 |
| Last Modified in Version | 9.17 |
| Location | Integration > USPS |
Overview
The Get City by Zipcode step takes in the tokenid and ZIP code to retrieve the associated city and state.
Prerequisites
- This step requires the USPS module to be installed before it will be available in the toolbox.
- Users must add the module as a dependency to a Project before utilizing any associated steps.
- This step requires an OAuth Token for verification. Please refer to the following articles for more information:
Properties
Inputs
| Property | Description | Data Type |
|---|
| TokenID | Allows Users to directly enter a TokenID of the token configured when setting up the module. | String
|
| Zip5 | Allows Users to specify a standard five-digit ZIP code. | String
|
Outputs
| Property | Description | Data Type |
|---|
| GetCityByZipcode1_Output | The output of this step will use the specified tokenid and ZIP code to retrieve the associated city and state. | String |

Example Inputs and Outputs
Inputs
TokenId
zip5
Outputs
GetCityByZipcode1_Output

Step Changes
| Description | Version | Date | Developer Task |
|---|
The USPS module has been updated with new steps. Old steps have been marked as deprecated in the toolbox.
| 9.17 | November 2025 | [DT-045903]
|