- 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>
27 lines
2.6 KiB
JSON
27 lines
2.6 KiB
JSON
{
|
|
"Receive HTTP requests and trigger flows using unique URLs.": "Erhalten Sie HTTP-Anfragen und lösen Sie Ströme mittels eindeutiger URLs.",
|
|
"Return Response": "Rückgabeantwort",
|
|
"Respond and Wait for Next Webhook": "Antworte und warte auf nächsten Webhook",
|
|
"return a response": "eine Antwort zurückgeben",
|
|
"return a response and wait for the next webhook to resume the flow": "eine Antwort zurückgeben und warten, bis der nächste Webhook den Fluss fortsetzt",
|
|
"Response Type": "Antworttyp",
|
|
"Response": "Antwort",
|
|
"Flow Execution": "Flussausführung",
|
|
"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 ": "**Antworte und warte auf den nächsten Webhook**<br> \n Überprüfe den Antwort-Header (x-activepieces-resume-webhook-url) auf die nächste Webhook-URL und rufe ihn auf, um den Fluss fortzusetzen. <br>\n ",
|
|
"JSON": "JSON",
|
|
"Raw": "Rohe",
|
|
"Redirect": "Umleitung",
|
|
"Stop": "Stoppen",
|
|
"Respond and Continue": "Antworten und fortsetzen",
|
|
"Catch Webhook": "Webhook fangen",
|
|
"Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "Erhalten Sie eingehende HTTP/Webhooks mit beliebigen HTTP-Methoden wie GET, POST, PUT, DELETE, etc.",
|
|
"Authentication": "Authentifizierung",
|
|
"Authentication Fields": "Authentifizierungsfelder",
|
|
"**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngeneriere Beispieldaten und löst den veröffentlichten Fluss aus.\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": "**Synchronische Anfragen:**\n\nWenn du eine Antwort von diesem Webhook erwartest, füge `/sync` zum Ende der URL hinzu. \nWenn es länger als 30 Sekunden dauert, wird eine 408 Request Timeout Antwort zurückgegeben.\n\nUm Daten zurückzugeben, fügen Sie mit der Rückgabewert Aktion einen Webhook-Schritt in Ihren Fluss ein.\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\nWenn Sie Sample-Daten erzeugen wollen, ohne den Fluss auszulösen, fügen Sie `/test` an Ihre Webhook-URL an.\n\n",
|
|
"None": "Keine",
|
|
"Basic Auth": "Einfacher Auth",
|
|
"Header Auth": "Kopfzeile Auth"
|
|
} |