Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"Subdomain": "Subdomain",
|
||||
"API Key": "API Key",
|
||||
"Your ClickFunnels subdomain (e.g., if your URL is https://mycompany.myclickfunnels.com, enter \"mycompany\").": "Your ClickFunnels subdomain (e.g., if your URL is https://mycompany.myclickfunnels.com, enter \"mycompany\").",
|
||||
"Your ClickFunnels API key. You can find this in your ClickFunnels account settings.": "Your ClickFunnels API key. You can find this in your ClickFunnels account settings.",
|
||||
"Enter your ClickFunnels subdomain and API key.": "Enter your ClickFunnels subdomain and API key.",
|
||||
"Create Opportunity": "Create Opportunity",
|
||||
"Apply Tag to Contact": "Apply Tag to Contact",
|
||||
"Remove Tag From Contact": "Remove Tag From Contact",
|
||||
"Enroll a Contact Into a Course": "Enroll a Contact Into a Course",
|
||||
"Update or Create Contact": "Update or Create Contact",
|
||||
"Search Contacts": "Search Contacts",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Create a new opportunity for a contact.": "Create a new opportunity for a contact.",
|
||||
"Apply a tag to a contact if it doesn’t already exist.": "Apply a tag to a contact if it doesn’t already exist.",
|
||||
"Remove a specific tag from a contact.": "Remove a specific tag from a contact.",
|
||||
"Create an enrollment for a contact in a course.": "Create an enrollment for a contact in a course.",
|
||||
"Searches 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.",
|
||||
"Look up contacts by ID or email": "Look up contacts by ID or email",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Opportunity Name": "Opportunity Name",
|
||||
"Team": "Team",
|
||||
"Workspace": "Workspace",
|
||||
"Pipeline": "Pipeline",
|
||||
"Pipeline Stage": "Pipeline Stage",
|
||||
"Contact": "Contact",
|
||||
"Assignee": "Assignee",
|
||||
"Value": "Value",
|
||||
"Close Date": "Close Date",
|
||||
"Tag": "Tag",
|
||||
"Course": "Course",
|
||||
"Email": "Email",
|
||||
"First Name": "First Name",
|
||||
"Last Name": "Last Name",
|
||||
"Phone Number": "Phone Number",
|
||||
"Custom Attributes": "Custom Attributes",
|
||||
"Search Query": "Search Query",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The name or title of the opportunity.": "The name or title of the opportunity.",
|
||||
"Select the team": "Select the team",
|
||||
"Select the workspace": "Select the workspace",
|
||||
"Select a pipeline": "Select a pipeline",
|
||||
"Select a pipeline stage.": "Select a pipeline stage.",
|
||||
"Select a contact": "Select a contact",
|
||||
"Select an assignee on your team": "Select an assignee on your team",
|
||||
"The potential value of this opportunity in the default currency of the workspace": "The potential value of this opportunity in the default currency of the workspace",
|
||||
"The expected close date for the opportunity.": "The expected close date for the opportunity.",
|
||||
"Select a tag to apply": "Select a tag to apply",
|
||||
"Select a tag": "Select a tag",
|
||||
"Select a course": "Select a course",
|
||||
"The contact's email address. This is used to find and (update/create) the contact.": "The contact's email address. This is used to find and (update/create) the contact.",
|
||||
"Select tags to apply": "Select tags to apply",
|
||||
"A key-value object for custom contact data. Keys that are default properties on the Contact resource or variations of it will result in an error. E.g., first_name, First Name, etc. are not valid inputs.": "A key-value object for custom contact data. Keys that are default properties on the Contact resource or variations of it will result in an error. E.g., first_name, First Name, etc. are not valid inputs.",
|
||||
"Filter contacts by either email or id": "Filter contacts by either email or id",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD",
|
||||
"Scheduled Appointment Event Created": "Scheduled Appointment Event Created",
|
||||
"Course Enrollment Created for contact": "Course Enrollment Created for contact",
|
||||
"Contact Submitted Form": "Contact Submitted Form",
|
||||
"One-Time Order Paid": "One-Time Order Paid",
|
||||
"Subscription Invoice Paid": "Subscription Invoice Paid",
|
||||
"Contact Completed Course": "Contact Completed Course",
|
||||
"Contact Identified": "Contact Identified",
|
||||
"Contact Suspended From Course": "Contact Suspended From Course",
|
||||
"Triggers when a scheduled appointment event is created.": "Triggers when a scheduled appointment event is created.",
|
||||
"Triggers when a course enrollment is created for a contact.": "Triggers when a course enrollment is created for a contact.",
|
||||
"Triggers each time a contact submits a form (opt-in or order).": "Triggers each time a contact submits a form (opt-in or order).",
|
||||
"Triggers when a customer pays a one-time order.": "Triggers when a customer pays a one-time order.",
|
||||
"Triggers when a subscription invoice is paid.": "Triggers when a subscription invoice is paid.",
|
||||
"Triggers when a contact completes a course.": "Triggers when a contact completes a course.",
|
||||
"Triggers when a new contact is identified by email/phone.": "Triggers when a new contact is identified by email/phone.",
|
||||
"Triggers when a contact is suspended from a course.": "Triggers when a contact is suspended from a course."
|
||||
}
|
||||
Reference in New Issue
Block a user