Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Passing question and answer data

To store the question and answer data in realtime against your Contacts, you can use an Emarsys Relational Database. Please contact your Emarsys CSM to discuss this set up:

https://apihelp.emarsys.net/api/rds/…com/hc/en-us/articles/360002165413-Overview-Relational-Data-Overview

The fields passed in this API call are:

Field name

Format

Example

email

varchar (255)

test@preezie.com

page

int (11)

1 (this is the question number that was answered)

question

text

What is your budget?

answer

text

Over $500

category

varchar (255)

TV finder (this is the journey name)

submit_time

datetime

2023-05-03 14:52:12

session_id

varchar (255)

c6c2ab7d-10c8-47c1-b3db (this is the user’s journey session ID)

question_id

int (11)

1 (also the question number that was answered)

Once this has been set up you must add your custom RDS API url to the Custom Database Endpoint Urlfield field in the preezie CMS:

...

FAQs

I cannot see my test emails within Emarsys?

...