Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Zipcode

Prev Next
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 Version9.17
Last Modified in Version9.17
LocationIntegration > USPS

Overview

The Get Zipcode step takes in specific address data alongside a tokenid and utilizes this information to retrieve the associated ZIP code. Although a tokenid is required, not all properties must be filled out for the step to work.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
Address1Allows Users to specify the name of a street address. String
Address2Allows Users to specify additional data for an address, such as an apartment number. String
CityAllows Users to specify the name of a City. String
FirmAllows Users to specify the name of a Firm/Business. String
StateAllows Users to specify the name of a State.String
TokenIDAllows Users to directly enter a TokenID of the token configured when setting up the module. String
UrbanizationAllows Users to specify a URB descriptorString
Zip4Allows Users to specify an additional four digits of a ZIP code. These digits are utilized for more precise mail delivery. String
Zip5Allows Users to specify a standard five-digit ZIP code.String

Outputs

PropertyDescriptionData Type
GetZipcode1_OutputThe output of this step will use the specified data to retrieve associated ZIP codes. Address


Example Inputs and Outputs

Inputs
TokenId
address1
city
state

Outputs
Address1
Address2
City
State
Zip4
Zip5
Error


Step Changes

DescriptionVersionDateDeveloper Task
The USPS module has been updated with new steps. Old steps have been marked as deprecated in the toolbox.
9.17November 2025[DT-045903]