To securely access Funnels API from Zapier App Connector, configure your credentials and apply the funnels/redirect.readonly scope for read operations, plus additional scopes for writes as needed.
Set up OAuth or API keys in the Zapier App Connector settings and connect to Funnels API using the client ID and secret, then test the connection.
GET /funnels/lookup/redirect/list — fetch redirect lookups POST /funnels/lookup/redirect — create a redirect lookup PATCH /funnels/lookup/redirect/:id — update a redirect by id DELETE /funnels/lookup/redirect/:id — delete a redirect by id funnels/redirect.write — write redirects GET /funnels/page — retrieve pages GET /funnels/page/count — count pages GET /funnels/funnel/list — list funnels GET /medias/:fileId — fetch media asset DELETE /medias/:fileId — delete media asset
Trigger: when a redirect lookup is created or updated in Funnels to keep redirect data in your Zapier workflows
Actions: list redirects, create new redirects, update existing redirects, and fetch details as needed
Methods covered: GET /funnels/lookup/redirect/list, POST /funnels/lookup/redirect, PATCH /funnels/lookup/redirect/:id, DELETE /funnels/lookup/redirect/:id
Key fields: id, redirect_url, funnel_id, created_at, updated_at
Trigger: new or updated Funnels pages feed into Zapier automations
Actions: read pages, count pages, list funnels, and pull page metadata
GET /funnels/page, GET /funnels/page/count, GET /funnels/funnel/list
Fields: id, slug, title, updated_at, page_count
Trigger: media uploaded or deleted to sync assets
Actions: delete media by fileId, retrieve media details
DELETE /medias/:fileId
Fields: fileId, filename, mime_type, size
Automate redirects and funnel data without writing code.
Consolidate page data, redirects, and media into automated workflows inside Zapier.
Scale campaigns faster by turning API data into actionable Zaps.
This glossary explains endpoints, methods, and data fields used when connecting Funnels API with the Zapier App Connector.
A specific URL path that performs a defined action in an API, such as retrieving a list or updating a resource.
The process of verifying identity to securely access API resources.
Methods to securely authorize API requests.
A mechanism for real-time data delivery between apps.
Automatically archive or prune old redirects when a redirect is updated or created.
Pull page metrics from Funnels API and display them in a Zapier-led dashboard.
Automate uploading and cleaning up media assets across funnels from Zapier.
Get your client credentials from Funnels API and set them up in the Zapier App Connector.
Configure OAuth or API keys, then run test connections to verify access.
Create a Zap that uses Funnels API endpoints to automate redirects and extract page data.
You don’t need to be a developer to start. The Zapier App Connector guides you through authentication and setup with clear prompts. You can copy your API keys and configure them in Zapier, using the Funnels API scope funnels/redirect.readonly to access redirect data.
Choose API keys for simple read-only tasks or OAuth for secure, ongoing access. For writes, ensure you have the correct scopes and store credentials securely in Zapier. Test with a small dataset before enabling live automations.
Essential endpoints include GET /funnels/lookup/redirect/list to fetch redirects, POST /funnels/lookup/redirect to create one, and GET /funnels/page to read pages. Adding GET /funnels/funnel/list helps identify related funnels for your redirects.
Use a sandbox or staging Environment if available, or test with non-live data. Validate payloads in a controlled Zapier task before moving to production; monitor responses and error messages for quick fixes.
Yes. You can manage media assets via Zapier using endpoints like DELETE /medias/:fileId and related retrieval calls. Ensure proper permissions and scope to avoid accidental deletions.
Yes. Funnels API has rate limits and scope requirements. Read-only operations typically use funnels/redirect.readonly; writes require additional scopes and secure handling of credentials.
API keys and client credentials are found in GHL under Developer or API settings. In Zapier, register and configure your app in the Connected Accounts section, then connect to Funnels API with the issued credentials.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers