Export user responses from your funnels to analyze customer data, personalize experiences, and integrate with external systems. Replies capture all answers provided through your funnel’s input elements.Documentation Index
Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Input elements
Replies are collected from the following elements in your funnels:- Date pickers: Always returns dates in YYYY-MM-DD format for consistent date processing across systems
- Inputs: Provides the exact text string entered by users, including spaces and special characters.
- Options: Returns the Value parameter you specified for the selected option.
Export replies
Choose the method that best fits your workflow and technical requirements. Both approaches provide the same complete reply data:- Webhooks: Receive reply data automatically when users complete your funnel. Learn more in the detailed article on replies in webhooks.
- API: Retrieve reply data whenever you need it through API calls. Learn more in the detailed article on replies in API.
- Analytic integrations: Get replies included as
replyproperty withinscreen_completedevents sent to your analytics integrations such as Amplitude and Mixpanel.
