In this guide, we will walk through a workflow to connect Nation Builder and Salesforce
- Go to Connectors
- Click Add
- Select Nation Builder
- Go through the oAuth Process - In the Slug - Add your nationbuilder prefix
In this example we will add all the People create in NationBuilder within the last 2 minutes to Salesforce as Contacts
From the left pane add a NationBulder Connector. We want to filter everyone that was updated within the last 2 mins
- Add the following parameters:
- Connector - NationBuilder (or the name you gave to your connector)
- Resource - People (we want to call this end point)
- Operation - Find people by attributes (this allows us to pass search parameters)
- Auto Paging - Selected by Default
- Updated Since - $addMinutes(new Date(), -2))
This will get us all the people added within the last 2 mins.
When the Auto Paging is enabled it will enabled everyone that was updated within the last two minutes
The next we add a Salesforce Connector inside the loop
From the left pane drag a Salesforce Connector inside the Loop
Then map all the fields you want to update
Connector - Salesforce
Resource - Contact
Operation - Contact
Field Mappings
When selecting the values we are selecting it from Loop Step
Map FirstName, Last Name and Email
Here is a How-To Video