@activepieces/piece-reachinbox 0.0.5 → 0.0.7

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,14 +1,8 @@
1
1
  {
2
2
  "name": "@activepieces/piece-reachinbox",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "dependencies": {
5
- "@ai-sdk/anthropic": "2.0.3",
6
- "@ai-sdk/google": "2.0.6",
7
- "@ai-sdk/openai": "2.0.12",
8
- "@ai-sdk/provider": "2.0.0",
9
- "@ai-sdk/replicate": "1.0.3",
10
5
  "@sinclair/typebox": "0.34.11",
11
- "ai": "5.0.12",
12
6
  "axios": "1.8.3",
13
7
  "axios-retry": "4.4.1",
14
8
  "deepmerge-ts": "7.1.0",
@@ -17,9 +11,9 @@
17
11
  "nanoid": "3.3.8",
18
12
  "semver": "7.6.0",
19
13
  "zod": "3.25.76",
20
- "@activepieces/pieces-common": "0.6.7",
21
- "@activepieces/pieces-framework": "0.18.3",
22
- "@activepieces/shared": "0.18.5",
14
+ "@activepieces/pieces-common": "0.7.0",
15
+ "@activepieces/pieces-framework": "0.18.4",
16
+ "@activepieces/shared": "0.19.1",
23
17
  "tslib": "2.8.1"
24
18
  },
25
19
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,127 +1,127 @@
1
1
  {
2
- "Reachinbox": "Reichweitenbox",
3
- "Enter your ReachInbox API key": "Geben Sie Ihren ReachInbox API-Schlüssel ein",
4
- "Add Leads": "Leads hinzufügen",
5
- "Add Blocklist": "Blockliste hinzufügen",
6
- "Add Email": "E-Mail hinzufügen",
7
- "Enable Warmup": "Warmup aktivieren",
8
- "Get Campaign Analytics": "Kampagnenanalytik abrufen",
9
- "Get Summary": "Zusammenfassung holen",
10
- "Pause Campaign": "Kampagne pausieren",
11
- "Pause Warmup": "Warmup pausieren",
2
+ "Reachinbox": "Reachinbox",
3
+ "Enter your ReachInbox API key": "Enter your ReachInbox API key",
4
+ "Add Leads": "Add Leads",
5
+ "Add Blocklist": "Add Blocklist",
6
+ "Add Email": "Add Email",
7
+ "Enable Warmup": "Enable Warmup",
8
+ "Get Campaign Analytics": "Get Campaign Analytics",
9
+ "Get Summary": "Get Summary",
10
+ "Pause Campaign": "Pause Campaign",
11
+ "Pause Warmup": "Pause Warmup",
12
12
  "Remove Email": "Remove Email",
13
- "Set Schedule": "Zeitplan festlegen",
14
- "Start Campaign": "Kampagne starten",
15
- "Update Lead": "Lead aktualisieren",
16
- "Custom API Call": "Eigener API-Aufruf",
17
- "Add leads to campaigns dynamically by selecting a campaign, entering lead details, and including custom variables.": "Führungen zu Kampagnen dynamisch hinzufügen, indem Sie eine Kampagne auswählen, Leaddetails eingeben und benutzerdefinierte Variablen einschließen.",
18
- "Add email addresses, domains, and keywords to the blocklist.": "E-Mail-Adressen, Domains und Keywords zur Sperrliste hinzufügen.",
19
- "Add an email to a specific account.": "Fügen Sie eine E-Mail zu einem bestimmten Konto hinzu.",
20
- "Enable warmup for specific email accounts where it is currently disabled.": "Aktiviere Warmup für bestimmte E-Mail-Konten, bei denen es derzeit deaktiviert ist.",
21
- "Fetch analytics data for a selected campaign based on a date range.": "Abrufen von Analysedaten für eine ausgewählte Kampagne basierend auf einem Datumsbereich.",
22
- "Get a summary of campaign analytics within a date range.": "Erhalten Sie eine Zusammenfassung der Kampagnenanalytik innerhalb eines Zeitraums.",
23
- "Pause a selected campaign.": "Pausiert eine ausgewählte Kampagne.",
24
- "Pause warmup for selected email accounts.": "Warmup für ausgewählte E-Mail-Konten anhalten.",
25
- "Remove an email account from the system.": "Ein E-Mail-Konto aus dem System entfernen.",
26
- "Update the schedule for a specific Campaign": "Zeitplan für eine bestimmte Kampagne aktualisieren",
27
- "Starts a Campaign": "Startet eine Kampagne",
28
- "Updates a Lead.": "Aktualisiert einen Lead.",
29
- "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
30
- "Select Campaign": "Kampagne auswählen",
31
- "Email Address": "E-Mail-Adresse",
32
- "First Name": "Vorname",
33
- "Last Name": "Nachname",
34
- "Custom Variables": "Eigene Variablen",
35
- "Email Addresses": "E-Mail-Adressen",
36
- "Domains": "Domänen",
37
- "Keywords": "Stichwörter",
38
- "Email": "E-Mail",
39
- "Select Email Accounts to Enable Warmup": "Wählen Sie E-Mail-Konten, um Warmup zu aktivieren",
40
- "Start Date": "Startdatum",
41
- "End Date": "Enddatum",
42
- "Select Email Accounts to Pause Warmup": "Wählen Sie E-Mail-Konten aus, um Warmup anzuhalten",
43
- "Select Email Account to Remove": "E-Mail-Konto zum Entfernen auswählen",
13
+ "Set Schedule": "Set Schedule",
14
+ "Start Campaign": "Start Campaign",
15
+ "Update Lead": "Update Lead",
16
+ "Custom API Call": "Custom API Call",
17
+ "Add leads to campaigns dynamically by selecting a campaign, entering lead details, and including custom variables.": "Add leads to campaigns dynamically by selecting a campaign, entering lead details, and including custom variables.",
18
+ "Add email addresses, domains, and keywords to the blocklist.": "Add email addresses, domains, and keywords to the blocklist.",
19
+ "Add an email to a specific account.": "Add an email to a specific account.",
20
+ "Enable warmup for specific email accounts where it is currently disabled.": "Enable warmup for specific email accounts where it is currently disabled.",
21
+ "Fetch analytics data for a selected campaign based on a date range.": "Fetch analytics data for a selected campaign based on a date range.",
22
+ "Get a summary of campaign analytics within a date range.": "Get a summary of campaign analytics within a date range.",
23
+ "Pause a selected campaign.": "Pause a selected campaign.",
24
+ "Pause warmup for selected email accounts.": "Pause warmup for selected email accounts.",
25
+ "Remove an email account from the system.": "Remove an email account from the system.",
26
+ "Update the schedule for a specific Campaign": "Update the schedule for a specific Campaign",
27
+ "Starts a Campaign": "Starts a Campaign",
28
+ "Updates a Lead.": "Updates a Lead.",
29
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
30
+ "Select Campaign": "Select Campaign",
31
+ "Email Address": "Email Address",
32
+ "First Name": "First Name",
33
+ "Last Name": "Last Name",
34
+ "Custom Variables": "Custom Variables",
35
+ "Email Addresses": "Email Addresses",
36
+ "Domains": "Domains",
37
+ "Keywords": "Keywords",
38
+ "Email": "Email",
39
+ "Select Email Accounts to Enable Warmup": "Select Email Accounts to Enable Warmup",
40
+ "Start Date": "Start Date",
41
+ "End Date": "End Date",
42
+ "Select Email Accounts to Pause Warmup": "Select Email Accounts to Pause Warmup",
43
+ "Select Email Account to Remove": "Select Email Account to Remove",
44
44
  "Schedule Name": "Schedule Name",
45
- "Start Time": "Startzeit",
46
- "End Time": "Endzeit",
45
+ "Start Time": "Start Time",
46
+ "End Time": "End Time",
47
47
  "Timezone": "Timezone",
48
- "Sunday": "Sonntag",
49
- "Monday": "Montag",
50
- "Tuesday": "Dienstag",
51
- "Wednesday": "Mittwoch",
52
- "Thursday": "Donnerstag",
53
- "Friday": "Freitag",
54
- "Saturday": "Samstag",
55
- "Select Lead": "Lead auswählen",
56
- "Method": "Methode",
57
- "Headers": "Kopfzeilen",
58
- "Query Parameters": "Abfrageparameter",
59
- "Body": "Körper",
60
- "Response is Binary ?": "Antwort ist binär?",
61
- "No Error on Failure": "Kein Fehler bei Fehler",
62
- "Timeout (in seconds)": "Timeout (in Sekunden)",
63
- "Choose a campaign from the list.": "Wählen Sie eine Kampagne aus der Liste.",
64
- "Enter the email address for the lead": "Geben Sie die E-Mail-Adresse für den Lead ein",
65
- "Enter the first name for the lead": "Geben Sie den Vornamen für den Lead ein",
66
- "Enter the last name for the lead": "Geben Sie den Nachnamen für den Lead ein",
67
- "Add custom variables as key-value pairs for the lead.": "Fügen Sie benutzerdefinierte Variablen als Schlüssel-Wert-Paare für die Lead hinzu.",
68
- "Enter the email addresses to block (e.g., [\"abc@gmail.com\"])": "Geben Sie die zu blockierenden E-Mail-Adressen ein (z.B. [\"abc@gmail.com\"])",
69
- "Enter the domains to block (e.g., [\"example.com\"])": "Geben Sie die zu blockierenden Domains ein (z.B. [\"example.com\"])",
70
- "Enter keywords to block (e.g., [\"spam\", \"blacklist\"])": "Zu blockierende Schlüsselwörter eingeben (z.B. [\"Spam\", \"Blacklist\"])",
71
- "Choose a campaign from the list or enter the campaign ID manually.": "Wählen Sie eine Kampagne aus der Liste oder geben Sie die Kampagnen-ID manuell ein.",
72
- "Enter the email address to add to the campaign.": "Geben Sie die E-Mail-Adresse ein, die zur Kampagne hinzugefügt werden soll.",
73
- "Choose email accounts that have warmup disabled.": "Wählen Sie E-Mail-Konten, die Warmup deaktiviert sind.",
74
- "Enter the start date (YYYY-MM-DD). E.g. 2023-10-11": "Geben Sie das Startdatum ein (YYY-MM-DD). Z.B. 2023-10-11",
75
- "Enter the end date (YYYY-MM-DD). E.g. 2023-10-20": "Geben Sie das Enddatum ein (JJJJ-MM-DD). Z.B. 2023-10-20",
76
- "Enter the end date (YYYY-MM-DD). E.g. 2023-12-20": "Geben Sie das Enddatum ein (YYY-MM-DD). Z.B. 2023-12-20",
77
- "Choose a campaign to pause.": "Wählen Sie eine Kampagne zum Pausieren.",
78
- "Choose email accounts that are currently warming up.": "Wählen Sie E-Mail-Konten, die sich gerade aufwärmen.",
79
- "Choose an email account to remove.": "Wählen Sie ein E-Mail-Konto zum Entfernen aus.",
80
- "Enter the schedule name here (e.g., New schedule).": "Geben Sie hier den Namen des Zeitplans ein (z.B. Neuer Zeitplan).",
81
- "Enter the start date (e.g., 2023-08-01T00:00:00.000Z).": "Geben Sie das Startdatum ein (z.B. 2023-08-01T00:00:00.000Z).",
82
- "Enter the end date (e.g., 2024-08-25T00:00:00.000Z).": "Geben Sie das Enddatum ein (z.B. 2024-08-25T00:00:00.000Z).",
83
- "Enter the start time (e.g., 09:00).": "Geben Sie die Startzeit ein (z.B. 09:00).",
84
- "Enter the end time (e.g., 12:00).": "Geben Sie die Endzeit ein (z.B. 12:00).",
85
- "Enter the timezone (e.g., America/Detroit).": "Geben Sie die Zeitzone ein (z.B. Amerika/Detroit).",
86
- "Choose \"Yes\" if you want to set a schedule for Sunday.": "Wählen Sie \"Ja\", wenn Sie einen Zeitplan für Sonntag festlegen möchten.",
87
- "Choose \"Yes\" if you want to set a schedule for Monday.": "Wählen Sie \"Ja\", wenn Sie einen Zeitplan für Montag festlegen möchten.",
88
- "Choose \"Yes\" if you want to set a schedule for Tuesday.": "Wählen Sie \"Ja\", wenn Sie einen Zeitplan für Dienstag festlegen möchten.",
89
- "Choose \"Yes\" if you want to set a schedule for Wednesday.": "Wählen Sie \"Ja\", wenn Sie einen Zeitplan für Mittwoch festlegen möchten.",
90
- "Choose \"Yes\" if you want to set a schedule for Thursday.": "Wählen Sie \"Ja\", wenn Sie einen Zeitplan für Donnerstag festlegen möchten.",
91
- "Choose \"Yes\" if you want to set a schedule for Friday.": "Wählen Sie \"Ja\", wenn Sie einen Zeitplan für Freitag festlegen möchten.",
92
- "Choose \"Yes\" if you want to set a schedule for Saturday.": "Wählen Sie \"Ja\", wenn Sie einen Zeitplan für Samstag festlegen möchten.",
93
- "Choose a lead from the selected campaign.": "Wählen Sie einen Vorsprung aus der ausgewählten Kampagne.",
94
- "Enter the new email address for the lead.": "Geben Sie die neue E-Mail-Adresse für den Lead ein.",
95
- "Enter the new first name for the lead.": "Geben Sie den neuen Vornamen für den Lead ein.",
96
- "Enter the new last name for the lead.": "Geben Sie den neuen Nachnamen für den Lead ein.",
97
- "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
98
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
99
- "GET": "ERHALTEN",
48
+ "Sunday": "Sunday",
49
+ "Monday": "Monday",
50
+ "Tuesday": "Tuesday",
51
+ "Wednesday": "Wednesday",
52
+ "Thursday": "Thursday",
53
+ "Friday": "Friday",
54
+ "Saturday": "Saturday",
55
+ "Select Lead": "Select Lead",
56
+ "Method": "Method",
57
+ "Headers": "Headers",
58
+ "Query Parameters": "Query Parameters",
59
+ "Body": "Body",
60
+ "Response is Binary ?": "Response is Binary ?",
61
+ "No Error on Failure": "No Error on Failure",
62
+ "Timeout (in seconds)": "Timeout (in seconds)",
63
+ "Choose a campaign from the list.": "Choose a campaign from the list.",
64
+ "Enter the email address for the lead": "Enter the email address for the lead",
65
+ "Enter the first name for the lead": "Enter the first name for the lead",
66
+ "Enter the last name for the lead": "Enter the last name for the lead",
67
+ "Add custom variables as key-value pairs for the lead.": "Add custom variables as key-value pairs for the lead.",
68
+ "Enter the email addresses to block (e.g., [\"abc@gmail.com\"])": "Enter the email addresses to block (e.g., [\"abc@gmail.com\"])",
69
+ "Enter the domains to block (e.g., [\"example.com\"])": "Enter the domains to block (e.g., [\"example.com\"])",
70
+ "Enter keywords to block (e.g., [\"spam\", \"blacklist\"])": "Enter keywords to block (e.g., [\"spam\", \"blacklist\"])",
71
+ "Choose a campaign from the list or enter the campaign ID manually.": "Choose a campaign from the list or enter the campaign ID manually.",
72
+ "Enter the email address to add to the campaign.": "Enter the email address to add to the campaign.",
73
+ "Choose email accounts that have warmup disabled.": "Choose email accounts that have warmup disabled.",
74
+ "Enter the start date (YYYY-MM-DD). E.g. 2023-10-11": "Enter the start date (YYYY-MM-DD). E.g. 2023-10-11",
75
+ "Enter the end date (YYYY-MM-DD). E.g. 2023-10-20": "Enter the end date (YYYY-MM-DD). E.g. 2023-10-20",
76
+ "Enter the end date (YYYY-MM-DD). E.g. 2023-12-20": "Enter the end date (YYYY-MM-DD). E.g. 2023-12-20",
77
+ "Choose a campaign to pause.": "Choose a campaign to pause.",
78
+ "Choose email accounts that are currently warming up.": "Choose email accounts that are currently warming up.",
79
+ "Choose an email account to remove.": "Choose an email account to remove.",
80
+ "Enter the schedule name here (e.g., New schedule).": "Enter the schedule name here (e.g., New schedule).",
81
+ "Enter the start date (e.g., 2023-08-01T00:00:00.000Z).": "Enter the start date (e.g., 2023-08-01T00:00:00.000Z).",
82
+ "Enter the end date (e.g., 2024-08-25T00:00:00.000Z).": "Enter the end date (e.g., 2024-08-25T00:00:00.000Z).",
83
+ "Enter the start time (e.g., 09:00).": "Enter the start time (e.g., 09:00).",
84
+ "Enter the end time (e.g., 12:00).": "Enter the end time (e.g., 12:00).",
85
+ "Enter the timezone (e.g., America/Detroit).": "Enter the timezone (e.g., America/Detroit).",
86
+ "Choose \"Yes\" if you want to set a schedule for Sunday.": "Choose \"Yes\" if you want to set a schedule for Sunday.",
87
+ "Choose \"Yes\" if you want to set a schedule for Monday.": "Choose \"Yes\" if you want to set a schedule for Monday.",
88
+ "Choose \"Yes\" if you want to set a schedule for Tuesday.": "Choose \"Yes\" if you want to set a schedule for Tuesday.",
89
+ "Choose \"Yes\" if you want to set a schedule for Wednesday.": "Choose \"Yes\" if you want to set a schedule for Wednesday.",
90
+ "Choose \"Yes\" if you want to set a schedule for Thursday.": "Choose \"Yes\" if you want to set a schedule for Thursday.",
91
+ "Choose \"Yes\" if you want to set a schedule for Friday.": "Choose \"Yes\" if you want to set a schedule for Friday.",
92
+ "Choose \"Yes\" if you want to set a schedule for Saturday.": "Choose \"Yes\" if you want to set a schedule for Saturday.",
93
+ "Choose a lead from the selected campaign.": "Choose a lead from the selected campaign.",
94
+ "Enter the new email address for the lead.": "Enter the new email address for the lead.",
95
+ "Enter the new first name for the lead.": "Enter the new first name for the lead.",
96
+ "Enter the new last name for the lead.": "Enter the new last name for the lead.",
97
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
98
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
99
+ "GET": "GET",
100
100
  "POST": "POST",
101
101
  "PATCH": "PATCH",
102
102
  "PUT": "PUT",
103
- "DELETE": "LÖSCHEN",
103
+ "DELETE": "DELETE",
104
104
  "HEAD": "HEAD",
105
- "Campaign Completed": "Kampagne abgeschlossen",
106
- "Email Bounced": "E-Mail aufgehoben",
107
- "Email Opened": "E-Mail geöffnet",
108
- "Email Sent": "E-Mail gesendet",
109
- "Lead Interested": "Interessenten Lead",
110
- "Lead Not Interested": "Lead nicht interessiert",
111
- "Reply Received": "Antwort erhalten",
112
- "Triggers when a campaign is completed.": "Wird ausgelöst, wenn eine Kampagne abgeschlossen ist.",
113
- "Triggers when an email is bounced.": "Wird ausgelöst, wenn eine E-Mail abgesprungen wird.",
114
- "Triggers when an email is opened.": "Wird ausgelöst, wenn eine E-Mail geöffnet wird.",
115
- "Triggers when an email is successfully sent.": "Wird ausgelöst, wenn eine E-Mail erfolgreich gesendet wurde.",
116
- "Triggers when a lead is set to interested.": "Wird ausgelöst, wenn ein Blei interessiert ist.",
117
- "Triggers when a lead is set to not interested.": "Trigger, wenn ein Blei nicht interessiert ist.",
118
- "Triggers when a reply to an email is received.": "Wird ausgelöst, wenn eine Antwort auf eine E-Mail empfangen wird.",
105
+ "Campaign Completed": "Campaign Completed",
106
+ "Email Bounced": "Email Bounced",
107
+ "Email Opened": "Email Opened",
108
+ "Email Sent": "Email Sent",
109
+ "Lead Interested": "Lead Interested",
110
+ "Lead Not Interested": "Lead Not Interested",
111
+ "Reply Received": "Reply Received",
112
+ "Triggers when a campaign is completed.": "Triggers when a campaign is completed.",
113
+ "Triggers when an email is bounced.": "Triggers when an email is bounced.",
114
+ "Triggers when an email is opened.": "Triggers when an email is opened.",
115
+ "Triggers when an email is successfully sent.": "Triggers when an email is successfully sent.",
116
+ "Triggers when a lead is set to interested.": "Triggers when a lead is set to interested.",
117
+ "Triggers when a lead is set to not interested.": "Triggers when a lead is set to not interested.",
118
+ "Triggers when a reply to an email is received.": "Triggers when a reply to an email is received.",
119
119
  "Markdown": "Markdown",
120
- "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Folgen Sie den folgenden Schritten:\n \n 1. Melden Sie sich im ReachInbox Dashboard an.\n 2. Gehen Sie zum Abschnitt \"Profil\" und navigieren Sie zum Reiter \"Einstellungen\".\n 3. Klicken Sie auf die \"Integration\" und gehen Sie zu den \"Webhooks\". Klicken Sie auf \"Webhook\" Button.\n 4. Kopieren Sie die folgende Webhook URL und fügen Sie sie in das Feld \"Webhook URL\" ein.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Wählen Sie den Ereignistyp als \"Kampagne abgeschlossen\".\n 6. Klicken Sie auf den \"Test Trigger\", um einen Test zu simulieren und hier die Antwort des Webhook zu erfassen.\n ",
121
- "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Folgen Sie den folgenden Schritten:\n \n 1. Melden Sie sich im ReachInbox Dashboard an.\n 2. Gehen Sie zum Abschnitt \"Profil\" und navigieren Sie zum Reiter \"Einstellungen\".\n 3. Klicken Sie auf die \"Integration\" und gehen Sie zu den \"Webhooks\". Klicken Sie auf \"Webhook\" Button.\n 4. Kopieren Sie die folgende Webhook URL und fügen Sie sie in das Feld \"Webhook URL\" ein.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Wählen Sie den Ereignistyp als \"Email Bounced\".\n 6. Klicken Sie auf den \"Test Trigger\", um einen Test zu simulieren und hier die Antwort des Webhook zu erfassen.\n ",
122
- "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Folgen Sie den folgenden Schritten:\n \n 1. Melden Sie sich im ReachInbox Dashboard an.\n 2. Gehen Sie zum Abschnitt \"Profil\" und navigieren Sie zum Reiter \"Einstellungen\".\n 3. Klicken Sie auf die \"Integration\" und gehen Sie zu den \"Webhooks\". Klicken Sie auf \"Webhook\" Button.\n 4. Kopieren Sie die folgende Webhook URL und fügen Sie sie in das Feld \"Webhook URL\" ein.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Wählen Sie den Ereignistyp als \"E-Mail geöffnet\".\n 6. Klicken Sie auf den \"Test Trigger\", um einen Test zu simulieren und hier die Antwort des Webhook zu erfassen.\n ",
123
- "\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n": "\n\nFolgen Sie den folgenden Schritten:\n. Melden Sie sich im ReachInbox Dashboard an.\n2. Gehen Sie zum Abschnitt \"Profil\" und navigieren Sie zum Reiter \"Einstellungen\".\n3. Klicken Sie auf die \"Integration\" und gehen Sie zu den \"Webhooks\". Klicken Sie auf \"Webhook\" Button.\n4. Kopieren Sie die folgende Webhook URL und fügen Sie sie in das Feld \"Webhook URL\" ein.\n ```text\n {{webhookUrl}}\n ```\n\n5. Wählen Sie den Ereignistyp als \"E-Mail gesendet\" aus.\n6. Klicken Sie auf den \"Test Trigger\", um einen Test zu simulieren und hier die Antwort des Webhook zu erfassen. \n",
124
- "\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n \n Folgen Sie den folgenden Schritten:\n\n \n 1. Melden Sie sich im ReachInbox-Dashboard an.\n 2. Gehen Sie zum Abschnitt \"Profil\" und navigieren Sie zum Reiter \"Einstellungen\".\n 3. Klicken Sie auf die \"Integration\" und gehen Sie zu den \"Webhooks\" und klicken Sie auf \"Webhook\" Button.\n 4. Kopieren Sie die folgende Webhook URL und fügen Sie sie in das Feld \"Webhook URL\" ein.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Wählen Sie den Ereignistyp als \"Lead Interested\".\n 6. Klicken Sie auf den \"Test Trigger\", um einen Test zu simulieren und hier die Antwort des Webhook zu erfassen.\n ",
125
- "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n Folgen Sie den folgenden Schritten:\n \n 1. Melden Sie sich im ReachInbox Dashboard an.\n 2. Gehen Sie zum Abschnitt \"Profil\" und navigieren Sie zum Reiter \"Einstellungen\".\n 3. Klicken Sie auf die \"Integration\" und gehen Sie zu den \"Webhooks\". Klicken Sie auf \"Webhook\" Button.\n 4. Kopieren Sie die folgende Webhook URL und fügen Sie sie in das Feld \"Webhook URL\" ein.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Wählen Sie den Ereignistyp als \"Lead Not interessiert\".\n 6. Klicken Sie auf den \"Test Trigger\", um einen Test zu simulieren und hier die Antwort des Webhook zu erfassen.\n ",
126
- "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Folgen Sie den folgenden Schritten:\n \n 1. Melden Sie sich im ReachInbox Dashboard an.\n 2. Gehen Sie zum Abschnitt \"Profil\" und navigieren Sie zum Reiter \"Einstellungen\".\n 3. Klicken Sie auf die \"Integration\" und gehen Sie zu den \"Webhooks\". Klicken Sie auf \"Webhook\" Button.\n 4. Kopieren Sie die folgende Webhook URL und fügen Sie sie in das Feld \"Webhook URL\" ein.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Wählen Sie den Ereignistyp als \"Antwort erhalten\".\n 6. Klicken Sie auf den \"Test Trigger\", um einen Test zu simulieren und hier die Antwort des Webhook zu erfassen.\n "
120
+ "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
121
+ "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
122
+ "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
123
+ "\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n": "\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n",
124
+ "\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
125
+ "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
126
+ "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n "
127
127
  }