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,61 @@
|
||||
{
|
||||
"Build chatbots for Telegram": "Build chatbots for Telegram",
|
||||
"\n**Authentication**:\n\n1. Begin a conversation with the [Botfather](https://telegram.me/BotFather).\n2. Type in \"/newbot\"\n3. Choose a name for your bot\n4. Choose a username for your bot.\n5. Copy the token value from the Botfather and use it activepieces connection.\n6. Congratulations! You can now use your new Telegram connection in your flows.\n": "\n**Authentication**:\n\n1. Begin a conversation with the [Botfather](https://telegram.me/BotFather).\n2. Type in \"/newbot\"\n3. Choose a name for your bot\n4. Choose a username for your bot.\n5. Copy the token value from the Botfather and use it activepieces connection.\n6. Congratulations! You can now use your new Telegram connection in your flows.\n",
|
||||
"Send Text Message": "Send Text Message",
|
||||
"Send Media": "Send Media",
|
||||
"Get Chat Member": "Get Chat Member",
|
||||
"Create Invite Link": "Create Invite Link",
|
||||
"Custom API Call": "自定义 API 呼叫",
|
||||
"Send a message through a Telegram bot": "Send a message through a Telegram bot",
|
||||
"Send a media message through a Telegram bot": "Send a media message through a Telegram bot",
|
||||
"Get member info (or null) for provided chat id and user id": "Get member info (or null) for provided chat id and user id",
|
||||
"Create an invite link for a chat": "Create an invite link for a chat",
|
||||
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
||||
"Markdown": "Markdown",
|
||||
"Chat Id": "Chat Id",
|
||||
"Message Thread Id": "Message Thread Id",
|
||||
"Format": "Format",
|
||||
"Disable Web Page Preview": "Disable Web Page Preview",
|
||||
"Message": "Message",
|
||||
"Reply Markup": "Reply Markup",
|
||||
"Media Type": "Media Type",
|
||||
"Media Properties": "Media Properties",
|
||||
"User Id": "User Id",
|
||||
"Name": "名称",
|
||||
"Expire Date": "Expire Date",
|
||||
"Member Limit": "Member Limit",
|
||||
"Method": "方法",
|
||||
"Headers": "信头",
|
||||
"Query Parameters": "查询参数",
|
||||
"Body": "正文内容",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "失败时没有错误",
|
||||
"Timeout (in seconds)": "超时(秒)",
|
||||
"\n\n**How to obtain Chat ID:**\n1. Search for the bot \"@getmyid_bot\" in Telegram.\n2. Start a conversation with the bot.\n3. Send the command \"/my_id\" to the bot.\n4. The bot will reply with your chat ID.\n\n**Note: Remember to initiate the chat with the bot, or you'll get an error for \"chat not found.**\n": "\n\n**How to obtain Chat ID:**\n1. Search for the bot \"@getmyid_bot\" in Telegram.\n2. Start a conversation with the bot.\n3. Send the command \"/my_id\" to the bot.\n4. The bot will reply with your chat ID.\n\n**Note: Remember to initiate the chat with the bot, or you'll get an error for \"chat not found.**\n",
|
||||
"Unique identifier for the target message thread of the forums; for forums supergroups only": "Unique identifier for the target message thread of the forums; for forums supergroups only",
|
||||
"Choose format you want ": "Choose format you want ",
|
||||
"\n[Link example](https://core.telegram.org/bots/api#formatting-options)\n": "\n[Link example](https://core.telegram.org/bots/api#formatting-options)\n",
|
||||
"Disable link previews for links in this message": "Disable link previews for links in this message",
|
||||
"The message to be sent": "The message to be sent",
|
||||
"Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. Use special actions such as Build Inline Keyboard to generate this JSON object.": "Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. Use special actions such as Build Inline Keyboard to generate this JSON object.",
|
||||
"\n**How to obtain Chat ID:**\n1. Search for the bot \"@getmyid_bot\" in Telegram.\n2. Start a conversation with the bot.\n3. Send the command \"/my_id\" to the bot.\n4. The bot will reply with your chat ID.\n\n**Note: Remember to initiate the chat with the bot, or you'll get an error for \"chat not found.**\n": "\n**How to obtain Chat ID:**\n1. Search for the bot \"@getmyid_bot\" in Telegram.\n2. Start a conversation with the bot.\n3. Send the command \"/my_id\" to the bot.\n4. The bot will reply with your chat ID.\n\n**Note: Remember to initiate the chat with the bot, or you'll get an error for \"chat not found.**\n",
|
||||
"Unique identifier for the user": "Unique identifier for the user",
|
||||
"Name of the invite link (max 32 chars)": "Name of the invite link (max 32 chars)",
|
||||
"Point in time when the link will expire": "Point in time when the link will expire",
|
||||
"Maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999": "Maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999",
|
||||
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"HTML": "HTML",
|
||||
"Image": "Image",
|
||||
"Video": "Video",
|
||||
"Sticker": "Sticker",
|
||||
"GIF": "GIF",
|
||||
"GET": "获取",
|
||||
"POST": "帖子",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "弹出",
|
||||
"DELETE": "删除",
|
||||
"HEAD": "黑色",
|
||||
"New message": "New message",
|
||||
"Triggers when Telegram receives a new message": "Triggers when Telegram receives a new message"
|
||||
}
|
||||
Reference in New Issue
Block a user