@activepieces/piece-chatwoot 0.0.1 → 0.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-chatwoot",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "scripts": {
@@ -8,9 +8,9 @@
8
8
  "lint": "eslint 'src/**/*.ts'"
9
9
  },
10
10
  "dependencies": {
11
- "@activepieces/pieces-common": "0.12.0",
12
- "@activepieces/pieces-framework": "0.26.0",
13
- "@activepieces/shared": "0.43.0",
14
- "tslib": "2.6.2"
11
+ "tslib": "2.6.2",
12
+ "@activepieces/pieces-common": "0.12.1",
13
+ "@activepieces/pieces-framework": "0.26.2",
14
+ "@activepieces/shared": "0.57.2"
15
15
  }
16
16
  }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Erhalte und antworte auf Kundennachrichten mit Chatwoot",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "API-Zugangs-Token",
5
+ "Account ID": "Konto-ID",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "Deine Chatwoot-Instanz-URL (z.B. https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "Ihr Benutzer-API-Zugangs-Token aus den Profileinstellungen",
8
+ "Your numeric account ID (visible in the dashboard URL)": "Ihre numerische Konto-ID (sichtbar in der Dashboard-URL)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nUm Ihr Chatwoot-Konto zu verbinden:\n\n**Chatwoot-URL:**\n- Für Chatwoot-Cloud, benutzen: `https://app.chatwoot. om`\n- Für selbstgehostete Instanzen verwenden Sie Ihre Server-URL (z.B. `https://chatwoot.yourcompany. om`)\n\n**API Access Token:**\n1. Melden Sie sich bei Ihrem Chatwoot Dashboard an.\n2. Klicke auf deinen Avatar in der unteren linken Ecke und gehe zu **Profileinstellungen**.\n3. Scrollen Sie nach unten in den Abschnitt **Zugangs-Token**.\n4. Kopieren Sie Ihren Zugangs-Token.\n\n**Konto-ID:**\n1. In Ihrem Chatwoot-Dashboard ist die Konto-ID unter der URL \"/app/accounts/{ACCOUNT_ID}/. .`\n2. Es ist ein numerischer Wert (z.B. 1, 2, etc.)\n\n",
10
+ "Send Message": "Nachricht senden",
11
+ "Custom API Call": "Eigener API-Aufruf",
12
+ "Send a message reply to a Chatwoot conversation": "Sende eine Antwort an eine Chatwoot-Unterhaltung",
13
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
14
+ "Conversation ID": "Konversations-ID",
15
+ "Message": "Nachricht",
16
+ "Private Note": "Private Notiz",
17
+ "Method": "Methode",
18
+ "Headers": "Kopfzeilen",
19
+ "Query Parameters": "Abfrageparameter",
20
+ "Body Type": "Körpertyp",
21
+ "Body": "Körper",
22
+ "Response is Binary ?": "Antwort ist binär?",
23
+ "No Error on Failure": "Kein Fehler bei Fehler",
24
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
25
+ "Follow redirects": "Weiterleitungen folgen",
26
+ "The numeric conversation display ID. Available from the trigger output.": "Die numerische Konversations-Anzeige-ID. Verfügbar aus der Trigger-Ausgabe.",
27
+ "The text message to send": "Die Textnachricht zum Senden",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "Wenn aktiviert, sendet als private Notiz nur an Agenten (nicht an den Kontakt)",
29
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
30
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
31
+ "GET": "ERHALTEN",
32
+ "POST": "POST",
33
+ "PATCH": "PATCH",
34
+ "PUT": "PUT",
35
+ "DELETE": "LÖSCHEN",
36
+ "HEAD": "HEAD",
37
+ "None": "Keine",
38
+ "JSON": "JSON",
39
+ "Form Data": "Formulardaten",
40
+ "Raw": "Rohe",
41
+ "New Incoming Message": "Neue eingehende Nachricht",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "Löst aus, wenn ein Kontakt eine neue Nachricht in einer Chatwoot-Unterhaltung sendet"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Recibir y responder a los mensajes del cliente con Chatwoot",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "Token de acceso API",
5
+ "Account ID": "ID de cuenta",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "URL de tu instancia de Chatwoot (ej. https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "Tu token de acceso a la API de usuario desde la configuración del perfil",
8
+ "Your numeric account ID (visible in the dashboard URL)": "Su ID de cuenta numérica (visible en el URL del tablero)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accounts/{ACCOUNT_ID}/...`\n2. It is a numeric value (e.g. 1, 2, etc.)\n\n",
10
+ "Send Message": "Enviar mensaje",
11
+ "Custom API Call": "Llamada API personalizada",
12
+ "Send a message reply to a Chatwoot conversation": "Enviar una respuesta de mensaje a una conversación de Chatwoot",
13
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
14
+ "Conversation ID": "ID de conversación",
15
+ "Message": "Mensaje",
16
+ "Private Note": "Nota privada",
17
+ "Method": "Método",
18
+ "Headers": "Encabezados",
19
+ "Query Parameters": "Parámetros de consulta",
20
+ "Body Type": "Tipo de cuerpo",
21
+ "Body": "Cuerpo",
22
+ "Response is Binary ?": "¿Respuesta es binaria?",
23
+ "No Error on Failure": "No hay ningún error en fallo",
24
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
25
+ "Follow redirects": "Seguir redirecciones",
26
+ "The numeric conversation display ID. Available from the trigger output.": "El ID de la conversación numérica. Disponible desde la salida del disparador.",
27
+ "The text message to send": "El mensaje de texto a enviar",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "Si está marcado, envía como una nota privada visible sólo a los agentes (no al contacto)",
29
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
30
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
31
+ "GET": "RECOGER",
32
+ "POST": "POST",
33
+ "PATCH": "PATCH",
34
+ "PUT": "PUT",
35
+ "DELETE": "BORRAR",
36
+ "HEAD": "LIMPIO",
37
+ "None": "Ninguna",
38
+ "JSON": "JSON",
39
+ "Form Data": "Datos de Formulario",
40
+ "Raw": "Rápido",
41
+ "New Incoming Message": "Nuevo mensaje entrante",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "Disparadores cuando un contacto envía un nuevo mensaje en una conversación de Chatwoot"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Recevoir et répondre aux messages des clients avec Chatwoot",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "Jeton d'accès à l'API",
5
+ "Account ID": "ID du compte client",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "L'URL de votre instance Chatwoot (par exemple https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "Votre jeton d'accès à l'API de l'utilisateur depuis les paramètres du profil",
8
+ "Your numeric account ID (visible in the dashboard URL)": "Votre ID de compte numérique (visible dans l'URL du tableau de bord)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nPour connecter votre compte Chatwoot :\n\n**URL Chatwoot :**\n- Pour Chatwoot Cloud, utilisez : `https://app.chatwoot. om`\n- Pour les instances auto-hébergées, utilisez l'URL de votre serveur (par exemple `https://chatwoot.yourcompany. om`)\n\n**Jeton d'accès à l'API :**\n1. Connectez-vous à votre tableau de bord Chatwoot.\n2. Cliquez sur votre avatar dans le coin inférieur gauche et allez dans **Paramètres du profil**.\n3. Faites défiler vers le bas jusqu'à la section **Jeton d'accès**.\n4. Copiez votre jeton d'accès.\n\n**ID du cpte client :**\n1. Dans votre tableau de bord Chatwoot, l'ID du cpte client est visible dans l'URL : `/app/accounts/{ACCOUNT_ID}/. .`\n2. C'est une valeur numérique (par exemple 1, 2, etc.)\n\n",
10
+ "Send Message": "Envoyer un message",
11
+ "Custom API Call": "Appel d'API personnalisé",
12
+ "Send a message reply to a Chatwoot conversation": "Envoyer un message de réponse à une conversation Chatwoot",
13
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
14
+ "Conversation ID": "ID de la conversation",
15
+ "Message": "Message",
16
+ "Private Note": "Note privée",
17
+ "Method": "Méthode",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Paramètres de requête",
20
+ "Body Type": "Body Type",
21
+ "Body": "Body",
22
+ "Response is Binary ?": "La réponse est Binaire ?",
23
+ "No Error on Failure": "Aucune erreur en cas d'échec",
24
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
25
+ "Follow redirects": "Suivre les redirections",
26
+ "The numeric conversation display ID. Available from the trigger output.": "L'ID de la conversation numérique est affiché. Disponible à partir de la sortie du déclencheur.",
27
+ "The text message to send": "Le SMS à envoyer",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "Si coché, envoie en tant que note privée visible uniquement aux agents (pas au contact)",
29
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
30
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
31
+ "GET": "GET",
32
+ "POST": "POST",
33
+ "PATCH": "PATCH",
34
+ "PUT": "PUT",
35
+ "DELETE": "DELETE",
36
+ "HEAD": "HEAD",
37
+ "None": "Aucun",
38
+ "JSON": "JSON",
39
+ "Form Data": "Données du formulaire",
40
+ "Raw": "Brut",
41
+ "New Incoming Message": "Nouveau message entrant",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "Déclenche lorsqu'un contact envoie un nouveau message dans une conversation Chatwoot"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Chatwoot による顧客メッセージの受信と返信",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "API アクセストークン",
5
+ "Account ID": "アカウントID",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "あなたのChatwootインスタンスのURL (例: https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "プロファイル設定からのユーザー API アクセストークン",
8
+ "Your numeric account ID (visible in the dashboard URL)": "あなたの数値アカウントID(ダッシュボードURLに表示されます)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accounts/{ACCOUNT_ID}/...`\n2. It is a numeric value (e.g. 1, 2, etc.)\n\n",
10
+ "Send Message": "メッセージを送信",
11
+ "Custom API Call": "カスタムAPI呼び出し",
12
+ "Send a message reply to a Chatwoot conversation": "Chatwoot会話にメッセージの返信を送信する",
13
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
14
+ "Conversation ID": "会話ID",
15
+ "Message": "メッセージ",
16
+ "Private Note": "プライベートメモ",
17
+ "Method": "方法",
18
+ "Headers": "ヘッダー",
19
+ "Query Parameters": "クエリパラメータ",
20
+ "Body Type": "ボディタイプ",
21
+ "Body": "本文",
22
+ "Response is Binary ?": "応答はバイナリですか?",
23
+ "No Error on Failure": "失敗時にエラーはありません",
24
+ "Timeout (in seconds)": "タイムアウト(秒)",
25
+ "Follow redirects": "リダイレクトをフォローする",
26
+ "The numeric conversation display ID. Available from the trigger output.": "数値の会話には ID が表示されます。トリガー出力から利用できます。",
27
+ "The text message to send": "送信するテキスト メッセージ",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "チェックされている場合、エージェント(連絡先ではない)にのみ表示されるプライベートノートとして送信します",
29
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
30
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
31
+ "GET": "GET",
32
+ "POST": "POST",
33
+ "PATCH": "PATCH",
34
+ "PUT": "PUT",
35
+ "DELETE": "DELETE",
36
+ "HEAD": "HEAD",
37
+ "None": "なし",
38
+ "JSON": "JSON",
39
+ "Form Data": "フォームデータ",
40
+ "Raw": "Raw",
41
+ "New Incoming Message": "新しい受信メッセージ",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "連絡先がChatwoot会話で新しいメッセージを送信したときにトリガーします"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Ontvang en reageer op klantberichten met Chatwoot",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "API Toegangstoken",
5
+ "Account ID": "ID klant",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "Jouw Chatwoot instance URL (bijv. https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "Via Profielinstellingen toegangstoken voor uw gebruikersAPI",
8
+ "Your numeric account ID (visible in the dashboard URL)": "Uw numerieke account-ID (zichtbaar in de dashboard URL)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nom verbinding te maken met je Chatwoot account:\n\n**Chatwoot URL:**\n- voor Chatwoot Cloud, gebruik: `https://app.chatwoot. om`\n- voor zelf gehoste instanties, gebruik uw server-URL (bijv. `https://chatwoot.yourbedrijf. om`)\n\n**API Access Token:**\n1. Log in op je Chatwoot dashboard.\n2. Klik op je avatar in de linkerbenedenhoek en ga naar **Profiel Instellingen**.\n3. Scroll naar beneden naar de **Access Token** sectie.\n4. Kopieer uw toegangstoken.\n\n**Account-ID:**\n1. In je Chatwoot dashboard is de account-ID zichtbaar in de URL: `/app/accounts/{ACCOUNT_ID}/. .`\n2. Het is een numerieke waarde (bijv. 1, 2, etc.)\n\n",
10
+ "Send Message": "Verstuur bericht",
11
+ "Custom API Call": "Custom API Call",
12
+ "Send a message reply to a Chatwoot conversation": "Stuur een bericht om te antwoorden op een Chatwoot gesprek",
13
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
14
+ "Conversation ID": "Conversatie ID",
15
+ "Message": "bericht",
16
+ "Private Note": "Privé notitie",
17
+ "Method": "Methode",
18
+ "Headers": "Kopteksten",
19
+ "Query Parameters": "Query parameters",
20
+ "Body Type": "Type lichaam",
21
+ "Body": "Lichaam",
22
+ "Response is Binary ?": "Antwoord is binair?",
23
+ "No Error on Failure": "Geen fout bij fout",
24
+ "Timeout (in seconds)": "Time-out (in seconden)",
25
+ "Follow redirects": "Volg omleidingen",
26
+ "The numeric conversation display ID. Available from the trigger output.": "Het numerieke gesprek tonen ID weer. Beschikbaar vanuit de trigger uitvoer.",
27
+ "The text message to send": "Het te verzenden tekstbericht",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "Indien aangevinkt, verzenden als privé notitie alleen zichtbaar voor agents (niet voor het contact)",
29
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
30
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
31
+ "GET": "KRIJG",
32
+ "POST": "POSTE",
33
+ "PATCH": "BEKIJK",
34
+ "PUT": "PUT",
35
+ "DELETE": "VERWIJDEREN",
36
+ "HEAD": "HOOFD",
37
+ "None": "geen",
38
+ "JSON": "JSON",
39
+ "Form Data": "Formulieren gegevens",
40
+ "Raw": "Onbewerkte",
41
+ "New Incoming Message": "Nieuw inkomend bericht",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "Triggert wanneer een contact een nieuw bericht in een chatwoot gesprek stuurt"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Receba e responda as mensagens dos clientes com o Chatwoot",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "Token de acesso API",
5
+ "Account ID": "ID da Conta",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "Sua URL de instância do Chatwoot (por exemplo, https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "Seu token de acesso API do usuário nas Configurações de Perfil",
8
+ "Your numeric account ID (visible in the dashboard URL)": "Seu ID de conta numérica (visível no dashboard URL)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accounts/{ACCOUNT_ID}/...`\n2. It is a numeric value (e.g. 1, 2, etc.)\n\n",
10
+ "Send Message": "Enviar mensagem",
11
+ "Custom API Call": "Chamada de API personalizada",
12
+ "Send a message reply to a Chatwoot conversation": "Enviar uma resposta a uma conversa Chatwoot",
13
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
14
+ "Conversation ID": "ID da conversa",
15
+ "Message": "mensagem",
16
+ "Private Note": "Nota Privada",
17
+ "Method": "Método",
18
+ "Headers": "Cabeçalhos",
19
+ "Query Parameters": "Parâmetros da consulta",
20
+ "Body Type": "Tipo de Corpo",
21
+ "Body": "Conteúdo",
22
+ "Response is Binary ?": "A resposta é binária ?",
23
+ "No Error on Failure": "Nenhum erro no Failure",
24
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
25
+ "Follow redirects": "Seguir redirecionamentos",
26
+ "The numeric conversation display ID. Available from the trigger output.": "Mostrar ID da conversa numérica. Disponível na saída do gatilho.",
27
+ "The text message to send": "A mensagem de texto a enviar",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "Se marcada, enviar como uma nota privada visível apenas para agentes (não o contato)",
29
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
30
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
31
+ "GET": "OBTER",
32
+ "POST": "POSTAR",
33
+ "PATCH": "COMPRAR",
34
+ "PUT": "COLOCAR",
35
+ "DELETE": "EXCLUIR",
36
+ "HEAD": "CABEÇA",
37
+ "None": "Nenhuma",
38
+ "JSON": "JSON",
39
+ "Form Data": "Dados de Formulário",
40
+ "Raw": "RAW",
41
+ "New Incoming Message": "Nova mensagem de entrada",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "Dispara quando um contato envia uma nova mensagem em uma conversa de Chatwoot"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Receive and reply to customer messages with Chatwoot",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "API Access Token",
5
+ "Account ID": "Account ID",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "Your user API access token from Profile Settings",
8
+ "Your numeric account ID (visible in the dashboard URL)": "Your numeric account ID (visible in the dashboard URL)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accounts/{ACCOUNT_ID}/...`\n2. It is a numeric value (e.g. 1, 2, etc.)\n\n",
10
+ "Send Message": "Send Message",
11
+ "Custom API Call": "Custom API Call",
12
+ "Send a message reply to a Chatwoot conversation": "Send a message reply to a Chatwoot conversation",
13
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
14
+ "Conversation ID": "Conversation ID",
15
+ "Message": "Message",
16
+ "Private Note": "Private Note",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body Type": "Body Type",
21
+ "Body": "Body",
22
+ "Response is Binary ?": "Response is Binary ?",
23
+ "No Error on Failure": "No Error on Failure",
24
+ "Timeout (in seconds)": "Timeout (in seconds)",
25
+ "Follow redirects": "Follow redirects",
26
+ "The numeric conversation display ID. Available from the trigger output.": "The numeric conversation display ID. Available from the trigger output.",
27
+ "The text message to send": "The text message to send",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "If checked, sends as a private note visible only to agents (not the contact)",
29
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
30
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
31
+ "GET": "GET",
32
+ "POST": "POST",
33
+ "PATCH": "PATCH",
34
+ "PUT": "PUT",
35
+ "DELETE": "DELETE",
36
+ "HEAD": "HEAD",
37
+ "None": "None",
38
+ "JSON": "JSON",
39
+ "Form Data": "Form Data",
40
+ "Raw": "Raw",
41
+ "New Incoming Message": "New Incoming Message",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "Triggers when a contact sends a new message in a Chatwoot conversation"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "Receive and reply to customer messages with Chatwoot": "Receive and reply to customer messages with Chatwoot",
3
+ "Chatwoot URL": "Chatwoot URL",
4
+ "API Access Token": "API Access Token",
5
+ "Account ID": "Account ID",
6
+ "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)": "Your Chatwoot instance URL (e.g. https://app.chatwoot.com)",
7
+ "Your user API access token from Profile Settings": "Your user API access token from Profile Settings",
8
+ "Your numeric account ID (visible in the dashboard URL)": "Your numeric account ID (visible in the dashboard URL)",
9
+ "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accoun": "\nTo connect your Chatwoot account:\n\n**Chatwoot URL:**\n- For Chatwoot Cloud, use: `https://app.chatwoot.com`\n- For self-hosted instances, use your server URL (e.g. `https://chatwoot.yourcompany.com`)\n\n**API Access Token:**\n1. Log in to your Chatwoot dashboard.\n2. Click your avatar in the bottom-left corner and go to **Profile Settings**.\n3. Scroll down to the **Access Token** section.\n4. Copy your access token.\n\n**Account ID:**\n1. In your Chatwoot dashboard, the Account ID is visible in the URL: `/app/accounts/{ACCOUNT_ID}/...`\n2. It is a numeric value (e.g. 1, 2, etc.)\n\n",
10
+ "Send Message": "Send Message",
11
+ "Custom API Call": "自定义 API 呼叫",
12
+ "Send a message reply to a Chatwoot conversation": "Send a message reply to a Chatwoot conversation",
13
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
14
+ "Conversation ID": "Conversation ID",
15
+ "Message": "Message",
16
+ "Private Note": "Private Note",
17
+ "Method": "方法",
18
+ "Headers": "信头",
19
+ "Query Parameters": "查询参数",
20
+ "Body Type": "Body Type",
21
+ "Body": "正文内容",
22
+ "Response is Binary ?": "Response is Binary ?",
23
+ "No Error on Failure": "失败时没有错误",
24
+ "Timeout (in seconds)": "超时(秒)",
25
+ "Follow redirects": "Follow redirects",
26
+ "The numeric conversation display ID. Available from the trigger output.": "The numeric conversation display ID. Available from the trigger output.",
27
+ "The text message to send": "The text message to send",
28
+ "If checked, sends as a private note visible only to agents (not the contact)": "If checked, sends as a private note visible only to agents (not the contact)",
29
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
30
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
31
+ "GET": "获取",
32
+ "POST": "帖子",
33
+ "PATCH": "PATCH",
34
+ "PUT": "弹出",
35
+ "DELETE": "删除",
36
+ "HEAD": "黑色",
37
+ "None": "无",
38
+ "JSON": "JSON",
39
+ "Form Data": "表单数据",
40
+ "Raw": "原始文件",
41
+ "New Incoming Message": "New Incoming Message",
42
+ "Triggers when a contact sends a new message in a Chatwoot conversation": "Triggers when a contact sends a new message in a Chatwoot conversation"
43
+ }