@scopieflows/app-convertkit 0.3.0

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.
Files changed (81) hide show
  1. package/README.md +29 -0
  2. package/package.json +28 -0
  3. package/src/i18n/ca.json +240 -0
  4. package/src/i18n/de.json +239 -0
  5. package/src/i18n/es.json +239 -0
  6. package/src/i18n/fr.json +239 -0
  7. package/src/i18n/hi.json +240 -0
  8. package/src/i18n/id.json +240 -0
  9. package/src/i18n/ja.json +239 -0
  10. package/src/i18n/nl.json +239 -0
  11. package/src/i18n/pt.json +239 -0
  12. package/src/i18n/ru.json +240 -0
  13. package/src/i18n/translation.json +239 -0
  14. package/src/i18n/vi.json +240 -0
  15. package/src/i18n/zh.json +239 -0
  16. package/src/index.d.ts +2 -0
  17. package/src/index.js +80 -0
  18. package/src/index.js.map +1 -0
  19. package/src/lib/actions/broadcasts.d.ts +37 -0
  20. package/src/lib/actions/broadcasts.js +213 -0
  21. package/src/lib/actions/broadcasts.js.map +1 -0
  22. package/src/lib/actions/custom-fields.d.ts +11 -0
  23. package/src/lib/actions/custom-fields.js +109 -0
  24. package/src/lib/actions/custom-fields.js.map +1 -0
  25. package/src/lib/actions/forms.d.ts +23 -0
  26. package/src/lib/actions/forms.js +90 -0
  27. package/src/lib/actions/forms.js.map +1 -0
  28. package/src/lib/actions/purchases.d.ts +51 -0
  29. package/src/lib/actions/purchases.js +258 -0
  30. package/src/lib/actions/purchases.js.map +1 -0
  31. package/src/lib/actions/sequences.d.ts +11 -0
  32. package/src/lib/actions/sequences.js +87 -0
  33. package/src/lib/actions/sequences.js.map +1 -0
  34. package/src/lib/actions/subscribers.d.ts +38 -0
  35. package/src/lib/actions/subscribers.js +172 -0
  36. package/src/lib/actions/subscribers.js.map +1 -0
  37. package/src/lib/actions/tags.d.ts +37 -0
  38. package/src/lib/actions/tags.js +188 -0
  39. package/src/lib/actions/tags.js.map +1 -0
  40. package/src/lib/actions/webhooks.d.ts +8 -0
  41. package/src/lib/actions/webhooks.js +40 -0
  42. package/src/lib/actions/webhooks.js.map +1 -0
  43. package/src/lib/common/broadcasts/index.d.ts +12 -0
  44. package/src/lib/common/broadcasts/index.js +67 -0
  45. package/src/lib/common/broadcasts/index.js.map +1 -0
  46. package/src/lib/common/constants.d.ts +9 -0
  47. package/src/lib/common/constants.js +13 -0
  48. package/src/lib/common/constants.js.map +1 -0
  49. package/src/lib/common/custom-fields/index.d.ts +4 -0
  50. package/src/lib/common/custom-fields/index.js +71 -0
  51. package/src/lib/common/custom-fields/index.js.map +1 -0
  52. package/src/lib/common/forms/index.d.ts +1 -0
  53. package/src/lib/common/forms/index.js +34 -0
  54. package/src/lib/common/forms/index.js.map +1 -0
  55. package/src/lib/common/index.d.ts +7 -0
  56. package/src/lib/common/index.js +11 -0
  57. package/src/lib/common/index.js.map +1 -0
  58. package/src/lib/common/purchases/index.d.ts +22 -0
  59. package/src/lib/common/purchases/index.js +168 -0
  60. package/src/lib/common/purchases/index.js.map +1 -0
  61. package/src/lib/common/sequences/index.d.ts +2 -0
  62. package/src/lib/common/sequences/index.js +39 -0
  63. package/src/lib/common/sequences/index.js.map +1 -0
  64. package/src/lib/common/service.d.ts +12 -0
  65. package/src/lib/common/service.js +238 -0
  66. package/src/lib/common/service.js.map +1 -0
  67. package/src/lib/common/subscribers/index.d.ts +18 -0
  68. package/src/lib/common/subscribers/index.js +64 -0
  69. package/src/lib/common/subscribers/index.js.map +1 -0
  70. package/src/lib/common/tags/index.d.ts +23 -0
  71. package/src/lib/common/tags/index.js +215 -0
  72. package/src/lib/common/tags/index.js.map +1 -0
  73. package/src/lib/common/types.d.ts +115 -0
  74. package/src/lib/common/types.js +19 -0
  75. package/src/lib/common/types.js.map +1 -0
  76. package/src/lib/common/webhooks/index.d.ts +7 -0
  77. package/src/lib/common/webhooks/index.js +209 -0
  78. package/src/lib/common/webhooks/index.js.map +1 -0
  79. package/src/lib/triggers/index.d.ts +69 -0
  80. package/src/lib/triggers/index.js +549 -0
  81. package/src/lib/triggers/index.js.map +1 -0
