Third party sync allows you to synchronize your local campaign users to your third party mailer list. By default, it synchronizes only EMAIL field.
If you want to synchronize other fields, you need to keep same FIELD NAME in your form & third party mailers.
# Steps to synchronize custom fields from Campayn
- Campayn doesn’t allow to add custom fields to all contacts or a particular list. It adds to any contact as per the fields given input to the API. The fields should have tags as shown below:
Sr. No. | Field Name | Field Tag (To be added to ConvertPlug Form) |
---|---|---|
1. | email |
|
2. | First Name | first_name |
3. | Last Name | last_name |
4. | Title | title |
5. | Address | address |
6. | City | city |
7. | State | state |
8. | ZIP | zip |
9. | Company | company |
10. | Country | country |
- It is mandatory to match this Field Tag to ConvetPlug Form Tag Name.
For more information about Campayn’s custom fields, check here.