Digioh integrates with Retention Science (“ReSci”), enabling you to collect emails and other data with pop-up forms, surveys, quizzes, and more. Our ReSci integration is extremely flexible and allows you to pass custom and hidden fields. You can trigger (and not trigger) welcome emails as well.
If you are setting up a Digioh integration by yourself, we first recommend reading about Digioh Integration Basics.
Here is an example of a basic Retention Science Integration that triggers a welcome email. We can set this up for you.
- Click on “Integrations” and select “Retention Science”
- Add the POST URL of https://data.retentionscience.com/v3/users
- Select JSON RAW as the “Post Type” in the dropdown
- Click ‘Create Integration’ and then click “Advanced”
- Your Header 1 Key will be “Authorization”
- Your Header 1 Value will be “ApiKey ” + your long API key (this can be found in your Retention Science account)
- Enter the fields you’d like to merge. The example below pushes the email, name, a registration source, and triggers a welcome email. Here is a list of all the analytics, form, and custom fields we can push.
{ "email": "[EMAIL]", "full_name": "[NAME]", "registration_source": "digioh", "send_transactional_welcome": "true" }
If you need help integrating with Retention Science, send us an email, and we can start the process in your account. We will need your API key and any custom fields you would like us to push.