@activepieces/piece-reachinbox 0.1.0 → 0.1.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 +6 -4
- package/src/i18n/de.json +7 -1
- package/src/i18n/es.json +7 -1
- package/src/i18n/fr.json +7 -1
- package/src/i18n/ja.json +7 -1
- package/src/i18n/nl.json +7 -1
- package/src/i18n/pt.json +7 -1
- package/src/i18n/translation.json +7 -1
- package/src/i18n/zh.json +7 -1
- package/src/lib/triggers/campaign-completed.d.ts +2 -0
- package/src/lib/triggers/email-bounced.d.ts +2 -0
- package/src/lib/triggers/email-opened.d.ts +2 -0
- package/src/lib/triggers/email-sent.d.ts +2 -0
- package/src/lib/triggers/lead-interested.d.ts +2 -0
- package/src/lib/triggers/lead-not-interested.d.ts +2 -0
- package/src/lib/triggers/reply-received.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-reachinbox",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
|
+
"ai": "^6.0.0",
|
|
6
7
|
"axios": "1.13.1",
|
|
7
8
|
"axios-retry": "4.4.1",
|
|
8
9
|
"deepmerge-ts": "7.1.0",
|
|
9
10
|
"form-data": "4.0.4",
|
|
11
|
+
"i18next": "23.13.0",
|
|
10
12
|
"mime-types": "2.1.35",
|
|
11
13
|
"nanoid": "3.3.8",
|
|
12
14
|
"semver": "7.6.0",
|
|
13
15
|
"socket.io-client": "4.8.1",
|
|
14
16
|
"zod": "4.1.13",
|
|
15
|
-
"@activepieces/pieces-common": "0.11.
|
|
16
|
-
"@activepieces/pieces-framework": "0.
|
|
17
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-common": "0.11.3",
|
|
18
|
+
"@activepieces/pieces-framework": "0.25.1",
|
|
19
|
+
"@activepieces/shared": "0.34.0",
|
|
18
20
|
"tslib": "2.6.2"
|
|
19
21
|
},
|
|
20
22
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "Methode",
|
|
56
56
|
"Headers": "Kopfzeilen",
|
|
57
57
|
"Query Parameters": "Abfrageparameter",
|
|
58
|
+
"Body Type": "Körpertyp",
|
|
58
59
|
"Body": "Körper",
|
|
59
60
|
"Response is Binary ?": "Antwort ist binär?",
|
|
60
61
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
61
62
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
63
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
62
64
|
"Choose a campaign from the list.": "Wählen Sie eine Kampagne aus der Liste.",
|
|
63
65
|
"Enter the email address for the lead": "Geben Sie die E-Mail-Adresse für den Lead ein",
|
|
64
66
|
"Enter the first name for the lead": "Geben Sie den Vornamen für den Lead ein",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "Geben Sie den neuen Vornamen für den Lead ein.",
|
|
95
97
|
"Enter the new last name for the lead.": "Geben Sie den neuen Nachnamen für den Lead ein.",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
98
100
|
"GET": "ERHALTEN",
|
|
99
101
|
"POST": "POST",
|
|
100
102
|
"PATCH": "PATCH",
|
|
101
103
|
"PUT": "PUT",
|
|
102
104
|
"DELETE": "LÖSCHEN",
|
|
103
105
|
"HEAD": "HEAD",
|
|
106
|
+
"None": "Keine",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "Formulardaten",
|
|
109
|
+
"Raw": "Rohe",
|
|
104
110
|
"Campaign Completed": "Kampagne abgeschlossen",
|
|
105
111
|
"Email Bounced": "E-Mail aufgehoben",
|
|
106
112
|
"Email Opened": "E-Mail geöffnet",
|
package/src/i18n/es.json
CHANGED
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "Método",
|
|
56
56
|
"Headers": "Encabezados",
|
|
57
57
|
"Query Parameters": "Parámetros de consulta",
|
|
58
|
+
"Body Type": "Tipo de cuerpo",
|
|
58
59
|
"Body": "Cuerpo",
|
|
59
60
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
60
61
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
61
62
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
63
|
+
"Follow redirects": "Seguir redirecciones",
|
|
62
64
|
"Choose a campaign from the list.": "Elija una campaña de la lista.",
|
|
63
65
|
"Enter the email address for the lead": "Introduzca la dirección de correo electrónico para el cliente principal",
|
|
64
66
|
"Enter the first name for the lead": "Introduzca el nombre del cliente principal",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "Introduzca el nuevo nombre para el prospecto.",
|
|
95
97
|
"Enter the new last name for the lead.": "Introduzca el nuevo apellido para la iniciativa.",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
98
100
|
"GET": "RECOGER",
|
|
99
101
|
"POST": "POST",
|
|
100
102
|
"PATCH": "PATCH",
|
|
101
103
|
"PUT": "PUT",
|
|
102
104
|
"DELETE": "BORRAR",
|
|
103
105
|
"HEAD": "LIMPIO",
|
|
106
|
+
"None": "Ninguna",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "Datos de Formulario",
|
|
109
|
+
"Raw": "Rápido",
|
|
104
110
|
"Campaign Completed": "Campaña completada",
|
|
105
111
|
"Email Bounced": "Email rebotado",
|
|
106
112
|
"Email Opened": "Email abierto",
|
package/src/i18n/fr.json
CHANGED
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "Méthode",
|
|
56
56
|
"Headers": "En-têtes",
|
|
57
57
|
"Query Parameters": "Paramètres de requête",
|
|
58
|
+
"Body Type": "Body Type",
|
|
58
59
|
"Body": "Corps",
|
|
59
60
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
60
61
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
61
62
|
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
63
|
+
"Follow redirects": "Suivre les redirections",
|
|
62
64
|
"Choose a campaign from the list.": "Choisissez une campagne dans la liste.",
|
|
63
65
|
"Enter the email address for the lead": "Entrez l'adresse e-mail du prospect",
|
|
64
66
|
"Enter the first name for the lead": "Entrez le prénom de la piste",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "Entrez le nouveau prénom pour le plomb.",
|
|
95
97
|
"Enter the new last name for the lead.": "Entrez le nouveau nom de famille pour le plomb.",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
98
100
|
"GET": "GET",
|
|
99
101
|
"POST": "POST",
|
|
100
102
|
"PATCH": "PATCH",
|
|
101
103
|
"PUT": "PUT",
|
|
102
104
|
"DELETE": "DELETE",
|
|
103
105
|
"HEAD": "HEAD",
|
|
106
|
+
"None": "Aucun",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "Données du formulaire",
|
|
109
|
+
"Raw": "Brut",
|
|
104
110
|
"Campaign Completed": "Campagne terminée",
|
|
105
111
|
"Email Bounced": "E-mail rebondi",
|
|
106
112
|
"Email Opened": "Courriel ouvert",
|
package/src/i18n/ja.json
CHANGED
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "方法",
|
|
56
56
|
"Headers": "ヘッダー",
|
|
57
57
|
"Query Parameters": "クエリパラメータ",
|
|
58
|
+
"Body Type": "ボディタイプ",
|
|
58
59
|
"Body": "本文",
|
|
59
60
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
60
61
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
61
62
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
63
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
62
64
|
"Choose a campaign from the list.": "リストからキャンペーンを選択します。",
|
|
63
65
|
"Enter the email address for the lead": "リードのメールアドレスを入力してください",
|
|
64
66
|
"Enter the first name for the lead": "リードの名前を入力してください",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "リードの新しい名称を入力します。",
|
|
95
97
|
"Enter the new last name for the lead.": "リードの新しい姓を入力します。",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
98
100
|
"GET": "取得",
|
|
99
101
|
"POST": "POST",
|
|
100
102
|
"PATCH": "PATCH",
|
|
101
103
|
"PUT": "PUT",
|
|
102
104
|
"DELETE": "削除",
|
|
103
105
|
"HEAD": "頭",
|
|
106
|
+
"None": "なし",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "フォームデータ",
|
|
109
|
+
"Raw": "Raw",
|
|
104
110
|
"Campaign Completed": "キャンペーン完了",
|
|
105
111
|
"Email Bounced": "メールがバウンスされました",
|
|
106
112
|
"Email Opened": "メールが開かれました",
|
package/src/i18n/nl.json
CHANGED
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "Methode",
|
|
56
56
|
"Headers": "Kopteksten",
|
|
57
57
|
"Query Parameters": "Query parameters",
|
|
58
|
+
"Body Type": "Type lichaam",
|
|
58
59
|
"Body": "Lichaam",
|
|
59
60
|
"Response is Binary ?": "Antwoord is binair?",
|
|
60
61
|
"No Error on Failure": "Geen fout bij fout",
|
|
61
62
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
63
|
+
"Follow redirects": "Volg omleidingen",
|
|
62
64
|
"Choose a campaign from the list.": "Kies een campagne uit de lijst.",
|
|
63
65
|
"Enter the email address for the lead": "Voer het e-mailadres van de lead in",
|
|
64
66
|
"Enter the first name for the lead": "Vul de voornaam van de lead in",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "Voer de nieuwe voornaam voor de lead in.",
|
|
95
97
|
"Enter the new last name for the lead.": "Voer de nieuwe achternaam voor de lead in.",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
98
100
|
"GET": "KRIJG",
|
|
99
101
|
"POST": "POSTE",
|
|
100
102
|
"PATCH": "BEKIJK",
|
|
101
103
|
"PUT": "PUT",
|
|
102
104
|
"DELETE": "VERWIJDEREN",
|
|
103
105
|
"HEAD": "HOOFD",
|
|
106
|
+
"None": "geen",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "Formulieren gegevens",
|
|
109
|
+
"Raw": "Onbewerkte",
|
|
104
110
|
"Campaign Completed": "Campagne voltooid",
|
|
105
111
|
"Email Bounced": "E-mail bounced",
|
|
106
112
|
"Email Opened": "E-mail geopend",
|
package/src/i18n/pt.json
CHANGED
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "Método",
|
|
56
56
|
"Headers": "Cabeçalhos",
|
|
57
57
|
"Query Parameters": "Parâmetros da consulta",
|
|
58
|
+
"Body Type": "Tipo de Corpo",
|
|
58
59
|
"Body": "Conteúdo",
|
|
59
60
|
"Response is Binary ?": "A resposta é binária ?",
|
|
60
61
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
61
62
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
63
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
62
64
|
"Choose a campaign from the list.": "Escolha uma campanha da lista",
|
|
63
65
|
"Enter the email address for the lead": "Digite o endereço de e-mail do Lead",
|
|
64
66
|
"Enter the first name for the lead": "Digite o primeiro nome do Lead",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "Digite o novo nome para o chumbo.",
|
|
95
97
|
"Enter the new last name for the lead.": "Digite o novo sobrenome para o chumbo.",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
98
100
|
"GET": "OBTER",
|
|
99
101
|
"POST": "POSTAR",
|
|
100
102
|
"PATCH": "COMPRAR",
|
|
101
103
|
"PUT": "COLOCAR",
|
|
102
104
|
"DELETE": "EXCLUIR",
|
|
103
105
|
"HEAD": "CABEÇA",
|
|
106
|
+
"None": "Nenhuma",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "Dados de Formulário",
|
|
109
|
+
"Raw": "RAW",
|
|
104
110
|
"Campaign Completed": "Campanha Concluída",
|
|
105
111
|
"Email Bounced": "Email devolvido",
|
|
106
112
|
"Email Opened": "E-mail aberto",
|
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "Method",
|
|
56
56
|
"Headers": "Headers",
|
|
57
57
|
"Query Parameters": "Query Parameters",
|
|
58
|
+
"Body Type": "Body Type",
|
|
58
59
|
"Body": "Body",
|
|
59
60
|
"Response is Binary ?": "Response is Binary ?",
|
|
60
61
|
"No Error on Failure": "No Error on Failure",
|
|
61
62
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
63
|
+
"Follow redirects": "Follow redirects",
|
|
62
64
|
"Choose a campaign from the list.": "Choose a campaign from the list.",
|
|
63
65
|
"Enter the email address for the lead": "Enter the email address for the lead",
|
|
64
66
|
"Enter the first name for the lead": "Enter the first name for the lead",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "Enter the new first name for the lead.",
|
|
95
97
|
"Enter the new last name for the lead.": "Enter the new last name for the lead.",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
98
100
|
"GET": "GET",
|
|
99
101
|
"POST": "POST",
|
|
100
102
|
"PATCH": "PATCH",
|
|
101
103
|
"PUT": "PUT",
|
|
102
104
|
"DELETE": "DELETE",
|
|
103
105
|
"HEAD": "HEAD",
|
|
106
|
+
"None": "None",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "Form Data",
|
|
109
|
+
"Raw": "Raw",
|
|
104
110
|
"Campaign Completed": "Campaign Completed",
|
|
105
111
|
"Email Bounced": "Email Bounced",
|
|
106
112
|
"Email Opened": "Email Opened",
|
package/src/i18n/zh.json
CHANGED
|
@@ -55,10 +55,12 @@
|
|
|
55
55
|
"Method": "方法",
|
|
56
56
|
"Headers": "信头",
|
|
57
57
|
"Query Parameters": "查询参数",
|
|
58
|
+
"Body Type": "Body Type",
|
|
58
59
|
"Body": "正文内容",
|
|
59
60
|
"Response is Binary ?": "Response is Binary ?",
|
|
60
61
|
"No Error on Failure": "失败时没有错误",
|
|
61
62
|
"Timeout (in seconds)": "超时(秒)",
|
|
63
|
+
"Follow redirects": "Follow redirects",
|
|
62
64
|
"Choose a campaign from the list.": "Choose a campaign from the list.",
|
|
63
65
|
"Enter the email address for the lead": "Enter the email address for the lead",
|
|
64
66
|
"Enter the first name for the lead": "Enter the first name for the lead",
|
|
@@ -94,13 +96,17 @@
|
|
|
94
96
|
"Enter the new first name for the lead.": "Enter the new first name for the lead.",
|
|
95
97
|
"Enter the new last name for the lead.": "Enter the new last name for the lead.",
|
|
96
98
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
97
|
-
"Enable for files like PDFs, images, etc
|
|
99
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
98
100
|
"GET": "获取",
|
|
99
101
|
"POST": "帖子",
|
|
100
102
|
"PATCH": "PATCH",
|
|
101
103
|
"PUT": "弹出",
|
|
102
104
|
"DELETE": "删除",
|
|
103
105
|
"HEAD": "黑色",
|
|
106
|
+
"None": "无",
|
|
107
|
+
"JSON": "JSON",
|
|
108
|
+
"Form Data": "表单数据",
|
|
109
|
+
"Raw": "原始文件",
|
|
104
110
|
"Campaign Completed": "Campaign Completed",
|
|
105
111
|
"Email Bounced": "Email Bounced",
|
|
106
112
|
"Email Opened": "Email Opened",
|
|
@@ -3,6 +3,8 @@ export declare const campaignCompleted: import("@activepieces/pieces-framework")
|
|
|
3
3
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
5
5
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
9
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const emailBounced: import("@activepieces/pieces-framework").ITri
|
|
|
3
3
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
5
5
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
9
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const emailOpened: import("@activepieces/pieces-framework").ITrig
|
|
|
3
3
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
5
5
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
9
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const emailSent: import("@activepieces/pieces-framework").ITrigge
|
|
|
3
3
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
5
5
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
9
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const leadInterested: import("@activepieces/pieces-framework").IT
|
|
|
3
3
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
5
5
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
9
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const leadNotInterested: import("@activepieces/pieces-framework")
|
|
|
3
3
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
5
5
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
9
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const replyReceived: import("@activepieces/pieces-framework").ITr
|
|
|
3
3
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
5
5
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
9
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
10
|
}>;
|