Replies export

Learn how to get users' replies for external use.

Replies are answers your users provided in your funnel.

Knowing them may be useful for customization and analytics.

Inputs elements

All replies are provided with inputs elements.

There are 3 types of inputs elements: Date Picker, Input and Options.

Each of them provides replies in its own way:

  • Date Picker always provides date in YYYY-MM-DD format
  • Input provides inputted text string
  • Options provides data specified in Value parameter of chosen option

🚧

Options with multiple answers

If several options were selected in a single Options element, all answers will be provided in a single field, separated by commas.

Getting replies

You can use 2 different methods to get replies:

  1. Webhooks. You will receive payload with all user's replies as soon as he finishes onboarding
  2. API. You can get replies at any moment by calling API method

You can choose a method that meets your needs.