package/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # Notes
2
+
3
+ ## Untested pieces
4
+
5
+ The following webhook trigger event types (https://developers.convertkit.com/#webhooks) have been implemented but not yet fully tested.
6
+
7
+ - subscriber.subscriber_complain
8
+
9
+ - subscriber.product_purchase
10
+
11
+ - purchase.purchase_create
12
+
13
+ <!-- If you run into problems with these events, please create an issue and tag/message me (gunther@mailcraft.co). -->
14
+
15
+ ## No debounce in form fields
16
+
17
+ I have not implemented a debounce in any form fields. This means that calls to the ConvertKit API will be triggered on every keystroke for certain fields.
18
+
19
+ I have raised an issue here: https://github.com/scopieflows/scopieflows/issues/3142
20
+
21
+ # Building
22
+
23
+ Run `nx build pieces-convertkit` to build the library.
24
+
25
+ # ToDo
26
+
27
+ - Versioning of piece https://www.scopieflows.com/docs/developers/piece-reference/piece-versioning
28
+ - Debounce on form fields
29
+ - Add tests(?)
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "@scopieflows/app-convertkit",
3
+ "version": "0.3.0",
4
+ "dependencies": {
5
+ "@sinclair/typebox": "0.34.11",
6
+ "ai": "^6.0.0",
7
+ "axios": "1.13.1",
8
+ "axios-retry": "4.4.1",
9
+ "deepmerge-ts": "7.1.0",
10
+ "form-data": "4.0.4",
11
+ "i18next": "23.13.0",
12
+ "mime-types": "2.1.35",
13
+ "nanoid": "3.3.8",
14
+ "semver": "7.6.0",
15
+ "socket.io-client": "4.8.1",
16
+ "zod": "4.1.13",
17
+ "@scopieflows/pieces-common": "0.11.2",
18
+ "@scopieflows/pieces-framework": "0.25.0",
19
+ "@scopieflows/shared": "0.33.0",
20
+ "tslib": "2.6.2"
21
+ },
22
+ "resolutions": {
23
+ "rollup": "npm:@rollup/wasm-node"
24
+ },
25
+ "types": "./src/index.d.ts",
26
+ "main": "./src/index.js",
27
+ "type": "commonjs"
28
+ }
@@ -0,0 +1,240 @@
1
+ {
2
+ "ConvertKit": "ConvertKit",
3
+ "Email marketing for creators": "Email marketing for creators",
4
+ "Enter your API Secret key": "Enter your API Secret key",
5
+ "Get Subscriber By Id": "Get Subscriber By Id",
6
+ "Get Subscriber By Email": "Get Subscriber By Email",
7
+ "List Subscribers": "List Subscribers",
8
+ "Update Subscriber": "Update Subscriber",
9
+ "Unsubscribe Subscriber": "Unsubscribe Subscriber",
10
+ "List Tags By Email": "List Tags By Email",
11
+ "List Tags By Subscriber Id": "List Tags By Subscriber Id",
12
+ "Add Webhook": "Add Webhook",
13
+ "Delete Webhook": "Delete Webhook",
14
+ "List Custom Fields": "List Custom Fields",
15
+ "Create Custom Field": "Create Custom Field",
16
+ "Custom Fields: Update Field": "Custom Fields: Update Field",
17
+ "Custom Fields: Delete Field": "Custom Fields: Delete Field",
18
+ "List Broadcasts": "List Broadcasts",
19
+ "Create Broadcast": "Create Broadcast",
20
+ "Get Broadcast": "Get Broadcast",
21
+ "Update Broadcast": "Update Broadcast",
22
+ "Delete Broadcast": "Delete Broadcast",
23
+ "Broadcast Stats": "Broadcast Stats",
24
+ "List Forms": "List Forms",
25
+ "Add Subscriber To Form": "Add Subscriber To Form",
26
+ "List Form Subscriptions": "List Form Subscriptions",
27
+ "List Sequences": "List Sequences",
28
+ "Add Subscriber To Sequence": "Add Subscriber To Sequence",
29
+ "List Subscriptions To Sequence": "List Subscriptions To Sequence",
30
+ "List Tags": "List Tags",
31
+ "Create Tag": "Create Tag",
32
+ "Tag Subscriber": "Tag Subscriber",
33
+ "Remove Tag From Subscriber By Email": "Remove Tag From Subscriber By Email",
34
+ "Remove Tag From Subscriber By Id": "Remove Tag From Subscriber By Id",
35
+ "List Subscriptions To Tag": "List Subscriptions To Tag",
36
+ "List Purchases": "List Purchases",
37
+ "Get Purchase By Id": "Get Purchase By Id",
38
+ "Create Purchase": "Create Purchase",
39
+ "Create Multiple Purchases": "Create Multiple Purchases",
40
+ "Returns data for a single subscriber": "Returns data for a single subscriber",
41
+ "Returns a list of all subscribers": "Returns a list of all subscribers",
42
+ "Update a subscriber": "Update a subscriber",
43
+ "Unsubscribe a subscriber": "Unsubscribe a subscriber",
44
+ "Returns a list of all subscribed tags": "Returns a list of all subscribed tags",
45
+ "Create a webhook automation": "Create a webhook automation",
46
+ "Delete a webhook automation": "Delete a webhook automation",
47
+ "Returns a list of all custom fields": "Returns a list of all custom fields",
48
+ "Create a new custom field": "Create a new custom field",
49
+ "Update a custom field": "Update a custom field",
50
+ "Delete a custom field": "Delete a custom field",
51
+ "List all broadcasts": "List all broadcasts",
52
+ "Create a new broadcast": "Create a new broadcast",
53
+ "Get a broadcast": "Get a broadcast",
54
+ "Update a broadcast": "Update a broadcast",
55
+ "Delete a broadcast": "Delete a broadcast",
56
+ "Get broadcast stats": "Get broadcast stats",
57
+ "Returns a list of all forms": "Returns a list of all forms",
58
+ "Add a subscriber to a form": "Add a subscriber to a form",
59
+ "List form subscriptions": "List form subscriptions",
60
+ "Returns a list of all sequences": "Returns a list of all sequences",
61
+ "Add a subscriber to a sequence": "Add a subscriber to a sequence",
62
+ "List all subscriptions to a sequence": "List all subscriptions to a sequence",
63
+ "Returns a list of all tags": "Returns a list of all tags",
64
+ "Create a tag": "Create a tag",
65
+ "Tag a subscriber": "Tag a subscriber",
66
+ "Remove a tag from a subscriber by email": "Remove a tag from a subscriber by email",
67
+ "Remove a tag from a subscriber by id": "Remove a tag from a subscriber by id",
68
+ "List all subscriptions to a tag": "List all subscriptions to a tag",
69
+ "Returns a list of all purchases": "Returns a list of all purchases",
70
+ "Returns data for a single purchase": "Returns data for a single purchase",
71
+ "Creates a new purchase": "Creates a new purchase",
72
+ "Creates multiple purchases": "Creates multiple purchases",
73
+ "Subscriber ID": "Subscriber ID",
74
+ "Email": "Email",
75
+ "Page": "Page",
76
+ "Sort Order": "Sort Order",
77
+ "Sort Field": "Sort Field",
78
+ "From": "From",
79
+ "To": "To",
80
+ "Updated From": "Updated From",
81
+ "Updated To": "Updated To",
82
+ "First Name": "First Name",
83
+ "Custom Fields": "Custom Fields",
84
+ "Target URL": "Target URL",
85
+ "Event": "Event",
86
+ "Event Parameter": "Event Parameter",
87
+ "Webhook Id": "Webhook Id",
88
+ "Fields": "Fields",
89
+ "Custom Label": "Custom Label",
90
+ "New Label": "New Label",
91
+ "Content": "Content",
92
+ "Description": "Description",
93
+ "Email Address": "Email Address",
94
+ "Email Layout Template": "Email Layout Template",
95
+ "Public": "Public",
96
+ "Published At": "Published At",
97
+ "Send At": "Send At",
98
+ "Subject": "Subject",
99
+ "Thumbnail Alt": "Thumbnail Alt",
100
+ "Thumbnail Url": "Thumbnail Url",
101
+ "Broadcast Id": "Broadcast Id",
102
+ "Form": "Form",
103
+ "Tags": "Tags",
104
+ "Sequence": "Sequence",
105
+ "Name": "Name",
106
+ "Tag": "Tag",
107
+ "Subscriber State": "Subscriber State",
108
+ "Purchase ID": "Purchase ID",
109
+ "Transaction ID": "Transaction ID",
110
+ "Transaction Time": "Transaction Time",
111
+ "Status": "Status",
112
+ "Currency": "Currency",
113
+ "Subtotal": "Subtotal",
114
+ "Shipping": "Shipping",
115
+ "Discount": "Discount",
116
+ "Tax": "Tax",
117
+ "Total": "Total",
118
+ "Product ID": "Product ID",
119
+ "Line Item ID": "Line Item ID",
120
+ "SKU": "SKU",
121
+ "Unit Price": "Unit Price",
122
+ "Quantity": "Quantity",
123
+ "Products": "Products",
124
+ "The subscriber ID": "The subscriber ID",
125
+ "The email of the subscriber": "The email of the subscriber",
126
+ "Page number. Each page of results will contain up to 50 subscribers.": "Page number. Each page of results will contain up to 50 subscribers.",
127
+ "Sort order": "Sort order",
128
+ "Sort field": "Sort field",
129
+ "Return subscribers created after this date": "Return subscribers created after this date",
130
+ "Return subscribers created before this date": "Return subscribers created before this date",
131
+ "Return subscribers updated after this date": "Return subscribers updated after this date",
132
+ "Return subscribers updated before this date": "Return subscribers updated before this date",
133
+ "The first name of the subscriber": "The first name of the subscriber",
134
+ "The custom fields": "The custom fields",
135
+ "The URL that will be called when the webhook is triggered": "The URL that will be called when the webhook is triggered",
136
+ "The event that will trigger the webhook": "The event that will trigger the webhook",
137
+ "The required parameter for the event": "The required parameter for the event",
138
+ "The webhook rule id": "The webhook rule id",
139
+ "The new label for the custom field": "The new label for the custom field",
140
+ "Page number. Each page of results will contain up to 50 broadcasts.": "Page number. Each page of results will contain up to 50 broadcasts.",
141
+ "The broadcast's email content - this can contain text and simple HTML markdown (such as h1, img or p tags)": "The broadcast's email content - this can contain text and simple HTML markdown (such as h1, img or p tags)",
142
+ "An internal description of this broadcast": "An internal description of this broadcast",
143
+ "Sending email address; leave blank to use your account's default sending email address": "Sending email address; leave blank to use your account's default sending email address",
144
+ "Name of the email template to use; leave blank to use your account's default email template": "Name of the email template to use; leave blank to use your account's default email template",
145
+ "Specifies whether or not this is a public post": "Specifies whether or not this is a public post",
146
+ "Specifies the time that this post was published (applicable only to public posts)": "Specifies the time that this post was published (applicable only to public posts)",
147
+ "Time that this broadcast should be sent; leave blank to create a draft broadcast. If set to a future time, this is the time that the broadcast will be scheduled to send.": "Time that this broadcast should be sent; leave blank to create a draft broadcast. If set to a future time, this is the time that the broadcast will be scheduled to send.",
148
+ "The broadcast email's subject": "The broadcast email's subject",
149
+ "Specify the ALT attribute of the public thumbnail image (applicable only to public posts)": "Specify the ALT attribute of the public thumbnail image (applicable only to public posts)",
150
+ "Specify the URL of the thumbnail image to accompany the broadcast post (applicable only to public posts)": "Specify the URL of the thumbnail image to accompany the broadcast post (applicable only to public posts)",
151
+ "The broadcast id": "The broadcast id",
152
+ "Choose the Tags": "Choose the Tags",
153
+ "The name of the tag": "The name of the tag",
154
+ "The tag to remove": "The tag to remove",
155
+ "Choose a Tag": "Choose a Tag",
156
+ "Each page of results will contain up to 50 tags.": "Each page of results will contain up to 50 tags.",
157
+ "Subscriber state": "Subscriber state",
158
+ "Page number. Each page of results will contain up to 50 purchases.": "Page number. Each page of results will contain up to 50 purchases.",
159
+ "The purchase ID": "The purchase ID",
160
+ "The transaction ID": "The transaction ID",
161
+ "The transaction time": "The transaction time",
162
+ "The email address of the subscriber": "The email address of the subscriber",
163
+ "The status of the purchase": "The status of the purchase",
164
+ "The currency of the purchase": "The currency of the purchase",
165
+ "The subtotal": "The subtotal",
166
+ "The shipping": "The shipping",
167
+ "The discount": "The discount",
168
+ "The tax": "The tax",
169
+ "The total": "The total",
170
+ "The product ID": "The product ID",
171
+ "The line item ID": "The line item ID",
172
+ "The name of the product": "The name of the product",
173
+ "The SKU of the product": "The SKU of the product",
174
+ "The unit price of the product": "The unit price of the product",
175
+ "The quantity of the product": "The quantity of the product",
176
+ "The products": "The products",
177
+ "Ascending": "Ascending",
178
+ "Descending": "Descending",
179
+ "Subscriber activated": "Subscriber activated",
180
+ "Subscriber unsubscribed": "Subscriber unsubscribed",
181
+ "Subscriber bounced": "Subscriber bounced",
182
+ "Subscriber complained": "Subscriber complained",
183
+ "Form subscribed": "Form subscribed",
184
+ "Sequence subscribed": "Sequence subscribed",
185
+ "Sequence completed": "Sequence completed",
186
+ "Link clicked": "Link clicked",
187
+ "Product purchased": "Product purchased",
188
+ "Tag added to subscriber": "Tag added to subscriber",
189
+ "Tag removed from subscriber": "Tag removed from subscriber",
190
+ "Purchase created": "Purchase created",
191
+ "Active": "Active",
192
+ "canceled": "canceled",
193
+ "paid": "paid",
194
+ "pending": "pending",
195
+ "failed": "failed",
196
+ "USD": "USD",
197
+ "JPY": "JPY",
198
+ "GBP": "GBP",
199
+ "EUR": "EUR",
200
+ "CAD": "CAD",
201
+ "AUD": "AUD",
202
+ "NZD": "NZD",
203
+ "CHF": "CHF",
204
+ "HKD": "HKD",
205
+ "SGD": "SGD",
206
+ "SEK": "SEK",
207
+ "DKK": "DKK",
208
+ "PLN": "PLN",
209
+ "NOK": "NOK",
210
+ "HUF": "HUF",
211
+ "CZK": "CZK",
212
+ "ILS": "ILS",
213
+ "MXN": "MXN",
214
+ "MYR": "MYR",
215
+ "BRL": "BRL",
216
+ "PHP": "PHP",
217
+ "TWD": "TWD",
218
+ "THB": "THB",
219
+ "TRY": "TRY",
220
+ "RUB": "RUB",
221
+ "INR": "INR",
222
+ "KRW": "KRW",
223
+ "AED": "AED",
224
+ "SAR": "SAR",
225
+ "ZAR": "ZAR",
226
+ "Trigger when a tag is added to a subscriber": "Trigger when a tag is added to a subscriber",
227
+ "Trigger when a tag is removed from a subscriber": "Trigger when a tag is removed from a subscriber",
228
+ "Trigger when a subscriber is activated. This happens when a subscriber confirms their subscription.": "Trigger when a subscriber is activated. This happens when a subscriber confirms their subscription.",
229
+ "Trigger when a subscriber is unsubscribed": "Trigger when a subscriber is unsubscribed",
230
+ "Trigger when a subscriber bounced. This happens when an email is sent to a subscriber and the email bounces.": "Trigger when a subscriber bounced. This happens when an email is sent to a subscriber and the email bounces.",
231
+ "Trigger when a subscriber complained. This happens when a subscriber marks an email as spam.": "Trigger when a subscriber complained. This happens when a subscriber marks an email as spam.",
232
+ "Trigger when a form is subscribed": "Trigger when a form is subscribed",
233
+ "Trigger when a sequence is subscribed": "Trigger when a sequence is subscribed",
234
+ "Trigger when a sequence is completed": "Trigger when a sequence is completed",
235
+ "Trigger when a link is clicked": "Trigger when a link is clicked",
236
+ "Trigger when a product is purchased": "Trigger when a product is purchased",
237
+ "Trigger when a purchase is created": "Trigger when a purchase is created",
238
+ "Initiator Value URL": "Initiator Value URL",
239
+ "The initiator value URL that will trigger the webhook": "The initiator value URL that will trigger the webhook"
240
+ }
@@ -0,0 +1,239 @@
1
+ {
2
+ "Email marketing for creators": "E-Mail-Marketing für Ersteller",
3
+ "Enter your API Secret key": "API-Geheimschlüssel eingeben",
4
+ "Get Subscriber By Id": "Abonnent per Id erhalten",
5
+ "Get Subscriber By Email": "Abonnent per E-Mail erhalten",
6
+ "List Subscribers": "Abonnenten anzeigen",
7
+ "Update Subscriber": "Abonnent aktualisieren",
8
+ "Unsubscribe Subscriber": "Abonnent abbestellen",
9
+ "List Tags By Email": "Tags per E-Mail auflisten",
10
+ "List Tags By Subscriber Id": "Tags nach Abonnentennummer auflisten",
11
+ "Add Webhook": "Webhook hinzufügen",
12
+ "Delete Webhook": "Webhook löschen",
13
+ "List Custom Fields": "Benutzerdefinierte Felder auflisten",
14
+ "Create Custom Field": "Benutzerdefiniertes Feld erstellen",
15
+ "Custom Fields: Update Field": "Benutzerdefinierte Felder: Update-Feld",
16
+ "Custom Fields: Delete Field": "Benutzerdefinierte Felder: Lösche Feld",
17
+ "List Broadcasts": "Übertragungen auflisten",
18
+ "Create Broadcast": "Broadcast erstellen",
19
+ "Get Broadcast": "Broadcast empfangen",
20
+ "Update Broadcast": "Broadcast aktualisieren",
21
+ "Delete Broadcast": "Broadcast löschen",
22
+ "Broadcast Stats": "Übertragungsstatistiken",
23
+ "List Forms": "Formulare auflisten",
24
+ "Add Subscriber To Form": "Abonnent zum Formular hinzufügen",
25
+ "List Form Subscriptions": "Formular-Abonnements auflisten",
26
+ "List Sequences": "Sequenzen auflisten",
27
+ "Add Subscriber To Sequence": "Abonnent zur Sequenz hinzufügen",
28
+ "List Subscriptions To Sequence": "Abonnements zu Sequenz auflisten",
29
+ "List Tags": "Listen-Tags",
30
+ "Create Tag": "Tag erstellen",
31
+ "Tag Subscriber": "Schlagwort-Abonnent",
32
+ "Remove Tag From Subscriber By Email": "Tag vom Abonnenten per E-Mail entfernen",
33
+ "Remove Tag From Subscriber By Id": "Tag vom Abonnenten von Id entfernen",
34
+ "List Subscriptions To Tag": "Zu markierende Abonnements auflisten",
35
+ "List Purchases": "Käufe auflisten",
36
+ "Get Purchase By Id": "Kauf per Id erhalten",
37
+ "Create Purchase": "Kauf erstellen",
38
+ "Create Multiple Purchases": "Mehrere Käufe erstellen",
39
+ "Returns data for a single subscriber": "Gibt Daten für einen einzelnen Abonnenten zurück",
40
+ "Returns a list of all subscribers": "Gibt eine Liste aller Abonnenten zurück",
41
+ "Update a subscriber": "Abonnent aktualisieren",
42
+ "Unsubscribe a subscriber": "Abonnent abbestellen",
43
+ "Returns a list of all subscribed tags": "Gibt eine Liste aller abonnierten Tags zurück",
44
+ "Create a webhook automation": "Webhook Automatisierung erstellen",
45
+ "Delete a webhook automation": "Webhook Automatisierung löschen",
46
+ "Returns a list of all custom fields": "Gibt eine Liste aller benutzerdefinierten Felder zurück",
47
+ "Create a new custom field": "Neues benutzerdefiniertes Feld erstellen",
48
+ "Update a custom field": "Benutzerdefiniertes Feld aktualisieren",
49
+ "Delete a custom field": "Benutzerdefiniertes Feld löschen",
50
+ "List all broadcasts": "Alle Übertragungen auflisten",
51
+ "Create a new broadcast": "Neuen Broadcast erstellen",
52
+ "Get a broadcast": "Broadcast abrufen",
53
+ "Update a broadcast": "Broadcast aktualisieren",
54
+ "Delete a broadcast": "Broadcast löschen",
55
+ "Get broadcast stats": "Broadcast-Statistiken abrufen",
56
+ "Returns a list of all forms": "Gibt eine Liste aller Formulare zurück",
57
+ "Add a subscriber to a form": "Abonnent zu einem Formular hinzufügen",
58
+ "List form subscriptions": "Formular-Abonnements auflisten",
59
+ "Returns a list of all sequences": "Gibt eine Liste aller Sequenzen zurück",
60
+ "Add a subscriber to a sequence": "Abonnent einer Sequenz hinzufügen",
61
+ "List all subscriptions to a sequence": "Alle Abonnements einer Sequenz auflisten",
62
+ "Returns a list of all tags": "Gibt eine Liste aller Tags zurück",
63
+ "Create a tag": "Tag erstellen",
64
+ "Tag a subscriber": "Abonnent markieren",
65
+ "Remove a tag from a subscriber by email": "Ein Tag von einem Abonnenten per E-Mail entfernen",
66
+ "Remove a tag from a subscriber by id": "Markierung von Abonnenten durch Id entfernen",
67
+ "List all subscriptions to a tag": "Alle Abonnements zu einem Tag auflisten",
68
+ "Returns a list of all purchases": "Gibt eine Liste aller Käufe zurück",
69
+ "Returns data for a single purchase": "Liefert Daten für einen einzelnen Kauf",
70
+ "Creates a new purchase": "Erstellt einen neuen Kauf",
71
+ "Creates multiple purchases": "Erstellt mehrere Käufe",
72
+ "Subscriber ID": "Abonnenten-ID",
73
+ "Email": "E-Mail",
74
+ "Page": "Seite",
75
+ "Sort Order": "Sortierung",
76
+ "Sort Field": "Sortierfeld",
77
+ "From": "Von",
78
+ "To": "An",
79
+ "Updated From": "Aktualisiert von",
80
+ "Updated To": "Aktualisiert auf",
81
+ "First Name": "Vorname",
82
+ "Custom Fields": "Eigene Felder",
83
+ "Target URL": "Target URL",
84
+ "Event": "Ereignis",
85
+ "Event Parameter": "Ereignisparameter",
86
+ "Webhook Id": "Webhook Id",
87
+ "Fields": "Felder",
88
+ "Custom Label": "Eigene Bezeichnung",
89
+ "New Label": "Neue Bezeichnung",
90
+ "Content": "Inhalt",
91
+ "Description": "Beschreibung",
92
+ "Email Address": "E-Mail-Adresse",
93
+ "Email Layout Template": "E-Mail-Layoutvorlage",
94
+ "Public": "Öffentlich",
95
+ "Published At": "Veröffentlicht am",
96
+ "Send At": "Senden an",
97
+ "Subject": "Betreff",
98
+ "Thumbnail Alt": "Thumbnail Alt",
99
+ "Thumbnail Url": "Thumbnail Url",
100
+ "Broadcast Id": "Broadcast-Id",
101
+ "Form": "Formular",
102
+ "Tags": "Tags",
103
+ "Sequence": "Sequenz",
104
+ "Name": "Name",
105
+ "Tag": "Markierung",
106
+ "Subscriber State": "Abonnentenstatus",
107
+ "Purchase ID": "Kauf-ID",
108
+ "Transaction ID": "Transaktions-ID",
109
+ "Transaction Time": "Transaktionszeit",
110
+ "Status": "Status",
111
+ "Currency": "Währung",
112
+ "Subtotal": "Zwischensumme",
113
+ "Shipping": "Versand",
114
+ "Discount": "Rabatt",
115
+ "Tax": "Steuer",
116
+ "Total": "Gesamt",
117
+ "Product ID": "Produkt-ID",
118
+ "Line Item ID": "Zeilenelement ID",
119
+ "SKU": "SKU",
120
+ "Unit Price": "Einzelpreis",
121
+ "Quantity": "Menge",
122
+ "Products": "Produkte",
123
+ "The subscriber ID": "Die Abonnenten-ID",
124
+ "The email of the subscriber": "Die E-Mail des Abonnenten",
125
+ "Page number. Each page of results will contain up to 50 subscribers.": "Seitennummer. Jede Ergebnisseite enthält bis zu 50 Abonnenten.",
126
+ "Sort order": "Sortierung",
127
+ "Sort field": "Sortierfeld",
128
+ "Return subscribers created after this date": "Abonnenten, die nach diesem Datum erstellt wurden zurückgeben",
129
+ "Return subscribers created before this date": "Abonnenten zurückgeben, die vor diesem Datum erstellt wurden",
130
+ "Return subscribers updated after this date": "Nach diesem Datum aktualisierte Abonnenten zurückschicken",
131
+ "Return subscribers updated before this date": "Vor diesem Datum aktualisierte Abonnenten zurückschicken",
132
+ "The first name of the subscriber": "Der Vorname des Abonnenten",
133
+ "The custom fields": "Die benutzerdefinierten Felder",
134
+ "The URL that will be called when the webhook is triggered": "Die URL, die aufgerufen wird, wenn der Webhook ausgelöst wird",
135
+ "The event that will trigger the webhook": "Das Ereignis, das den Webhook auslösen wird",
136
+ "The required parameter for the event": "Der erforderliche Parameter für das Ereignis",
137
+ "The webhook rule id": "Die Webhook-Regel Id",
138
+ "The new label for the custom field": "Die neue Bezeichnung für das benutzerdefinierte Feld",
139
+ "Page number. Each page of results will contain up to 50 broadcasts.": "Seitennummer. Jede Seite der Ergebnisse enthält bis zu 50 Übertragungen.",
140
+ "The broadcast's email content - this can contain text and simple HTML markdown (such as h1, img or p tags)": "Der Inhalt der Broadcast-E-Mail - dies kann Text und einfache HTML-Markdown (wie h1, img oder p Tags) enthalten",
141
+ "An internal description of this broadcast": "Eine interne Beschreibung dieses Broadcasts",
142
+ "Sending email address; leave blank to use your account's default sending email address": "Senden von E-Mail-Adresse; Leer lassen, um die Standard-E-Mail-Adresse Ihres Kontos zu verwenden",
143
+ "Name of the email template to use; leave blank to use your account's default email template": "Name der zu verwendenden E-Mail-Vorlage; leer lassen, um die Standard-E-Mail-Vorlage Ihres Kontos zu verwenden",
144
+ "Specifies whether or not this is a public post": "Gibt an, ob dies ein öffentlicher Beitrag ist oder nicht",
145
+ "Specifies the time that this post was published (applicable only to public posts)": "Bestimmt die Zeit, zu der dieser Beitrag veröffentlicht wurde (nur für öffentliche Beiträge)",
146
+ "Time that this broadcast should be sent; leave blank to create a draft broadcast. If set to a future time, this is the time that the broadcast will be scheduled to send.": "Zeit, bis diese Sendung gesendet werden soll; lassen Sie leer, um einen Entwurf für eine Sendung zu erstellen. Wenn die Sendung auf eine zukünftige Zeit gesetzt wird, ist dies die Zeit, in der die Sendung stattfinden soll.",
147
+ "The broadcast email's subject": "Der Betreff der Broadcast-E-Mail",
148
+ "Specify the ALT attribute of the public thumbnail image (applicable only to public posts)": "Geben Sie das ALT-Attribut des öffentlichen Thumbnails an (nur für öffentliche Beiträge anwendbar)",
149
+ "Specify the URL of the thumbnail image to accompany the broadcast post (applicable only to public posts)": "Geben Sie die URL des Thumbnail-Bildes an, um den Broadcast-Beitrag zu begleiten (nur für öffentliche Beiträge)",
150
+ "The broadcast id": "Die Broadcast-ID",
151
+ "Choose the Tags": "Tags auswählen",
152
+ "The name of the tag": "Der Name des Tags",
153
+ "The tag to remove": "Das zu entfernende Tag",
154
+ "Choose a Tag": "Tag auswählen",
155
+ "Each page of results will contain up to 50 tags.": "Jede Ergebnisseite enthält bis zu 50 Tags.",
156
+ "Subscriber state": "Abonnentenstatus",
157
+ "Page number. Each page of results will contain up to 50 purchases.": "Seitennummer. Jede Seite der Ergebnisse enthält bis zu 50 Einkäufe.",
158
+ "The purchase ID": "Die Kauf-ID",
159
+ "The transaction ID": "Die Transaktions-ID",
160
+ "The transaction time": "Die Transaktionszeit",
161
+ "The email address of the subscriber": "Die E-Mail-Adresse des Abonnenten",
162
+ "The status of the purchase": "Der Status des Kaufs",
163
+ "The currency of the purchase": "Die Währung des Kaufs",
164
+ "The subtotal": "Die Zwischensumme",
165
+ "The shipping": "Der Versand",
166
+ "The discount": "Der Rabatt",
167
+ "The tax": "Die Steuer",
168
+ "The total": "Gesamtsumme",
169
+ "The product ID": "Die Produkt-ID",
170
+ "The line item ID": "Die Zeilen-ID",
171
+ "The name of the product": "Der Name des Produkts",
172
+ "The SKU of the product": "Die SKU des Produkts",
173
+ "The unit price of the product": "Der Stückpreis des Produkts",
174
+ "The quantity of the product": "Die Produktmenge",
175
+ "The products": "Die Produkte",
176
+ "Ascending": "Aufsteigend",
177
+ "Descending": "Absteigend",
178
+ "Subscriber activated": "Abonnent aktiviert",
179
+ "Subscriber unsubscribed": "Abonnent abgemeldet",
180
+ "Subscriber bounced": "Abonnent abgesprungen",
181
+ "Subscriber complained": "Abonnent beklagt",
182
+ "Form subscribed": "Formular abonniert",
183
+ "Sequence subscribed": "Sequenz abonniert",
184
+ "Sequence completed": "Sequenz abgeschlossen",
185
+ "Link clicked": "Link angeklickt",
186
+ "Product purchased": "Produkt gekauft",
187
+ "Tag added to subscriber": "Tag zum Abonnenten hinzugefügt",
188
+ "Tag removed from subscriber": "Tag vom Abonnenten entfernt",
189
+ "Purchase created": "Kauf erstellt",
190
+ "Active": "Aktiv",
191
+ "canceled": "abgebrochen",
192
+ "paid": "bezahlt",
193
+ "pending": "ausstehend",
194
+ "failed": "fehlgeschlagen",
195
+ "USD": "USD",
196
+ "JPY": "JPY",
197
+ "GBP": "GBP",
198
+ "EUR": "EUR",
199
+ "CAD": "CAD",
200
+ "AUD": "AUD",
201
+ "NZD": "NZD",
202
+ "CHF": "CHF",
203
+ "HKD": "HKD",
204
+ "SGD": "SGD",
205
+ "SEK": "SEK",
206
+ "DKK": "DKK",
207
+ "PLN": "PLN",
208
+ "NOK": "NOK",
209
+ "HUF": "HUF",
210
+ "CZK": "CZK",
211
+ "ILS": "ILS",
212
+ "MXN": "MXN",
213
+ "MYR": "MYR",
214
+ "BRL": "BRL",
215
+ "PHP": "PHP",
216
+ "TWD": "TWD",
217
+ "THB": "THB",
218
+ "TRY": "TRY",
219
+ "RUB": "RUB",
220
+ "INR": "MN",
221
+ "KRW": "KRW",
222
+ "AED": "AED",
223
+ "SAR": "SAR",
224
+ "ZAR": "ZAR",
225
+ "Trigger when a tag is added to a subscriber": "Auslösen wenn ein Tag einem Abonnenten hinzugefügt wird",
226
+ "Trigger when a tag is removed from a subscriber": "Auslösen wenn ein Tag von einem Abonnenten entfernt wird",
227
+ "Trigger when a subscriber is activated. This happens when a subscriber confirms their subscription.": "Wird ausgelöst, wenn ein Abonnent aktiviert ist. Dies passiert, wenn ein Abonnent sein Abonnement bestätigt.",
228
+ "Trigger when a subscriber is unsubscribed": "Auslösen, wenn ein Abonnent abgemeldet ist",
229
+ "Trigger when a subscriber bounced. This happens when an email is sent to a subscriber and the email bounces.": "Wird ausgelöst, wenn ein Abonnent abgesprungen wird. Dies passiert, wenn eine E-Mail an einen Abonnenten gesendet wird und die E-Mail abgesprungen wird.",
230
+ "Trigger when a subscriber complained. This happens when a subscriber marks an email as spam.": "Wird ausgelöst, wenn sich ein Abonnent beschwert hat. Dies passiert, wenn ein Abonnent eine E-Mail als Spam markiert.",
231
+ "Trigger when a form is subscribed": "Auslösen wenn ein Formular abonniert ist",
232
+ "Trigger when a sequence is subscribed": "Auslösen wenn eine Sequenz abonniert ist",
233
+ "Trigger when a sequence is completed": "Auslösen wenn eine Sequenz abgeschlossen ist",
234
+ "Trigger when a link is clicked": "Auslösen wenn ein Link geklickt wird",
235
+ "Trigger when a product is purchased": "Auslösen wenn ein Produkt gekauft wird",
236
+ "Trigger when a purchase is created": "Auslösen wenn ein Kauf erstellt wurde",
237
+ "Initiator Value URL": "Initiatorwert URL",
238
+ "The initiator value URL that will trigger the webhook": "Die URL des Initiatorwerts, die den Webhook auslöst"
239
+ }