Use OAuth 2.0 or API keys to securely authorize the Funnels API connection from your 123FormBuilder account.
Grant 123FormBuilder the necessary permissions to access Funnels data such as forms, redirects, and page information.
GET /funnels/lookup/redirect/list; funnels/redirect.write; POST /funnels/lookup/redirect; funnels/page.readonly; GET /funnels/page; funnels/funnel.readonly; GET /funnels/funnel/list; GET /funnels/pagecount.readonly; GET /funnels/page/count; DELETE /funnels/lookup/redirect/:id; PATCH /funnels/lookup/redirect/:id; DELETE /medias/:fileId; API Endpoint13-17 are not used on this page.
Triggers when you need the current list of redirect mappings to inform form routing.
Fetch existing redirect mappings from Funnels API to determine where form submissions should go.
GET /funnels/lookup/redirect/list
Form ID, Redirect ID, Target URL
Triggered when a redirect needs to be changed due to form changes.
Update a specific redirect mapping in Funnels API.
PATCH /funnels/lookup/redirect/:id
Redirect ID, new URL, new target funnel
Triggered when a new form submission requires a new redirect mapping.
Create a new redirect mapping in Funnels API.
POST /funnels/lookup/redirect
Form ID, Redirect URL, Destination Funnel
Fast setup with drag and drop configuration requiring no programming knowledge.
Automate form submissions to funnels and redirects to boost conversions.
Centralized automation in one dashboard with logs and error handling.
Key elements include endpoints, triggers, actions, authentication, and data mapping that connect 123FormBuilder with Funnels API.
Application Programming Interface that enables systems to communicate and share data.
A specific URL in an API that performs a defined function.
Process of verifying identity and permissions to access resources.
A URL where requests are sent or users are redirected to within a flow.
Automatically create or update funnel entries when a 123FormBuilder form is submitted.
Route users to personalized funnel steps based on form answers.
Update multiple redirects at once using consolidated endpoints.
Create credentials in both accounts and link them in the app connector.
Define which form events trigger redirects and which endpoints to call.
Run tests to ensure data flows correctly and then enable live automation.
Yes. The no code flow walks you through authentication and endpoint selection without writing code. You will connect accounts, choose triggers, and map fields using a visual guide. Your data flows through the integration once you save the configuration. Two quick checks ensure the connection is live and data is moving as expected. If you run into issues, use the built in test mode to verify each step before going live.
Redirects typically use the GET /funnels/lookup/redirect/list endpoint to retrieve mappings, combined with POST /funnels/lookup/redirect to create new redirects or PATCH /funnels/lookup/redirect/:id to update existing ones. You will map the form events from 123FormBuilder to these endpoints in the connector settings. Finally, you can delete redirects via DELETE /funnels/lookup/redirect/:id as needed.
Authentication uses standard OAuth 2.0 or API keys depending on your setup. Store tokens securely and rotate them per your security policy. Treat the Funnels API credentials as sensitive data and restrict access within your organization. If you must reauthorize, re-run the connection setup in the app connector.
Yes. The integration provides a test mode to verify connectivity and data mapping without affecting live funnels. Use test events from 123FormBuilder to validate redirects and funnel routing before enabling live data flow.
Field mapping is done in the connector UI. Map 123FormBuilder form fields to corresponding Funnels API fields such as Redirect URL and Destination Funnel. Use sample data to confirm values flow correctly and adjust as needed for each form type.
Rate limits depend on the Funnels API plan. If you anticipate high traffic, implement batching and caching where possible, and stagger requests to prevent throttling. Monitor usage in the logs and adjust timeout settings to maintain reliability.
Error logs are accessible in the app connector dashboard under the Integration or Logs section. You can view failed requests, status codes, and error messages to diagnose issues. Enable verbose logging if you need deeper diagnostics.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers