i360
Connect Anedot to i360 to automatically relay supporter data—such as name, email, phone, address, and occupation—from Action Pages, with contact matching and easy donor management through i360’s CRM tools.
i360 is a CRM and digital marketing platform offering analytics, compliance, and engagement tools for free-market political organizations and commercial clients.
Table of Contents
Connecting Anedot to i360
Data Relays
Finding Donors in i360
Connecting Anedot to i360
Follow these steps to set up the integration:
-
In your Anedot account, go to Settings > Integrations > Directory.
-
Click + New Connection in the top-right corner.
-
Select i360 from the integration list.
-
Choose the Action Pages to sync:
-
All pages are selected by default.
-
To exclude any pages, enter their Action Page IDs (comma-separated).
-
-
(Optional) Limit the integration to a specific Team.
-
Enter your i360 Username and Password.
-
Click Save in the bottom-right corner to complete the setup.
You can edit Action Pages, Team settings, or credentials anytime after setup.
Data Relays
-
Anedot sends relays for both financial and non-financial Action Pages.
-
Relayed fields include:
-
Name
-
Employer
-
Occupation
-
Address
-
Email
-
Phone
-
-
If any of this data does not exactly match an existing i360 record, a new contact will be created.
-
After 5 consecutive relay failures, the integration is marked Inactive, and relays stop automatically.
Finding Donors in i360
Once a relay is successful, donor contacts can be found by searching name, email, or phone:
-
In i360, go to the Contacts tab.
-
Click Management to open the Contact Management List.
-
From there, you can view, filter, and take action on donor records.
Field Mapping
Contact Fields
Anedot Field | i360 Field |
---|---|
employerName | employer |
lastName | lastName |
firstName | firstName |
phone | cellNumber |
occupation | occupation |
address {city} | mAddress_City |
address {line1} | mAddress_Line1 |
address {line2} | mAddress_Line2 |
address {region} | mAddress_State |
address {postalCode} | mAddress_PostalCode |
i360 field - tags* "tags": [{"tagName": "Anedot Donor", "categoryName": "Anedot"} | tag "Anedot Donor" with category "Anedot" |
The i360 Client Services team requested tag support in August 2024 to help onboard shared customers. The tags here are specific to i360 and are not related to Anedot teams/tags.
Payload Data
Request Headers
{}
Request Body
{
"email": "admin@anedot.com",
"employer": "",
"lastName": "Dot",
"firstName": "Annie",
"cellNumber": "8765678987",
"occupation": "",
"mAddress_City": "New Orleans",
"mAddress_Line1": "1340 Poydras St",
"mAddress_Line2": "",
"mAddress_State": "LA",
"mAddress_PostalCode": "70112"
}
Response Body (Success)
{
"message": null,
"success": true,
"personId": 1234
}
Response Body (Failure)
{
"message": "Unauthorized"
}
Response Status (Success)
200
Response Status (Failure)
401