@activepieces/piece-sendinblue 0.1.10 → 0.1.11
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 +31 -31
- package/src/i18n/es.json +31 -31
- package/src/i18n/fr.json +34 -34
- package/src/i18n/ja.json +31 -31
- package/src/i18n/nl.json +33 -33
- package/src/i18n/pt.json +34 -34
- package/src/i18n/zh.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendinblue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
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,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Brevo": "
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
10
|
-
"External ID": "
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "SMS
|
|
14
|
-
"List IDs": "
|
|
2
|
+
"Brevo": "Brevo",
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Email": "Email",
|
|
10
|
+
"External ID": "External ID",
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
15
|
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
|
-
"Method": "
|
|
17
|
-
"Headers": "
|
|
18
|
-
"Query Parameters": "
|
|
19
|
-
"Body": "
|
|
20
|
-
"Response is Binary ?": "
|
|
21
|
-
"No Error on Failure": "
|
|
22
|
-
"Timeout (in seconds)": "Timeout (in
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "
|
|
28
|
-
"Ids of the lists to add the contact to.": "
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
31
|
-
"Enable for files like PDFs, images, etc..": "
|
|
32
|
-
"GET": "
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body": "Body",
|
|
20
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
|
+
"No Error on Failure": "No Error on Failure",
|
|
22
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
|
+
"GET": "GET",
|
|
33
33
|
"POST": "POST",
|
|
34
34
|
"PATCH": "PATCH",
|
|
35
35
|
"PUT": "PUT",
|
|
36
|
-
"DELETE": "
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
37
|
"HEAD": "HEAD"
|
|
38
38
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Brevo": "Brevo",
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
10
|
-
"External ID": "ID
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "
|
|
14
|
-
"List IDs": "
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Email": "Email",
|
|
10
|
+
"External ID": "External ID",
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
15
|
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
|
-
"Method": "
|
|
17
|
-
"Headers": "
|
|
18
|
-
"Query Parameters": "
|
|
19
|
-
"Body": "
|
|
20
|
-
"Response is Binary ?": "
|
|
21
|
-
"No Error on Failure": "No
|
|
22
|
-
"Timeout (in seconds)": "
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "
|
|
28
|
-
"Ids of the lists to add the contact to.": "Ids
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
31
|
-
"Enable for files like PDFs, images, etc..": "
|
|
32
|
-
"GET": "
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body": "Body",
|
|
20
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
|
+
"No Error on Failure": "No Error on Failure",
|
|
22
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
|
+
"GET": "GET",
|
|
33
33
|
"POST": "POST",
|
|
34
34
|
"PATCH": "PATCH",
|
|
35
35
|
"PUT": "PUT",
|
|
36
|
-
"DELETE": "
|
|
37
|
-
"HEAD": "
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
|
+
"HEAD": "HEAD"
|
|
38
38
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Brevo": "
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
10
|
-
"External ID": "ID
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "SMS
|
|
14
|
-
"List IDs": "
|
|
2
|
+
"Brevo": "Brevo",
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Email": "Email",
|
|
10
|
+
"External ID": "External ID",
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
15
|
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
|
-
"Method": "
|
|
17
|
-
"Headers": "
|
|
18
|
-
"Query Parameters": "
|
|
19
|
-
"Body": "
|
|
20
|
-
"Response is Binary ?": "
|
|
21
|
-
"No Error on Failure": "
|
|
22
|
-
"Timeout (in seconds)": "
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "
|
|
28
|
-
"Ids of the lists to add the contact to.": "
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
31
|
-
"Enable for files like PDFs, images, etc..": "
|
|
32
|
-
"GET": "
|
|
33
|
-
"POST": "
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body": "Body",
|
|
20
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
|
+
"No Error on Failure": "No Error on Failure",
|
|
22
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
|
+
"GET": "GET",
|
|
33
|
+
"POST": "POST",
|
|
34
34
|
"PATCH": "PATCH",
|
|
35
|
-
"PUT": "
|
|
36
|
-
"DELETE": "
|
|
37
|
-
"HEAD": "
|
|
35
|
+
"PUT": "PUT",
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
|
+
"HEAD": "HEAD"
|
|
38
38
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Brevo": "Brevo",
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
10
|
-
"External ID": "
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "SMS
|
|
14
|
-
"List IDs": "
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Email": "Email",
|
|
10
|
+
"External ID": "External ID",
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
15
|
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
|
-
"Method": "
|
|
17
|
-
"Headers": "
|
|
18
|
-
"Query Parameters": "
|
|
19
|
-
"Body": "
|
|
20
|
-
"Response is Binary ?": "
|
|
21
|
-
"No Error on Failure": "
|
|
22
|
-
"Timeout (in seconds)": "
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "SMS
|
|
28
|
-
"Ids of the lists to add the contact to.": "
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
31
|
-
"Enable for files like PDFs, images, etc..": "
|
|
32
|
-
"GET": "
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body": "Body",
|
|
20
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
|
+
"No Error on Failure": "No Error on Failure",
|
|
22
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
|
+
"GET": "GET",
|
|
33
33
|
"POST": "POST",
|
|
34
34
|
"PATCH": "PATCH",
|
|
35
35
|
"PUT": "PUT",
|
|
36
|
-
"DELETE": "
|
|
37
|
-
"HEAD": "
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
|
+
"HEAD": "HEAD"
|
|
38
38
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Brevo": "
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
2
|
+
"Brevo": "Brevo",
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
6
|
"Custom API Call": "Custom API Call",
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
10
|
-
"External ID": "
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "
|
|
14
|
-
"List IDs": "
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Email": "Email",
|
|
10
|
+
"External ID": "External ID",
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
15
|
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
|
-
"Method": "
|
|
17
|
-
"Headers": "
|
|
18
|
-
"Query Parameters": "Query
|
|
19
|
-
"Body": "
|
|
20
|
-
"Response is Binary ?": "
|
|
21
|
-
"No Error on Failure": "
|
|
22
|
-
"Timeout (in seconds)": "
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "
|
|
28
|
-
"Ids of the lists to add the contact to.": "Ids of the
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
31
|
-
"Enable for files like PDFs, images, etc..": "
|
|
32
|
-
"GET": "
|
|
33
|
-
"POST": "
|
|
34
|
-
"PATCH": "
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body": "Body",
|
|
20
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
|
+
"No Error on Failure": "No Error on Failure",
|
|
22
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
|
+
"GET": "GET",
|
|
33
|
+
"POST": "POST",
|
|
34
|
+
"PATCH": "PATCH",
|
|
35
35
|
"PUT": "PUT",
|
|
36
|
-
"DELETE": "
|
|
37
|
-
"HEAD": "
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
|
+
"HEAD": "HEAD"
|
|
38
38
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Brevo": "Brevo",
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
10
|
-
"External ID": "ID
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "SMS
|
|
14
|
-
"List IDs": "
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Email": "Email",
|
|
10
|
+
"External ID": "External ID",
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
15
|
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
|
-
"Method": "
|
|
17
|
-
"Headers": "
|
|
18
|
-
"Query Parameters": "
|
|
19
|
-
"Body": "
|
|
20
|
-
"Response is Binary ?": "
|
|
21
|
-
"No Error on Failure": "
|
|
22
|
-
"Timeout (in seconds)": "
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "
|
|
28
|
-
"Ids of the lists to add the contact to.": "Ids
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
31
|
-
"Enable for files like PDFs, images, etc..": "
|
|
32
|
-
"GET": "
|
|
33
|
-
"POST": "
|
|
34
|
-
"PATCH": "
|
|
35
|
-
"PUT": "
|
|
36
|
-
"DELETE": "
|
|
37
|
-
"HEAD": "
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body": "Body",
|
|
20
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
|
+
"No Error on Failure": "No Error on Failure",
|
|
22
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
|
+
"GET": "GET",
|
|
33
|
+
"POST": "POST",
|
|
34
|
+
"PATCH": "PATCH",
|
|
35
|
+
"PUT": "PUT",
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
|
+
"HEAD": "HEAD"
|
|
38
38
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Brevo": "Brevo",
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
10
|
-
"External ID": "
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "
|
|
14
|
-
"List IDs": "
|
|
15
|
-
"SMTP Blacklist Sender": "SMTP
|
|
16
|
-
"Method": "
|
|
17
|
-
"Headers": "
|
|
18
|
-
"Query Parameters": "
|
|
19
|
-
"Body": "
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Email": "Email",
|
|
10
|
+
"External ID": "External ID",
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
|
+
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body": "Body",
|
|
20
20
|
"Response is Binary ?": "Response is Binary ?",
|
|
21
|
-
"No Error on Failure": "
|
|
22
|
-
"Timeout (in seconds)": "
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "
|
|
28
|
-
"Ids of the lists to add the contact to.": "
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
21
|
+
"No Error on Failure": "No Error on Failure",
|
|
22
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
31
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
32
|
"GET": "GET",
|
|
33
33
|
"POST": "POST",
|