@activepieces/piece-moxie-crm 0.0.8 → 0.0.10
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 +30 -10
- package/src/i18n/de.json +155 -0
- package/src/i18n/es.json +155 -0
- package/src/i18n/fr.json +155 -0
- package/src/i18n/ja.json +155 -0
- package/src/i18n/nl.json +155 -0
- package/src/i18n/pt.json +155 -0
- package/src/i18n/ru.json +155 -0
- package/src/i18n/translation.json +155 -0
- package/src/i18n/vi.json +155 -0
- package/src/i18n/zh.json +155 -0
- package/src/index.js +1 -1
- package/src/index.js.map +1 -1
- package/src/lib/actions/create-task.js +2 -2
- package/src/lib/common/index.js +2 -3
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/triggers/index.d.ts +3 -3
- package/src/lib/triggers/register-trigger.js +1 -8
- package/src/lib/triggers/register-trigger.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,18 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-moxie-crm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
5
|
+
"@ai-sdk/anthropic": "1.2.12",
|
|
6
|
+
"@ai-sdk/google": "1.2.19",
|
|
7
|
+
"@ai-sdk/openai": "1.3.22",
|
|
8
|
+
"@ai-sdk/replicate": "0.2.8",
|
|
9
|
+
"@sinclair/typebox": "0.34.11",
|
|
10
|
+
"ai": "4.3.16",
|
|
11
|
+
"axios": "1.8.3",
|
|
12
|
+
"axios-retry": "4.4.1",
|
|
13
|
+
"deepmerge-ts": "7.1.0",
|
|
14
|
+
"fast-glob": "3.3.3",
|
|
15
|
+
"mime-types": "2.1.35",
|
|
16
|
+
"nanoid": "3.3.8",
|
|
10
17
|
"semver": "7.6.0",
|
|
11
|
-
"
|
|
12
|
-
"@activepieces/pieces-
|
|
13
|
-
"@activepieces/
|
|
14
|
-
"
|
|
18
|
+
"zod": "3.25.76",
|
|
19
|
+
"@activepieces/pieces-common": "0.6.3",
|
|
20
|
+
"@activepieces/pieces-framework": "0.18.0",
|
|
21
|
+
"@activepieces/shared": "0.17.11",
|
|
22
|
+
"tslib": "2.8.1"
|
|
15
23
|
},
|
|
24
|
+
"overrides": {
|
|
25
|
+
"@tryfabric/martian": {
|
|
26
|
+
"@notionhq/client": "$@notionhq/client"
|
|
27
|
+
},
|
|
28
|
+
"vite": {
|
|
29
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"resolutions": {
|
|
33
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
34
|
+
},
|
|
35
|
+
"types": "./src/index.d.ts",
|
|
16
36
|
"main": "./src/index.js",
|
|
17
37
|
"type": "commonjs"
|
|
18
38
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Moxie": "Moxie",
|
|
3
|
+
"CRM build for the freelancers.": "CRM-Build für Freiberufler.",
|
|
4
|
+
"API Key": "API-Schlüssel",
|
|
5
|
+
"Base URL": "Basis-URL",
|
|
6
|
+
"The API Key of the Moxie CRM account": "Der API-Schlüssel des Moxie CRM-Kontos",
|
|
7
|
+
"The Base URL of the Moxie CRM account": "Die Basis-URL des Moxie CRM-Kontos",
|
|
8
|
+
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n Um Ihr Moxie CRM Token zu erhalten, folgen Sie diesen Schritten:\n\n 1. Melden Sie sich bei Ihrem Moxie CRM-Konto an und klicken Sie auf **Workspace-Einstellungen** (unten links).\n 2. Klicken Sie auf **Verbundene Apps** und navigieren Sie zur **Integration** Tab.\n 3. Jetzt klicken Sie unter \"Benutzerdefinierte Integration\" auf **Benutzerdefinierte Integration**.\n 4. Kopieren Sie den **API-Schlüssel** und die **Basis-URL** und klicken Sie auf Speichern,\n ",
|
|
9
|
+
"Create a Client": "Kunde erstellen",
|
|
10
|
+
"Create a Task": "Eine Aufgabe erstellen",
|
|
11
|
+
"Create a Project": "Projekt erstellen",
|
|
12
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
13
|
+
"Create a new client record in moxie CRM.": "Erstellen Sie einen neuen Client-Eintrag in moxie CRM.",
|
|
14
|
+
"Create a task in project.": "Erstellen Sie eine Aufgabe im Projekt.",
|
|
15
|
+
"Creates a new project in moxie CRM.": "Erstellt ein neues Projekt in moxie CRM.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
17
|
+
"Name": "Name",
|
|
18
|
+
"Client Type": "Kunden-Typ",
|
|
19
|
+
"Initials": "Initials",
|
|
20
|
+
"Address 1": "Adresse 1",
|
|
21
|
+
"Address 2": "Adresse 2",
|
|
22
|
+
"City": "Stadt",
|
|
23
|
+
"Locality": "Ort",
|
|
24
|
+
"Postal": "Postfach",
|
|
25
|
+
"Country": "Land",
|
|
26
|
+
"Website": "Webseite",
|
|
27
|
+
"Phone": "Telefon",
|
|
28
|
+
"Color": "Farbe",
|
|
29
|
+
"Tax ID": "Steuernummer",
|
|
30
|
+
"Lead Source": "Lead Quelle",
|
|
31
|
+
"Archive ?": "Archivieren ?",
|
|
32
|
+
"Pay Instructions": "Zahlungsinstruktionen",
|
|
33
|
+
"Hourly Amount": "Stundensatz",
|
|
34
|
+
"Rounding Increment": "Rundungssteigerung",
|
|
35
|
+
"Currency": "Währung",
|
|
36
|
+
"Stripe Client ID": "Stripe-Client-ID",
|
|
37
|
+
"Notes": "Notizen",
|
|
38
|
+
"Client Name": "Kundenname",
|
|
39
|
+
"Project Name": "Projekt Name",
|
|
40
|
+
"Status": "Status",
|
|
41
|
+
"Description": "Beschreibung",
|
|
42
|
+
"Start Date": "Startdatum",
|
|
43
|
+
"Due Date": "Fälligkeitsdatum",
|
|
44
|
+
"Priority": "Priorität",
|
|
45
|
+
"Subtasks": "Unteraufgaben",
|
|
46
|
+
"Assigned To": "Zugewiesen an",
|
|
47
|
+
"Custom Values": "Eigene Werte",
|
|
48
|
+
"Client": "Kunde",
|
|
49
|
+
"Client Portal Access": "Kundenportal Zugriff",
|
|
50
|
+
"Show time worked in portal ?": "Arbeitszeit im Portal anzeigen?",
|
|
51
|
+
"Fee Type": "Gebührentyp",
|
|
52
|
+
"Amount": "Betrag",
|
|
53
|
+
"Estimate maximum Amount": "Höchstbetrag berechnen",
|
|
54
|
+
"Estimate minimum Amount": "Mindestzahl berechnen",
|
|
55
|
+
"Is amount taxable ?": "Ist der Betrag steuerpflichtig?",
|
|
56
|
+
"Method": "Methode",
|
|
57
|
+
"Headers": "Kopfzeilen",
|
|
58
|
+
"Query Parameters": "Abfrageparameter",
|
|
59
|
+
"Body": "Körper",
|
|
60
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
61
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
62
|
+
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 Ländercode",
|
|
63
|
+
"Valid 3-Letter ISO 4217 currency code.": "Gültiger 3buchstaben ISO 4217 Währungscode.",
|
|
64
|
+
"Exact match of a client name in your CRM": "Genaue Übereinstimmung mit einem Kundennamen in Ihrem CRM",
|
|
65
|
+
"Exact match of a project that is owned by the client.": "Genaue Übereinstimmung eines Projekts, das im Besitz des Kunden ist.",
|
|
66
|
+
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
|
|
67
|
+
"Numeric priority for sorting in kanban.": "Numerische Priorität für die Sortierung in Kanban.",
|
|
68
|
+
"email addresses of users in the workspace.": "e-Mail-Adressen von Benutzern im Arbeitsbereich.",
|
|
69
|
+
"Please enter date in YYYY-MM-DD format.": "Bitte geben Sie das Datum im Format JJJJJ-MM-TT ein.",
|
|
70
|
+
"One of: None, Overview, Full access, or Read only.": "Einer von: Keiner, Übersicht, Vollzugriff oder nur Lesen.",
|
|
71
|
+
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Einer von: Stunden, Festpreis, Retainer, pro Item.",
|
|
72
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
73
|
+
"Prospect": "Erwarten",
|
|
74
|
+
"Not Visible": "Nicht sichtbar",
|
|
75
|
+
"Overview only": "Nur Übersicht",
|
|
76
|
+
"Read only project collaboration": "Nur Projekt-Zusammenarbeit lesen",
|
|
77
|
+
"Full project collaboration": "Vollständige Projektkooperation",
|
|
78
|
+
"Hourly": "Stunden",
|
|
79
|
+
"Fixed Price": "Festpreis",
|
|
80
|
+
"Retainer": "Resainer",
|
|
81
|
+
"Per Item": "Pro Artikel",
|
|
82
|
+
"GET": "ERHALTEN",
|
|
83
|
+
"POST": "POST",
|
|
84
|
+
"PATCH": "PATCH",
|
|
85
|
+
"PUT": "PUT",
|
|
86
|
+
"DELETE": "LÖSCHEN",
|
|
87
|
+
"HEAD": "HEAD",
|
|
88
|
+
"Client Created": "Kunde erstellt",
|
|
89
|
+
"Client Updated": "Client aktualisiert",
|
|
90
|
+
"Client Deleted": "Kunde gelöscht",
|
|
91
|
+
"Project Created": "Projekt erstellt",
|
|
92
|
+
"Project Updated": "Projekt aktualisiert",
|
|
93
|
+
"Project Completed": "Projekt abgeschlossen",
|
|
94
|
+
"Task Created": "Aufgabe erstellt",
|
|
95
|
+
"Task Updated": "Aufgabe aktualisiert",
|
|
96
|
+
"Task Deleted": "Aufgabe gelöscht",
|
|
97
|
+
"Client Task Approval": "Kundenaufgabengenehmigung",
|
|
98
|
+
"Form Submitted": "Formular gesendet",
|
|
99
|
+
"Time Entry Created": "Zeiteintrag erstellt",
|
|
100
|
+
"Time Entry Updated": "Zeiteintrag aktualisiert",
|
|
101
|
+
"Time Entry Deleted": "Zeiteintrag gelöscht",
|
|
102
|
+
"Meeting Scheduled": "Meeting geplant",
|
|
103
|
+
"Meeting Updated": "Meeting aktualisiert",
|
|
104
|
+
"Meeting Cancelled": "Meeting abgebrochen",
|
|
105
|
+
"Opportunity Created": "Verkaufschance erstellt",
|
|
106
|
+
"Opportunity Updated": "Verkaufschance aktualisiert",
|
|
107
|
+
"Opportunity Deleted": "Verkaufschance gelöscht",
|
|
108
|
+
"Invoice Sent": "Rechnung gesendet",
|
|
109
|
+
"Payment Received": "Zahlung erhalten",
|
|
110
|
+
"Triggered when a new client is created.": "Wird ausgelöst, wenn ein neuer Client erstellt wird.",
|
|
111
|
+
"Triggered when an existing client is updated.": "Wird ausgelöst, wenn ein existierender Client aktualisiert wird.",
|
|
112
|
+
"Triggered when an existing client is deleted.": "Wird ausgelöst, wenn ein existierender Client gelöscht wird.",
|
|
113
|
+
"Triggered when a new project is created.": "Wird ausgelöst, wenn ein neues Projekt erstellt wird.",
|
|
114
|
+
"Triggered when an existing project is updated.": "Wird ausgelöst, wenn ein bestehendes Projekt aktualisiert wird.",
|
|
115
|
+
"Triggered when an existing project is completed.": "Wird ausgelöst, wenn ein bestehendes Projekt abgeschlossen ist.",
|
|
116
|
+
"Triggered when a new task is created.": "Wird ausgelöst, wenn eine neue Aufgabe erstellt wird.",
|
|
117
|
+
"Triggered when an existing task is updated.": "Wird ausgelöst, wenn eine bestehende Aufgabe aktualisiert wird.",
|
|
118
|
+
"Triggered when an existing task is deleted.": "Wird ausgelöst, wenn eine existierende Aufgabe gelöscht wird.",
|
|
119
|
+
"Triggered when a task is moved to client approval.": "Wird ausgelöst, wenn eine Aufgabe zur Client-Genehmigung verschoben wird.",
|
|
120
|
+
"Triggered when a new form is submitted.": "Wird ausgelöst, wenn ein neues Formular abgeschickt wird.",
|
|
121
|
+
"Triggered when a new time entry is created.": "Wird ausgelöst, wenn ein neuer Zeiteintrag erstellt wird.",
|
|
122
|
+
"Triggered when an existing time entry is updated.": "Wird ausgelöst, wenn ein bestehender Zeiteintrag aktualisiert wird.",
|
|
123
|
+
"Triggered when an existing time entry is deleted.": "Wird ausgelöst, wenn ein bestehender Zeiteintrag gelöscht wird.",
|
|
124
|
+
"Triggered when a new meeting is scheduled.": "Wird ausgelöst, wenn ein neues Meeting geplant ist.",
|
|
125
|
+
"Triggered when an existing meeting is updated.": "Wird ausgelöst, wenn ein bestehendes Meeting aktualisiert wird.",
|
|
126
|
+
"Triggered when a meeting is cancelled.": "Wird ausgelöst, wenn ein Meeting abgesagt wird.",
|
|
127
|
+
"Triggered when a new pipeline opportunity is created.": "Ausgelöst, wenn eine neue Pipeline-Chance geschaffen wird.",
|
|
128
|
+
"Triggered when an existing opportunity is updated.": "Wird ausgelöst, wenn eine bestehende Chance aktualisiert wird.",
|
|
129
|
+
"Triggered when an existing pipeline opportunity is deleted.": "Wird ausgelöst, wenn eine vorhandene Pipeline-Chance gelöscht wird.",
|
|
130
|
+
"Triggered when an invoice is sent.": "Wird ausgelöst, wenn eine Rechnung gesendet wird.",
|
|
131
|
+
"Triggered when a payment is received.": "Wird ausgelöst, wenn eine Zahlung empfangen wird.",
|
|
132
|
+
"Markdown": "Markdown",
|
|
133
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client erstellt`** und klicken Sie auf **Speichern**.\n ",
|
|
134
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client Updated`** und klicken Sie auf **Speichern**.\n ",
|
|
135
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client gelöscht`** und klicken Sie auf **Speichern**.\n ",
|
|
136
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Project erstellt`** und klicken Sie auf **Speichern**.\n ",
|
|
137
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Project Updated`** und klicken Sie auf **Speichern**.\n ",
|
|
138
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Project Completed`** und klicken Sie auf **Speichern**.\n ",
|
|
139
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Task erstellt`** und klicken Sie auf **Speichern**.\n ",
|
|
140
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Task Updated`** und klicken Sie auf **Speichern**.\n ",
|
|
141
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Task Deleted`** und klicken Sie auf **Speichern**.\n ",
|
|
142
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Client Task Approval`** und klicken Sie auf **Speichern**.\n ",
|
|
143
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Form abgesandt`** und klicken Sie auf **Speichern**.\n ",
|
|
144
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Time Eintrag erstellt`** und klicken Sie auf **Speichern**.\n ",
|
|
145
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Time Entry Updated`** und klicken Sie auf **Speichern**.\n ",
|
|
146
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Time Entry Deleted`** und klicken Sie auf **Speichern**.\n ",
|
|
147
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Meeting geplant`** und klicken Sie auf **Speichern**.\n ",
|
|
148
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Meeting Updated`** und klicken Sie auf **Speichern**.\n ",
|
|
149
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Meeting abgebrochen`** und klicken Sie auf **Speichern**.\n ",
|
|
150
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Opportunity Created`** und klicken Sie auf **Speichern**.\n ",
|
|
151
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Opportunity Updated`** und klicken Sie auf **Speichern**.\n ",
|
|
152
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Opportunity Deleted`** und klicken Sie auf **Speichern**.\n ",
|
|
153
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Rechnung gesendet`** und klicken Sie auf **Speichern**.\n ",
|
|
154
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Gehe zu **Workspace Settngs -> Verbundene Apps -> Integration** Abschnitt.\n - Unter **Benutzerdefinierter Integration** klicken Sie auf **Rest Hook**.\n - Klicken Sie auf **Integration** Abschnitt.\n - Im Endpunktfeld Fügen Sie die folgende URL ein: \n ```text\n {{webhookUrl}}\n ```\n\n - Wählen Sie das Ereignis als **`Zahlung erhalten`** und klicken Sie auf **Speichern**.\n "
|
|
155
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Moxie": "Moxie",
|
|
3
|
+
"CRM build for the freelancers.": "CRM build para los autónomos.",
|
|
4
|
+
"API Key": "Clave API",
|
|
5
|
+
"Base URL": "URL base",
|
|
6
|
+
"The API Key of the Moxie CRM account": "La clave API de la cuenta de Moxie CRM",
|
|
7
|
+
"The Base URL of the Moxie CRM account": "La URL base de la cuenta de Moxie CRM",
|
|
8
|
+
"\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ": "\n To obtain your Moxie CRM token, follow these steps:\n\n 1. Log in to your Moxie CRM account and click on **Workspace Settings** (Bottom left).\n 2. Click on **Connected Apps** and navigate to **Integrations** tab.\n 3. Now, under \"Custom Integration\", click on **Enable Custom Integration**.\n 4. Copy **API Key** and **Base URL** and click on Save button.\n ",
|
|
9
|
+
"Create a Client": "Crear un cliente",
|
|
10
|
+
"Create a Task": "Crear una tarea",
|
|
11
|
+
"Create a Project": "Crear un proyecto",
|
|
12
|
+
"Custom API Call": "Llamada API personalizada",
|
|
13
|
+
"Create a new client record in moxie CRM.": "Crear un nuevo registro de cliente en moxie CRM.",
|
|
14
|
+
"Create a task in project.": "Crear una tarea en el proyecto.",
|
|
15
|
+
"Creates a new project in moxie CRM.": "Crea un nuevo proyecto en moxie CRM.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
17
|
+
"Name": "Nombre",
|
|
18
|
+
"Client Type": "Tipo de cliente",
|
|
19
|
+
"Initials": "Initials",
|
|
20
|
+
"Address 1": "Dirección 1",
|
|
21
|
+
"Address 2": "Dirección 2",
|
|
22
|
+
"City": "Ciudad",
|
|
23
|
+
"Locality": "Localidad",
|
|
24
|
+
"Postal": "Postal",
|
|
25
|
+
"Country": "País",
|
|
26
|
+
"Website": "Sitio web",
|
|
27
|
+
"Phone": "Teléfono",
|
|
28
|
+
"Color": "Color",
|
|
29
|
+
"Tax ID": "ID de impuesto",
|
|
30
|
+
"Lead Source": "Fuente principal",
|
|
31
|
+
"Archive ?": "¿Archivar?",
|
|
32
|
+
"Pay Instructions": "Instrucciones de pago",
|
|
33
|
+
"Hourly Amount": "Cantidad por hora",
|
|
34
|
+
"Rounding Increment": "Incremento de redondeo",
|
|
35
|
+
"Currency": "Moneda",
|
|
36
|
+
"Stripe Client ID": "ID de cliente de Stripe",
|
|
37
|
+
"Notes": "Notas",
|
|
38
|
+
"Client Name": "Nombre del cliente",
|
|
39
|
+
"Project Name": "Nombre del proyecto",
|
|
40
|
+
"Status": "Estado",
|
|
41
|
+
"Description": "Descripción",
|
|
42
|
+
"Start Date": "Fecha de inicio",
|
|
43
|
+
"Due Date": "Fecha de fin",
|
|
44
|
+
"Priority": "Prioridad",
|
|
45
|
+
"Subtasks": "Subtareas",
|
|
46
|
+
"Assigned To": "Asignado a",
|
|
47
|
+
"Custom Values": "Valores Personalizados",
|
|
48
|
+
"Client": "Cliente",
|
|
49
|
+
"Client Portal Access": "Acceso al Portal del Cliente",
|
|
50
|
+
"Show time worked in portal ?": "¿Mostrar tiempo trabajado en el portal?",
|
|
51
|
+
"Fee Type": "Tipo de tarifa",
|
|
52
|
+
"Amount": "Cantidad",
|
|
53
|
+
"Estimate maximum Amount": "Cantidad máxima estimada",
|
|
54
|
+
"Estimate minimum Amount": "Cantidad mínima estimada",
|
|
55
|
+
"Is amount taxable ?": "¿Es gravable la cantidad?",
|
|
56
|
+
"Method": "Método",
|
|
57
|
+
"Headers": "Encabezados",
|
|
58
|
+
"Query Parameters": "Parámetros de consulta",
|
|
59
|
+
"Body": "Cuerpo",
|
|
60
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
61
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
62
|
+
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 código de país",
|
|
63
|
+
"Valid 3-Letter ISO 4217 currency code.": "Código de moneda válido de 3 letras ISO 4217.",
|
|
64
|
+
"Exact match of a client name in your CRM": "Coincidencia exacta de un nombre de cliente en su CRM",
|
|
65
|
+
"Exact match of a project that is owned by the client.": "Coincidencia exacta de un proyecto que es propiedad del cliente.",
|
|
66
|
+
"ISO 8601 format date i.e. 2023-07-20": "ISO 8601 format date i.e. 2023-07-20",
|
|
67
|
+
"Numeric priority for sorting in kanban.": "Prioridad numérica para la clasificación en kanban.",
|
|
68
|
+
"email addresses of users in the workspace.": "direcciones de correo electrónico de los usuarios en el área de trabajo.",
|
|
69
|
+
"Please enter date in YYYY-MM-DD format.": "Por favor, introduzca la fecha en formato AAA-MM-DD.",
|
|
70
|
+
"One of: None, Overview, Full access, or Read only.": "Una de: Ninguna, Vista general, Acceso completo o Sólo Lectura.",
|
|
71
|
+
"One of: Hourly, Fixed Price, Retainer, Per Item.": "Una de: Horario, Precio Fijo, Retainer, Por artículo.",
|
|
72
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
73
|
+
"Prospect": "Prospecto",
|
|
74
|
+
"Not Visible": "No visible",
|
|
75
|
+
"Overview only": "Resumen sólo",
|
|
76
|
+
"Read only project collaboration": "Colaboración de sólo lectura",
|
|
77
|
+
"Full project collaboration": "Colaboración completa del proyecto",
|
|
78
|
+
"Hourly": "Por hora",
|
|
79
|
+
"Fixed Price": "Precio fijo",
|
|
80
|
+
"Retainer": "Retinador",
|
|
81
|
+
"Per Item": "Por objeto",
|
|
82
|
+
"GET": "RECOGER",
|
|
83
|
+
"POST": "POST",
|
|
84
|
+
"PATCH": "PATCH",
|
|
85
|
+
"PUT": "PUT",
|
|
86
|
+
"DELETE": "BORRAR",
|
|
87
|
+
"HEAD": "LIMPIO",
|
|
88
|
+
"Client Created": "Cliente creado",
|
|
89
|
+
"Client Updated": "Cliente actualizado",
|
|
90
|
+
"Client Deleted": "Cliente eliminado",
|
|
91
|
+
"Project Created": "Proyecto creado",
|
|
92
|
+
"Project Updated": "Proyecto actualizado",
|
|
93
|
+
"Project Completed": "Proyecto completado",
|
|
94
|
+
"Task Created": "Tarea creada",
|
|
95
|
+
"Task Updated": "Tarea actualizada",
|
|
96
|
+
"Task Deleted": "Tarea eliminada",
|
|
97
|
+
"Client Task Approval": "Aprobación de tareas del cliente",
|
|
98
|
+
"Form Submitted": "Formulario enviado",
|
|
99
|
+
"Time Entry Created": "Entrada de tiempo creada",
|
|
100
|
+
"Time Entry Updated": "Entrada de tiempo actualizada",
|
|
101
|
+
"Time Entry Deleted": "Entrada de tiempo eliminada",
|
|
102
|
+
"Meeting Scheduled": "Reunión programada",
|
|
103
|
+
"Meeting Updated": "Reunión actualizada",
|
|
104
|
+
"Meeting Cancelled": "Reunión cancelada",
|
|
105
|
+
"Opportunity Created": "Oportunidad creada",
|
|
106
|
+
"Opportunity Updated": "Oportunidad Actualizada",
|
|
107
|
+
"Opportunity Deleted": "Oportunidad eliminada",
|
|
108
|
+
"Invoice Sent": "Factura enviada",
|
|
109
|
+
"Payment Received": "Pago recibido",
|
|
110
|
+
"Triggered when a new client is created.": "Se activa cuando se crea un nuevo cliente.",
|
|
111
|
+
"Triggered when an existing client is updated.": "Se activa cuando se actualiza un cliente existente.",
|
|
112
|
+
"Triggered when an existing client is deleted.": "Se activa cuando se elimina un cliente existente.",
|
|
113
|
+
"Triggered when a new project is created.": "Se activa cuando se crea un nuevo proyecto.",
|
|
114
|
+
"Triggered when an existing project is updated.": "Se activa cuando se actualiza un proyecto existente.",
|
|
115
|
+
"Triggered when an existing project is completed.": "Se activa cuando se completa un proyecto existente.",
|
|
116
|
+
"Triggered when a new task is created.": "Se activa cuando se crea una nueva tarea.",
|
|
117
|
+
"Triggered when an existing task is updated.": "Se activa cuando se actualiza una tarea existente.",
|
|
118
|
+
"Triggered when an existing task is deleted.": "Se activa cuando se elimina una tarea existente.",
|
|
119
|
+
"Triggered when a task is moved to client approval.": "Se activa cuando una tarea se mueve a la aprobación del cliente.",
|
|
120
|
+
"Triggered when a new form is submitted.": "Activado cuando se envía un nuevo formulario.",
|
|
121
|
+
"Triggered when a new time entry is created.": "Se activa cuando se crea una nueva entrada de tiempo.",
|
|
122
|
+
"Triggered when an existing time entry is updated.": "Se activa cuando se actualiza una entrada de tiempo existente.",
|
|
123
|
+
"Triggered when an existing time entry is deleted.": "Se activa cuando se elimina una entrada de tiempo existente.",
|
|
124
|
+
"Triggered when a new meeting is scheduled.": "Se ha activado cuando se ha programado una nueva reunión.",
|
|
125
|
+
"Triggered when an existing meeting is updated.": "Se activa cuando se actualiza una reunión existente.",
|
|
126
|
+
"Triggered when a meeting is cancelled.": "Se activa cuando se cancela una reunión.",
|
|
127
|
+
"Triggered when a new pipeline opportunity is created.": "Se activa cuando se crea una nueva oportunidad de tubería.",
|
|
128
|
+
"Triggered when an existing opportunity is updated.": "Se activa cuando se actualiza una oportunidad existente.",
|
|
129
|
+
"Triggered when an existing pipeline opportunity is deleted.": "Se activa cuando se elimina una oportunidad existente de tubería.",
|
|
130
|
+
"Triggered when an invoice is sent.": "Activado cuando se envía una factura.",
|
|
131
|
+
"Triggered when a payment is received.": "Se activa cuando se recibe un pago.",
|
|
132
|
+
"Markdown": "Markdown",
|
|
133
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Created`** and click on **Save**.\n ",
|
|
134
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Updated`** and click on **Save**.\n ",
|
|
135
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Deleted`** and click on **Save**.\n ",
|
|
136
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Created`** and click on **Save**.\n ",
|
|
137
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Updated`** and click on **Save**.\n ",
|
|
138
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Project Completed`** and click on **Save**.\n ",
|
|
139
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Created`** and click on **Save**.\n ",
|
|
140
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Updated`** and click on **Save**.\n ",
|
|
141
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Task Deleted`** and click on **Save**.\n ",
|
|
142
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Client Task Approval`** and click on **Save**.\n ",
|
|
143
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Form Submitted`** and click on **Save**.\n ",
|
|
144
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Created`** and click on **Save**.\n ",
|
|
145
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Updated`** and click on **Save**.\n ",
|
|
146
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Time Entry Deleted`** and click on **Save**.\n ",
|
|
147
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Scheduled`** and click on **Save**.\n ",
|
|
148
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Updated`** and click on **Save**.\n ",
|
|
149
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Meeting Cancelled`** and click on **Save**.\n ",
|
|
150
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Created`** and click on **Save**.\n ",
|
|
151
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Updated`** and click on **Save**.\n ",
|
|
152
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Opportunity Deleted`** and click on **Save**.\n ",
|
|
153
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Invoice Sent`** and click on **Save**.\n ",
|
|
154
|
+
"\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n ": "\n - Go to the **Workspace Settngs -> Connected Apps -> Integration** section.\n - Under **Custom Integration** , click on **Add Rest Hook**.\n - Click on **Integrations** section.\n - In the endpoint field, paste the following URL: \n ```text\n {{webhookUrl}}\n ```\n\n - Select the event as **`Payment Received`** and click on **Save**.\n "
|
|
155
|
+
}
|