@activepieces/piece-sendfox 0.0.12 → 0.0.13
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 +2 -2
- package/src/i18n/de.json +26 -26
- package/src/i18n/es.json +27 -27
- package/src/i18n/fr.json +26 -26
- package/src/i18n/ja.json +25 -25
- package/src/i18n/nl.json +28 -28
- package/src/i18n/pt.json +30 -30
- package/src/i18n/zh.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendfox",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.19.
|
|
16
|
+
"@activepieces/shared": "0.19.1",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "Timeout (in
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
3
|
+
"Email marketing made simple": "Email marketing made simple",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
+
"Create List": "Create List",
|
|
6
|
+
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
|
+
"Create Contact": "Create Contact",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new list": "Create a new list",
|
|
10
|
+
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
|
+
"Create a new contact": "Create a new contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"List Name": "List Name",
|
|
14
|
+
"Email": "Email",
|
|
15
|
+
"First Name": "First Name",
|
|
16
|
+
"Last Name": "Last Name",
|
|
17
|
+
"Lists": "Lists",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
+
"GET": "GET",
|
|
28
28
|
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
32
|
"HEAD": "HEAD"
|
|
33
33
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "No
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
3
|
+
"Email marketing made simple": "Email marketing made simple",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
+
"Create List": "Create List",
|
|
6
|
+
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
|
+
"Create Contact": "Create Contact",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new list": "Create a new list",
|
|
10
|
+
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
|
+
"Create a new contact": "Create a new contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"List Name": "List Name",
|
|
14
|
+
"Email": "Email",
|
|
15
|
+
"First Name": "First Name",
|
|
16
|
+
"Last Name": "Last Name",
|
|
17
|
+
"Lists": "Lists",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
+
"GET": "GET",
|
|
28
28
|
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD"
|
|
33
33
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
3
|
+
"Email marketing made simple": "Email marketing made simple",
|
|
4
4
|
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
5
|
+
"Create List": "Create List",
|
|
6
|
+
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
|
+
"Create Contact": "Create Contact",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new list": "Create a new list",
|
|
10
|
+
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
|
+
"Create a new contact": "Create a new contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"List Name": "List Name",
|
|
14
|
+
"Email": "Email",
|
|
15
15
|
"First Name": "First Name",
|
|
16
16
|
"Last Name": "Last Name",
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
28
|
-
"POST": "
|
|
17
|
+
"Lists": "Lists",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
+
"GET": "GET",
|
|
28
|
+
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
|
-
"PUT": "
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
30
|
+
"PUT": "PUT",
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD"
|
|
33
33
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
3
|
+
"Email marketing made simple": "Email marketing made simple",
|
|
4
4
|
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
5
|
+
"Create List": "Create List",
|
|
6
|
+
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
|
+
"Create Contact": "Create Contact",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new list": "Create a new list",
|
|
10
|
+
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
|
+
"Create a new contact": "Create a new contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"List Name": "List Name",
|
|
14
|
+
"Email": "Email",
|
|
15
|
+
"First Name": "First Name",
|
|
16
16
|
"Last Name": "Last Name",
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
17
|
+
"Lists": "Lists",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
+
"GET": "GET",
|
|
28
28
|
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD"
|
|
33
33
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
3
|
+
"Email marketing made simple": "Email marketing made simple",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
+
"Create List": "Create List",
|
|
6
|
+
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
|
+
"Create Contact": "Create Contact",
|
|
8
8
|
"Custom API Call": "Custom API Call",
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "Query
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
28
|
-
"POST": "
|
|
29
|
-
"PATCH": "
|
|
9
|
+
"Create a new list": "Create a new list",
|
|
10
|
+
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
|
+
"Create a new contact": "Create a new contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"List Name": "List Name",
|
|
14
|
+
"Email": "Email",
|
|
15
|
+
"First Name": "First Name",
|
|
16
|
+
"Last Name": "Last Name",
|
|
17
|
+
"Lists": "Lists",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
+
"GET": "GET",
|
|
28
|
+
"POST": "POST",
|
|
29
|
+
"PATCH": "PATCH",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD"
|
|
33
33
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
28
|
-
"POST": "
|
|
29
|
-
"PATCH": "
|
|
30
|
-
"PUT": "
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
3
|
+
"Email marketing made simple": "Email marketing made simple",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
+
"Create List": "Create List",
|
|
6
|
+
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
|
+
"Create Contact": "Create Contact",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new list": "Create a new list",
|
|
10
|
+
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
|
+
"Create a new contact": "Create a new contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"List Name": "List Name",
|
|
14
|
+
"Email": "Email",
|
|
15
|
+
"First Name": "First Name",
|
|
16
|
+
"Last Name": "Last Name",
|
|
17
|
+
"Lists": "Lists",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
+
"GET": "GET",
|
|
28
|
+
"POST": "POST",
|
|
29
|
+
"PATCH": "PATCH",
|
|
30
|
+
"PUT": "PUT",
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD"
|
|
33
33
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
3
|
+
"Email marketing made simple": "Email marketing made simple",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
+
"Create List": "Create List",
|
|
6
|
+
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
|
+
"Create Contact": "Create Contact",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new list": "Create a new list",
|
|
10
|
+
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
|
+
"Create a new contact": "Create a new contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"List Name": "List Name",
|
|
14
|
+
"Email": "Email",
|
|
15
|
+
"First Name": "First Name",
|
|
16
|
+
"Last Name": "Last Name",
|
|
17
|
+
"Lists": "Lists",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
22
|
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
26
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
-
"GET": "
|
|
28
|
-
"POST": "
|
|
27
|
+
"GET": "GET",
|
|
28
|
+
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
|
-
"PUT": "
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
30
|
+
"PUT": "PUT",
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD"
|
|
33
33
|
}
|