- 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>
28 lines
2.5 KiB
JSON
28 lines
2.5 KiB
JSON
{
|
|
"Webhook": "Webhook",
|
|
"Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
|
|
"Return Response": "Return Response",
|
|
"Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
|
|
"return a response": "return a response",
|
|
"return a response and wait for the next webhook to resume the flow": "return a response and wait for the next webhook to resume the flow",
|
|
"Response Type": "Response Type",
|
|
"Response": "Response",
|
|
"Flow Execution": "Flow Execution",
|
|
"Markdown": "Markdown",
|
|
"**Respond and Wait for Next Webhook**<br> \n Check the response header (x-activepieces-resume-webhook-url) for the next webhook URL and call it to resume the flow. <br>\n ": "**Respond and Wait for Next Webhook**<br> \n Check the response header (x-activepieces-resume-webhook-url) for the next webhook URL and call it to resume the flow. <br>\n ",
|
|
"JSON": "JSON",
|
|
"Raw": "Raw",
|
|
"Redirect": "Redirect",
|
|
"Stop": "Stop",
|
|
"Respond and Continue": "Respond and Continue",
|
|
"Catch Webhook": "Catch Webhook",
|
|
"Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.",
|
|
"Authentication": "Authentication",
|
|
"Authentication Fields": "Authentication Fields",
|
|
"**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n",
|
|
"**Synchronous Requests:**\n\nIf you expect a response from this webhook, add `/sync` to the end of the URL. \nIf it takes more than 30 seconds, it will return a 408 Request Timeout response.\n\nTo return data, add an Webhook step to your flow with the Return Response action.\n": "**Synchronous Requests:**\n\nIf you expect a response from this webhook, add `/sync` to the end of the URL. \nIf it takes more than 30 seconds, it will return a 408 Request Timeout response.\n\nTo return data, add an Webhook step to your flow with the Return Response action.\n",
|
|
"\n**Test URL:**\n\nif you want to generate sample data without triggering the flow, append `/test` to your webhook URL.\n\n": "\n**Test URL:**\n\nif you want to generate sample data without triggering the flow, append `/test` to your webhook URL.\n\n",
|
|
"None": "None",
|
|
"Basic Auth": "Basic Auth",
|
|
"Header Auth": "Header Auth"
|
|
} |