Act-On: Export data overview

You have two integration methods to select from when exporting data from ion to your Act-On instance (also known as an “Add Lead” integration): the REST API method and the Post to Web Form method. Both methods can work seamlessly with your ion creatives.

REST API

A REST API integration directly adds contacts in a specified Act-On list. Visitors will see a form you built in ion (and data is saved to your ion console), and then behind the scenes we pass designated data to your Act-On list. Maintenance for this method can be complex, as it requires updates to custom scripting should you want to change or expand the exported fields in the future. You will not be able to trigger automation in Act-On based on form completion, since there was no Act-On form submitted.

Post to Web Form

A Post to Web Form integration is what it sounds like: data collected in ion is re-posted to a form you've published in Act-On. While the visitor sees a form you built in ion (and data is saved to your ion console), Act-On treats it like someone completed the Act-On form directly. Future updates or expansion of your integration typically require changes to both your ion integration and your Act-On form(s).

Check out the table below for a more detailed comparison of the methods.

  Act-On REST API Act-On Post to Web Form
How does it work?

A connection is established between your ion console and your Act-On instance. Next a field mapping is completed in ion to define which ion fields should be exported and how they correspond to your Act-On list fields.

Note: Act-On integrations require a custom configuration; server-side scripting is used to define your field mapping.

When the integration runs, an Act-On contact record will be added to the specified list.

A form is published in Act-On to receive your ion data. Next a field mapping is completed in ion to define which ion fields should be exported and where that data should be submitted in your Act-On form. You can configure your integration to post to a single (“master”) Act-On form for processing ion leads, or leverage a dynamic destination to support posting to multiple Act-On forms from a single ion integration.

When the integration runs, data collected in ion is re-posted to the designated Act-On form.

What kind of data can be sent to Act-On?

 

All types of data can be seamlessly passed to a contact record in Act-On. This includes Basic Lead Data, ion Core Data, data passed on the query string (like tracking parameters), and interaction data (like a calculator input or an assessment result).

Note: Integration services may be limited to certain data types. Check with your Customer Success Manager if you are unsure what you’ve purchased.

 

All types of data can be seamlessly passed to a contact record in Act-On. This includes Basic Lead Data, ion Core Data, data passed on the query string (like tracking parameters), and interaction data (like a calculator input or an assessment result).

Note: Integration services may be limited to certain data types. Check with your Customer Success Manager if you are unsure what you’ve purchased.

What are my options to manage sensitive data? Field-level security controls are available. The sensitive data expiration setting allows you to mark data in a given field for automatic deletion at a specific time interval (e.g. delete 72 hours after last contact). Field-level security controls are available. The sensitive data expiration setting allows you to mark data in a given field for automatic deletion at a specific time interval (e.g. delete 72 hours after last contact).
How will I build the form my visitors see? Can I change the styling? You will use ion’s form building components. This gives you maximum control of the look, feel, and flow of your form experience, and allows you to leverage the branded theme built for you in ion. You will use ion’s form building components. This gives you maximum control of the look, feel, and flow of your form experience, and allows you to leverage the branded theme built for you in ion.
Can my forms be pre-populated with known lead data?

Forms can be pre-populated based on ion data or (if a Get Lead integration is setup) based on Act-On + ion data.

Note: Integration services may not include a Get Lead integration. Check with your Customer Success Manager if you are unsure what you’ve purchased.

Forms can be pre-populated based on ion data or (if a Get Lead integration is setup) based on Act-On + ion data.

Note: Integration services may not include a Get Lead integration. Check with your Customer Success Manager if you are unsure what you’ve purchased.

How often are my leads sent to Act-On? Leads are immediately sent to Act-On each time the integration runs. Most ion users apply their integration to run on the submission of a form in their ion creative. Leads are immediately sent to Act-On each time the integration runs. Most ion users apply their integration to run on the submission of a form in their ion creative.
What happens if there is an Act-On service interruption? Visitors will still be able to submit forms and form data will be saved according to your configuration in ion. We’ll retry the post once an hour until successful, up to the maximum number set in your integration. (default: 50 retries) Visitors will still be able to submit forms and form data will be saved according to your configuration in ion. We’ll retry the post once an hour until successful, up to the maximum number set in your integration. (default: 50 retries)