Actions
| Name | Description |
|---|---|
createOpportunityCreate a new opportunity for a contact. | Create a new opportunity for a contact. |
applyTagToContactApply a tag to a contact if it doesn’t already exist. | Apply a tag to a contact if it doesn’t already exist. |
removeTagFromContactRemove a specific tag from a contact. | Remove a specific tag from a contact. |
enrollAContactIntoACourseCreate an enrollment for a contact in a course. | Create an enrollment for a contact in a course. |
updateOrCreateContactSearches for a contact by email and updates it, or creates a new one if not found. | Searches for a contact by email and updates it, or creates a new one if not found. |
searchContactsLook up contacts by ID or email | Look up contacts by ID or email |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
scheduledAppointmentEventCreatedTriggers when a scheduled appointment event is created. | Triggers when a scheduled appointment event is created. |
courseEnrollmentCreatedForContactTriggers when a course enrollment is created for a contact. | Triggers when a course enrollment is created for a contact. |
contactSubmittedFormTriggers each time a contact submits a form (opt-in or order). | Triggers each time a contact submits a form (opt-in or order). |
OneTimeOrderPaidTriggers when a customer pays a one-time order. | Triggers when a customer pays a one-time order. |
subscriptionInvoicePaidTriggers when a subscription invoice is paid. | Triggers when a subscription invoice is paid. |
contactCompletedCourseTriggers when a contact completes a course. | Triggers when a contact completes a course. |
contactIdentifiedTriggers when a new contact is identified by email/phone. | Triggers when a new contact is identified by email/phone. |
contactSuspendedFromCourseTriggers when a contact is suspended from a course. | Triggers when a contact is suspended from a course. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'clickfunnels',
actionName: 'createOpportunity',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect ClickFunnels to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does ClickFunnels support?
ClickFunnels supports 7 actions including Create Opportunity, Apply Tag to Contact, Remove Tag From Contact, Enroll a Contact Into a Course, Update or Create Contact, and more.
Can I use ClickFunnels with AI agents?
Yes. Add ClickFunnels to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does ClickFunnels use?
ClickFunnels uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the ClickFunnels integration cost?
The ClickFunnels integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does ClickFunnels support?
ClickFunnels supports 8 triggers including Scheduled Appointment Event Created, Course Enrollment Created for contact, Contact Submitted Form, One-Time Order Paid, Subscription Invoice Paid, and more.
Connect ClickFunnels in 2 minutes
Get 1,000 free actions every month. No credit card required.