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 Address step takes in specific address data and utilizes it to retrieve a completed address. For example, a User may have an address with a city and state, but no ZIP code. The step would then use this information to return an address with the correct zipcode. Although a tokenid is required, not all properties must be filled out for the step to work.
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 |
|---|
| Address1 | Allows Users to specify the name of a street address. | String |
| Address2 | Allows Users to specify additional data for an address, such as an apartment number. | String
|
| City | Allows Users to specify a City's name. | String
|
| Firm | Allows Users to specify the name of a Firm/Business. | String
|
| State | Allows Users to specify the name of a State. | String
|
| TokenID | Allows Users to directly enter a TokenID of the token configured when setting up the module. | String
|
| Urbanization | Allows Users to specify a URB descriptor. | String
|
| Zip4 | Allows Users to specify an additional four digits of a ZIP code. These digits are utilized for more precise mail delivery. | String
|
| Zip5 | Allows Users to specify a standard five-digit ZIP code. | String
|
Outputs
| Property | Description | Data Type |
|---|
| GetAddress1_Output | The output of this step will use the specified data to retrieve a complete address. Data included in this address will consist of properties in the previous section. | Address |

Example Inputs and Outputs
Inputs
TokenId
address1
city
state
Outputs
address1
city
state
Zip4
Zip5
Error
.png)
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]
|