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,63 @@
|
||||
{
|
||||
"Gmail": "Gmail",
|
||||
"Email service by Google": "Email service by Google",
|
||||
"Send Email": "Send Email",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Send an email through a Gmail account": "Send an email through a Gmail account",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Receiver Email (To)": "Receiver Email (To)",
|
||||
"CC Email": "CC Email",
|
||||
"BCC Email": "BCC Email",
|
||||
"Subject": "Subject",
|
||||
"Body Type": "Body Type",
|
||||
"Body": "Body",
|
||||
"Reply-To Email": "Reply-To Email",
|
||||
"Sender Name": "Sender Name",
|
||||
"Sender Email": "Sender Email",
|
||||
"Attachment": "Attachment",
|
||||
"Attachment Name": "Attachment Name",
|
||||
"In reply to": "In reply to",
|
||||
"Create draft": "Create draft",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"Body for the email you want to send": "Body for the email you want to send",
|
||||
"Email address to set as the \"Reply-To\" header": "Email address to set as the \"Reply-To\" header",
|
||||
"The address must be listed in your GMail account's settings": "The address must be listed in your GMail account's settings",
|
||||
"File to attach to the email you want to send": "File to attach to the email you want to send",
|
||||
"In case you want to change the name of the attachment": "In case you want to change the name of the attachment",
|
||||
"Reply to this Message-ID": "Reply to this Message-ID",
|
||||
"Create draft without sending the actual email": "Create draft without sending the actual email",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"plain text": "plain text",
|
||||
"html": "html",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD",
|
||||
"New Email": "New Email",
|
||||
"New Labeled Email": "New Labeled Email",
|
||||
"Triggers when new mail is found in your Gmail inbox": "Triggers when new mail is found in your Gmail inbox",
|
||||
"Triggers when a label is added to an email": "Triggers when a label is added to an email",
|
||||
"Email subject": "Email subject",
|
||||
"Email sender": "Email sender",
|
||||
"Email recipient": "Email recipient",
|
||||
"Label": "Label",
|
||||
"Category": "Category",
|
||||
"The email subject": "The email subject",
|
||||
"Optional filteration, leave empty to filter based on the email sender": "Optional filteration, leave empty to filter based on the email sender",
|
||||
"Optional filteration, leave empty to filter based on the email recipient": "Optional filteration, leave empty to filter based on the email recipient",
|
||||
"Optional filteration, leave unselected to filter based on the email label": "Optional filteration, leave unselected to filter based on the email label",
|
||||
"Optional filteration, leave unselected to filter based on the email category": "Optional filteration, leave unselected to filter based on the email category",
|
||||
"Primary": "Primary",
|
||||
"Social": "Social",
|
||||
"Promotions": "Promotions",
|
||||
"Updates": "Updates",
|
||||
"Forums": "Forums",
|
||||
"Reservations": "Reservations",
|
||||
"Purchases": "Purchases"
|
||||
}
|
||||
Reference in New Issue
Block a user