
Our Email Marketing API allows you to interact with the software from another system.
One common integration is modifying subscriber custom fields when editing users in other applications. This keeps the information in sync across both databases.
You’ll need some programming skills to achieve this, and familiarity with your external system. When you’re ready to sync user/subscriber data to your Email Marketing software, just follow these steps:
- Call
subscriber_viewto obtain the subscribers’ information. - Loop through their existing custom fields, and obtain the
dataidfor each:

- Call
subscriber_edit, and include the new custom field values, like this:'field[7,5]' => 'value here'In this example,
7is the custom field ID, and5is the data ID. You need the data ID to modify custom field values.
Please let us know if you have any questions, problems, or improvements for this.






