Begin by generating an API token from your Funnels API dashboard and granting the minimum required scopes. Store credentials securely and rotate them regularly to maintain security.
Connect Accelevents to Funnels API using OAuth 2.0 or an API key, depending on what your setup supports. Follow the flow to authorize the app and obtain an access token.
– GET /funnels/lookup/redirect/list: List redirect rules; – POST /funnels/lookup/redirect: Create a redirect; – DELETE /funnels/lookup/redirect/:id: Remove a redirect; – PATCH /funnels/lookup/redirect/:id: Update a redirect; – GET /funnels/page: Retrieve pages; – GET /funnels/page/count: Get page count; – GET /funnels/funnel/list: List funnels; – GET /funnels/page.readonly: Read-only access to pages; – funnels/redirect.write: Write redirects; – DELETE /medias/:fileId: Delete media assets.
Trigger: A new attendee signs up in Accelevents, prompting a corresponding redirect rule in Funnels.
Actions: Create or update redirect rules in Funnels via POST /funnels/lookup/redirect; log the event in Accelevents for reporting.
Method path: POST /funnels/lookup/redirect
Key fields: source_event_id, redirect_url, status
Trigger: Updates to funnels/pages in Funnels trigger a sync in Accelevents.
Actions: Fetch page data (GET /funnels/page), push to Accelevents, update page counts.
Method path: GET /funnels/page
Key fields: page_id, funnel_id
Trigger: Media uploads in Funnels trigger actions in Accelevents.
Actions: Manage media references via DELETE /medias/:fileId and reflect in Accelevents dashboards.
Method path: DELETE /medias/:fileId
Key fields: fileId, media_type
No-code automation: Build powerful funnels without writing code using triggers and actions.
Centralized data: Sync events and page data to create richer analytics in Accelevents.
Faster go-to-market: Launch campaigns quickly with prebuilt endpoints and workflow templates.
Definitions for API endpoints, authentication methods, redirects, webhooks, and data field mappings used in the Funnels API and Accelevents integration.
A specific URL and HTTP method used to access a resource in the Funnels API.
Process of proving identity to access the Funnels API, typically via API keys or OAuth tokens.
A callback URL where the Funnels API sends events in real time.
A URL mapping that forwards a user from one resource to another within Funnels or Accelevents.
Set up real-time redirects from Accelevents event pages to tailored landing pages via Funnels API to boost engagement.
Monitor page counts, fetch counts, and trigger alerts if thresholds are reached.
Automatically sync funnel and page analytics to Accelevents dashboards for richer insights.
Obtain your Funnels API token and set the proper scopes for read and write access.
Add the Funnels API connection in Accelevents, input token, set redirect URLs, and test endpoints.
Run a quick test, verify data sync, and set up alerts for failures.
No coding is required to start. The Funnels API offers no-code integration options via the App Connector templates, letting you map Accelevents events to Funnels redirects and analytics. If you prefer, you can extend with simple scripts, but it isn’t required. The templates cover most common redirect and analytics scenarios.
To begin, use the essential endpoints: GET /funnels/lookup/redirect/list, POST /funnels/lookup/redirect, and GET /funnels/funnel/list to set up initial redirects and funnel mappings. Test the workflow end-to-end by triggering a sample event in Accelevents and observe the redirect outcome in Funnels and the resulting analytics in your dashboard.
Authentication is handled with API tokens. Generate a token in the Funnels API console and pass it in the Authorization header when calling endpoints. Use scoped tokens to limit access and rotate tokens regularly. For long-running integrations, consider implementing a refresh flow or using OAuth where supported.
Yes. You can monitor redirects and page counts in real time using Funnels API endpoints and the Accelevents dashboard. Set up webhooks or polling to receive updates and visualize funnel performance live.
Data synced includes attendee events, page data, redirect mappings, and media references. This enables unified reporting and smarter audience segmentation in Accelevents.
Redirect definitions update as you modify funnels or redirects in Funnels. The frequency depends on your webhook configuration or polling interval; typical setups run every few minutes.
API rate limits are documented in the Funnels API docs and apply to all endpoints; plan backoffs accordingly. If you exceed quotas, contact support to adjust limits or optimize your workflow.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers