@guayaba/workflow-piece-webhook 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "extends": [
3
+ "../../../../.eslintrc.json"
4
+ ],
5
+ "ignorePatterns": [
6
+ "!**/*"
7
+ ],
8
+ "overrides": [
9
+ {
10
+ "files": [
11
+ "*.ts",
12
+ "*.tsx",
13
+ "*.js",
14
+ "*.jsx"
15
+ ],
16
+ "rules": {}
17
+ },
18
+ {
19
+ "files": [
20
+ "*.ts",
21
+ "*.tsx"
22
+ ],
23
+ "rules": {}
24
+ },
25
+ {
26
+ "files": [
27
+ "*.js",
28
+ "*.jsx"
29
+ ],
30
+ "rules": {}
31
+ }
32
+ ]
33
+ }
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # pieces-webhook
2
+
3
+ ## Building
4
+
5
+ Run `turbo run build --filter=@guayaba/workflow-piece-webhook` to build the library.
Binary file
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@guayaba/workflow-piece-webhook",
3
+ "version": "0.1.33",
4
+ "main": "./dist/src/index.js",
5
+ "types": "./dist/src/index.d.ts",
6
+ "scripts": {
7
+ "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
8
+ "lint": "eslint 'src/**/*.ts'",
9
+ "test": "vitest run"
10
+ },
11
+ "devDependencies": {
12
+ "vitest": "3.0.8"
13
+ },
14
+ "dependencies": {
15
+ "@guayaba/workflows-common": "workspace:*",
16
+ "@guayaba/workflows-framework": "workspace:*",
17
+ "@guayaba/workflows-shared": "workspace:*",
18
+ "dayjs": "1.11.9",
19
+ "http-status-codes": "2.2.0",
20
+ "tslib": "2.6.2"
21
+ },
22
+ "publishConfig": {
23
+ "registry": "https://registry.npmjs.org",
24
+ "access": "public"
25
+ }
26
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "Receive HTTP requests and trigger flows using unique URLs.": "Erhalten Sie HTTP-Anfragen und lösen Sie Ströme mittels eindeutiger URLs.",
3
+ "Return Response": "Rückgabeantwort",
4
+ "Respond and Wait for Next Webhook": "Antworte und warte auf nächsten Webhook",
5
+ "return a response": "eine Antwort zurückgeben",
6
+ "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",
7
+ "Response Type": "Antworttyp",
8
+ "Response": "Antwort",
9
+ "Flow Execution": "Flussausführung",
10
+ "Markdown": "Markdown",
11
+ "**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 ",
12
+ "JSON": "JSON",
13
+ "Raw": "Rohe",
14
+ "Redirect": "Umleitung",
15
+ "Stop": "Stoppen",
16
+ "Respond and Continue": "Antworten und fortsetzen",
17
+ "Catch Webhook": "Webhook fangen",
18
+ "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.",
19
+ "Authentication": "Authentifizierung",
20
+ "Authentication Fields": "Authentifizierungsfelder",
21
+ "**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",
22
+ "**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",
23
+ "\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",
24
+ "None": "Keine",
25
+ "Basic Auth": "Einfacher Auth",
26
+ "Header Auth": "Kopfzeile Auth"
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "Receive HTTP requests and trigger flows using unique URLs.": "Recibir peticiones HTTP y disparar flujos usando URLs únicas.",
3
+ "Return Response": "Respuesta de retorno",
4
+ "Respond and Wait for Next Webhook": "Respuesta y espera para el próximo webhook",
5
+ "return a response": "devolver una respuesta",
6
+ "return a response and wait for the next webhook to resume the flow": "devolver una respuesta y esperar a que el próximo webhook reanude el flujo",
7
+ "Response Type": "Tipo de respuesta",
8
+ "Response": "Respuesta",
9
+ "Flow Execution": "Ejecutar Flow",
10
+ "Markdown": "Markdown",
11
+ "**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 ": "**Responde y espere a Next Webhook**<br> \n Verifique la cabecera de respuesta (x-activepieces-resume-webhook-url) para la siguiente URL del webhook y llámelo para reanudar el flujo. <br>\n ",
12
+ "JSON": "JSON",
13
+ "Raw": "Rápido",
14
+ "Redirect": "Redirigir",
15
+ "Stop": "Parar",
16
+ "Respond and Continue": "Respuesta y continuar",
17
+ "Catch Webhook": "Capturar Webhook",
18
+ "Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "Recibir HTTP/webhooks entrantes usando cualquier método HTTP como GET, POST, PUT, DELETE, etc.",
19
+ "Authentication": "Autenticación",
20
+ "Authentication Fields": "Campos de autenticación",
21
+ "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**URL vivo:**\n```text\n{{webhookUrl}}\n```\ngenerar datos de ejemplo y desencadenadores de flujo publicado.\n\n",
22
+ "**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": "**Solicitudes síncronas:**\n\nSi esperas una respuesta de este webhook, agrega `/sync` al final de la URL. \nSi tarda más de 30 segundos, devolverá una respuesta 408 Tiempo de espera agotado (Request Timeout).\n\nPara devolver datos, agrega un paso de webhook a tu flujo con la acción **Devolver respuesta** (Return Response).\n",
23
+ "\n**Test URL:**\n\nif you want to generate sample data without triggering the flow, append `/test` to your webhook URL.\n\n": "\n**URL de prueba:**\n\nSi deseas generar datos de ejemplo sin activar el flujo, agrega `/test` al final de la URL de tu webhook.\n\n",
24
+ "None": "Ninguna",
25
+ "Basic Auth": "Auth Básica",
26
+ "Header Auth": "Auth de cabecera"
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "Receive HTTP requests and trigger flows using unique URLs.": "Recevoir des requêtes HTTP et déclencher des flux en utilisant des URL uniques.",
3
+ "Return Response": "Réponse de retour",
4
+ "Respond and Wait for Next Webhook": "Répondre et attendre le prochain Webhook",
5
+ "return a response": "renvoyer une réponse",
6
+ "return a response and wait for the next webhook to resume the flow": "renvoyer une réponse et attendre que le prochain webhook reprenne le flow",
7
+ "Response Type": "Type de réponse",
8
+ "Response": "Réponse",
9
+ "Flow Execution": "Exécution du Flow",
10
+ "Markdown": "Markdown",
11
+ "**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 ": "**Répondre et attendre le prochain Webhook**<br> \n Vérifier le Header de réponse (x-activepieces-resume-webhook-url) pour le prochain webhook URL et appelez-le pour reprendre le Flow. <br>\n ",
12
+ "JSON": "JSON",
13
+ "Raw": "Brut",
14
+ "Redirect": "Rediriger",
15
+ "Stop": "Arrêter",
16
+ "Respond and Continue": "Répondre et continuer",
17
+ "Catch Webhook": "Réceptionner le Webhook",
18
+ "Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "Recevoir les HTTP/webhooks entrants en utilisant n'importe quelle méthode HTTP telle que GET, POST, PUT, DELETE, etc.",
19
+ "Authentication": "Authentification",
20
+ "Authentication Fields": "Champs d'authentification",
21
+ "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**URL en direct:**\n```text\n{{webhookUrl}}\n```\ngénérer des exemples de données et déclencher le Flow publié.\n\n",
22
+ "**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": "**Requêtes synchrones :**\n\nSi vous attendez une réponse de ce webhook, ajoutez `/sync` à la fin de l'URL. \nSi cela prend plus de 30 secondes, cela renverra une réponse 408 Request Timeout.\n\nPour renvoyer des données, ajoutez une étape Webhook à votre Flow avec l'action Retour de réponse.\n",
23
+ "\n**Test URL:**\n\nif you want to generate sample data without triggering the flow, append `/test` to your webhook URL.\n\n": "\n**URL de Test:**\n\nsi vous souhaitez générer un échantillon de données sans déclencher le Flow, ajoutez `/test` à votre URL de webhook.\n\n",
24
+ "None": "Aucun",
25
+ "Basic Auth": "Authentification basique",
26
+ "Header Auth": "Authentification du Header"
27
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "Receive HTTP requests and trigger flows using unique URLs.": "一意のURLを使用してHTTPリクエストとトリガーフローを受信します。",
3
+ "Return Response": "返品対応",
4
+ "Respond and Wait for Next Webhook": "応答して次のWebhookを待つ",
5
+ "return a response": "レスポンスを返す",
6
+ "return a response and wait for the next webhook to resume the flow": "レスポンスを返し、次の webhook がフローを再開するのを待ちます。",
7
+ "Response Type": "応答タイプ",
8
+ "Response": "回答",
9
+ "Flow Execution": "フロー実行",
10
+ "Markdown": "Markdown",
11
+ "**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 ",
12
+ "JSON": "JSON",
13
+ "Raw": "Raw",
14
+ "Redirect": "リダイレクト",
15
+ "Stop": "停止",
16
+ "Respond and Continue": "応答して続ける",
17
+ "Catch Webhook": "Webhookをキャッチする",
18
+ "Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "GET、POST、PUT、DELETEなどの任意のHTTPメソッドを使用して受信HTTP/Webhookを受信します。",
19
+ "Authentication": "認証",
20
+ "Authentication Fields": "認証フィールド",
21
+ "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**ライブURL:**\n```text\n{{webhookUrl}}\n```\n生成サンプル データと公開されたフローをトリガーします。\n\n",
22
+ "**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",
23
+ "\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",
24
+ "None": "なし",
25
+ "Basic Auth": "ベーシック認証",
26
+ "Header Auth": "ヘッダー認証"
27
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "Receive HTTP requests and trigger flows using unique URLs.": "Ontvang HTTP verzoeken en trigger flows met behulp van unieke URL's.",
3
+ "Return Response": "Antwoord retour",
4
+ "Respond and Wait for Next Webhook": "Reageer en wacht op de volgende Webhook",
5
+ "return a response": "geef een antwoord terug",
6
+ "return a response and wait for the next webhook to resume the flow": "retourneert een antwoord en wacht tot de volgende webhook de stroom hervat",
7
+ "Response Type": "Type reactie",
8
+ "Response": "Antwoord",
9
+ "Flow Execution": "Flow Execution",
10
+ "Markdown": "Markdown",
11
+ "**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 ": "**Reageer en wacht op de volgende Webhook**<br> \n Controleer de response header (x-activepieces-resume-webhook-url) voor de volgende webhook URL en bel het om de flow te hervatten. <br>\n ",
12
+ "JSON": "JSON",
13
+ "Raw": "Onbewerkte",
14
+ "Redirect": "Doorverwijzen",
15
+ "Stop": "Stoppen",
16
+ "Respond and Continue": "Reageren en doorgaan",
17
+ "Catch Webhook": "Vang Webhook",
18
+ "Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "Ontvang inkomende HTTP/webhooks met behulp van eender welke HTTP-methode zoals GET, POST, PUT, DELETE, etc.",
19
+ "Authentication": "Authenticatie",
20
+ "Authentication Fields": "Authenticatie velden",
21
+ "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenereer sample data & triggers gepubliceerde flow.\n\n",
22
+ "**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": "**Synchrone verzoeken:**\n\nAls je een reactie verwacht van deze webhook, voeg `/sync` toe aan het einde van de URL. \nAls het langer dan 30 seconden duurt, zal het een time-out van 408 verzoek teruggeven.\n\nOm gegevens terug te geven, voeg een Webhook stap toe aan uw stroom met de Return Response actie.\n",
23
+ "\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\nals je voorbeelddata wilt genereren zonder de flow te activeren, voeg `/test` toe aan je webhook URL.\n\n",
24
+ "None": "geen",
25
+ "Basic Auth": "Basis authenticatie",
26
+ "Header Auth": "Header Auth"
27
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Webhook",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receive HTTP requests and trigger flows using unique URLs.",
4
+ "Return Response": "Return Response",
5
+ "Respond and Wait for Next Webhook": "Respond and Wait for Next Webhook",
6
+ "return a response": "return a response",
7
+ "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",
8
+ "Response Type": "Response Type",
9
+ "Response": "Response",
10
+ "Flow Execution": "Flow Execution",
11
+ "Markdown": "Markdown",
12
+ "**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 ",
13
+ "JSON": "JSON",
14
+ "Raw": "Raw",
15
+ "Redirect": "Redirect",
16
+ "Stop": "Stop",
17
+ "Respond and Continue": "Respond and Continue",
18
+ "Catch Webhook": "Catch Webhook",
19
+ "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.",
20
+ "Authentication": "Authentication",
21
+ "Authentication Fields": "Authentication Fields",
22
+ "**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",
23
+ "**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",
24
+ "\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",
25
+ "None": "None",
26
+ "Basic Auth": "Basic Auth",
27
+ "Header Auth": "Header Auth"
28
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "Receive HTTP requests and trigger flows using unique URLs.": "Receber solicitações HTTP e fluxos de gatilho usando URLs exclusivas.",
3
+ "Return Response": "Retornar Resposta",
4
+ "Respond and Wait for Next Webhook": "Responda e aguarde o próximo Webhook",
5
+ "return a response": "retornar uma resposta",
6
+ "return a response and wait for the next webhook to resume the flow": "retorne uma resposta e espere o próximo webhook retomar o fluxo",
7
+ "Response Type": "Tipo de resposta",
8
+ "Response": "Resposta",
9
+ "Flow Execution": "Execução de fluxo",
10
+ "Markdown": "Markdown",
11
+ "**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 ": "**Responda e Aguarde o Próximo Webhook**<br> \n Verifique o cabeçalho de resposta (x-activepieces-resume-webhook-url) para o próximo URL do webhook e chame-o de retomar o fluxo. <br>\n ",
12
+ "JSON": "JSON",
13
+ "Raw": "RAW",
14
+ "Redirect": "Redirecionamento",
15
+ "Stop": "Interromper",
16
+ "Respond and Continue": "Responder e Continuar",
17
+ "Catch Webhook": "Capturar Webhook",
18
+ "Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "Receber HTTP/webhooks de entrada usando qualquer método HTTP como GET, POST, PUT, DELETE, etc.",
19
+ "Authentication": "Autenticação",
20
+ "Authentication Fields": "Campos de autenticação",
21
+ "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**URL ao vivo:**\n```text\n{{webhookUrl}}\n```\ngera dados de amostra e aciona fluxo publicado.\n\n",
22
+ "**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": "**Requisições Síncronas.**\n\nSe você espera uma resposta deste webhook, adicione '/sync' ao final do URL.\nSe demorar mais que 30 segundos, ele vai retornar o erro 408 Request Timeout.\nPara retornar dados, adicione um passo de webhook ao seu fluxo com a ação de Retornar Resposta.\n",
23
+ "\n**Test URL:**\n\nif you want to generate sample data without triggering the flow, append `/test` to your webhook URL.\n\n": "\n**URL de Teste: **\n\nSe você quer gerar dados demonstrativos sem acionar o fluxo, adicione '/test' ao final do URL do webhook\n\n",
24
+ "None": "Nenhuma",
25
+ "Basic Auth": "Autenticação básica",
26
+ "Header Auth": "Autenticação de Cabeçalho"
27
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Webhook": "Вебхук",
3
+ "Receive HTTP requests and trigger flows using unique URLs.": "Получать HTTP-запросы и триггеры потоков, используя уникальные URL.",
4
+ "Return Response": "Ответ на возврат",
5
+ "Respond and Wait for Next Webhook": "Ответить и подождать следующего вебхука",
6
+ "return a response": "вернуть ответ",
7
+ "return a response and wait for the next webhook to resume the flow": "возвращать ответ и ждать следующего webhook, чтобы возобновить поток",
8
+ "Response Type": "Тип ответа",
9
+ "Response": "Замечание",
10
+ "Flow Execution": "Исполнение потока",
11
+ "Markdown": "Markdown",
12
+ "**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 ": "**Ответьте и подождите следующего Webhook**<br> \n Проверьте заголовок ответа (x-activepieces-resume-webhook-url) для следующего URL-адреса webhook и вызовите его, чтобы возобновить поток. <br>\n ",
13
+ "JSON": "JSON",
14
+ "Raw": "Сырье",
15
+ "Redirect": "Перенаправление",
16
+ "Stop": "Остановить",
17
+ "Respond and Continue": "Ответить и продолжить",
18
+ "Catch Webhook": "Поймать вебхук",
19
+ "Receive incoming HTTP/webhooks using any HTTP method such as GET, POST, PUT, DELETE, etc.": "Получать входящие HTTP/webhooks, используя любой метод HTTP, такой как GET, POST, PUT, DELETE, и т.д.",
20
+ "Authentication": "Проверка подлинности",
21
+ "Authentication Fields": "Поля аутентификации",
22
+ "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**Live URL:**\n```text\n{{webhookUrl}}\n```\nгенерирует примеры данных и триггеров опубликованного потока.\n\n",
23
+ "**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\nЕсли вы ожидаете ответа от этого вебхука, добавьте `/sync` в конец URL. \nЕсли это займет более 30 секунд, он возвращает ответ на запрос 408 раз.\n\nЧтобы вернуть данные, добавьте шаг Webhook к вашему потоку с действием возврата ответа.\n",
24
+ "\n**Test URL:**\n\nif you want to generate sample data without triggering the flow, append `/test` to your webhook URL.\n\n": "\n**Тестовый URL:**\n\nесли вы хотите сгенерировать образцы без срабатывания потока, добавьте `/test` в URL вашего вебхука.\n\n",
25
+ "None": "Нет",
26
+ "Basic Auth": "Базовая авторизация",
27
+ "Header Auth": "Авторизация заголовка"
28
+ }