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,57 @@
|
||||
{
|
||||
"Bird": "Bird",
|
||||
"Unified CRM for Marketing, Service & Payments": "Unified CRM for Marketing, Service & Payments",
|
||||
"API Key": "API Key",
|
||||
"Workspace ID": "Workspace ID",
|
||||
"Channel ID": "Channel ID",
|
||||
"Bird API Access Key from Settings > Security > Access Keys": "Bird API Access Key from Settings > Security > Access Keys",
|
||||
"Bird Workspace ID found in your workspace URL": "Bird Workspace ID found in your workspace URL",
|
||||
"Your SMS channel ID from Bird dashboard": "Your SMS channel ID from Bird dashboard",
|
||||
"Send SMS": "Send SMS",
|
||||
"List Messages": "List Messages",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Sends an SMS message via Bird Channels API.": "Sends an SMS message via Bird Channels API.",
|
||||
"Lists an Messages via Bird Channels API": "Lists an Messages via Bird Channels API",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Recipient": "Recipient",
|
||||
"Message": "Message",
|
||||
"Reference": "Reference",
|
||||
"Scheduled For (UTC timestamp)": "Scheduled For (UTC timestamp)",
|
||||
"Status": "Status",
|
||||
"Start Date and Time": "Start Date and Time",
|
||||
"End Date and Time": "End Date and Time",
|
||||
"Next Page Token": "Next Page Token",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The phone number to send the message to (with country code)": "The phone number to send the message to (with country code)",
|
||||
"The body of the SMS message": "The body of the SMS message",
|
||||
"Your own identifier for the message (optional)": "Your own identifier for the message (optional)",
|
||||
"Message to be sent at a specific datetime eg. 2025-04-27T15:08:18.613Z. If not set, the message will be sent immediately.": "Message to be sent at a specific datetime eg. 2025-04-27T15:08:18.613Z. If not set, the message will be sent immediately.",
|
||||
"The status of the messages to filter by (select \"All\" for all statuses)": "The status of the messages to filter by (select \"All\" for all statuses)",
|
||||
"The start date and time (in UTC) to filter messages": "The start date and time (in UTC) to filter messages",
|
||||
"The end date and time (in UTC) to filter messages, should not exceed 7 days from start date": "The end date and time (in UTC) to filter messages, should not exceed 7 days from start date",
|
||||
"Token for pagination to fetch next set of results after 1000 messages": "Token for pagination to fetch next set of results after 1000 messages",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"All": "Tất cả",
|
||||
"Pending": "Đang chờ",
|
||||
"Accepted": "Accepted",
|
||||
"Rejected": "Rejected",
|
||||
"Processing": "Processing",
|
||||
"Scheduled": "Scheduled",
|
||||
"Sent": "Sent",
|
||||
"Sending Failed": "Sending Failed",
|
||||
"Delivered": "Delivered",
|
||||
"Delivery Failed": "Delivery Failed",
|
||||
"Deleted": "Deleted",
|
||||
"Skipped": "Skipped",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
Reference in New Issue
Block a user