--- title: Automate Address Verification using Salesforce FLOWS | PostGrid description: How to build a Salesforce Flow that automatically triggers PostGrid address verification when custom object records are created or updated. --- If you need to verify addresses in custom objects beyond Accounts, Contacts, and Leads, or want to create a workflow to automate address verification, follow these steps using Salesforce Flows. ### 1. Creating a Flow Navigate to Setup by clicking the Setup icon on the main Salesforce screen. ![Salesforce main screen with the Setup gear icon highlighted in the top navigation bar](/_astro/01-image.BwGIE4iK_Z1CRbbM.webp) In the Quick Find bar, type Flow and select Flows. ![Salesforce Setup Quick Find bar with 'Flow' entered and Flows selected in the results](/_astro/02-image.BGp5cgIc_Uvnmn.webp) Click New Flow to create a flow from scratch, or choose an available template that fits your needs. ![Salesforce Flows page with the New Flow button and a list of available flow templates](/_astro/03-image.woYPDTb6_OhYA2.webp) Now you need to configure your Flow. For example, you can define that each time a custom object is created or updated, the flow gets triggered, and the address verification is initiated. Whatever your scenario is, you need to follow the setup for creating the starting point of the Flow. Once you are finished with the configuration, click on Done. ### 2. Setup the Address Verification Now you need to set up the Address Verification Workflow. Within the workflow, click the plus button to add a new element, and search for the Verify Address. ![Salesforce Flow canvas with the Add Element panel open and Verify Address highlighted in the search results](/_astro/04-image.CxJdBVwn_1KobKN.webp) Add a Label Name and start configuring the input fields.\ Set each address component including **City**, **Country**, **Postal Code**, **State**, and **Street** as mandatory fields by toggling the Include option on each and map the corresponding address fields from your custom object to each input value. ![Verify Address element configuration panel showing City, Country, Postal Code, State, and Street input fields mapped to custom object fields](/_astro/05-image.CXSBAht5_1HYqtp.webp) Click Done once the address verification setup is complete. Click Save, name your Flow, and save it again. ![Salesforce Save Flow dialog prompting the user to enter a flow name before saving](/_astro/06-image.BeENy8zk_1To4A1.webp) ### 3. Testing and Activating the Flow **Debug the Flow** To test your Flow, click on Debug and follow the instructions to simulate the process.\ View the debug results in the Details panel on the right side of the screen to ensure the Flow operates correctly. **Activate the Flow** Once you’re satisfied with the testing results, click Activate to enable the workflow.\ You’ll receive a confirmation message indicating successful activation.