Send in Blue
Node: sendInBlue · Full type: n8n-nodes-base.sendInBlue · Version: 1
Credentials
sendInBlueApi (alias: @send)
CREDENTIAL @send = sendInBlueApi "My Send in Blue"
Operations
create
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
|
createContactAttributes |
fixedCollection |
{} |
groups: attributesValues |
upsert
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
required |
upsertAttributes |
fixedCollection |
{} |
groups: upsertAttributesValues |
delete
| Parameter |
Type |
Default |
Details |
identifier |
string |
"" |
|
get
| Parameter |
Type |
Default |
Details |
identifier |
string |
"" |
required |
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
50 |
|
options |
collection |
{} |
keys: sort |
filters |
collection |
{} |
keys: modifiedSince |
update
| Parameter |
Type |
Default |
Details |
identifier |
string |
"" |
required |
updateAttributes |
fixedCollection |
{} |
groups: updateAttributesValues |
Resource: attribute
create
| Parameter |
Type |
Default |
Details |
attributeCategory |
options |
"normal" |
required; calculated, category, global, normal, transactional |
attributeName |
string |
"" |
required |
attributeType |
options |
"" |
required; boolean, date, float, text |
attributeValue |
string |
"" |
required |
attributeCategoryList |
collection |
{} |
keys: categoryEnumeration |
update
| Parameter |
Type |
Default |
Details |
updateAttributeCategory |
options |
"calculated" |
calculated, category, global |
updateAttributeName |
string |
"" |
|
updateAttributeValue |
string |
"" |
|
updateAttributeCategoryList |
collection |
{} |
keys: updateCategoryEnumeration |
delete
| Parameter |
Type |
Default |
Details |
deleteAttributeCategory |
options |
"normal" |
calculated, category, global, normal, transactional |
deleteAttributeName |
string |
"" |
|
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
50 |
|
Resource: email
send
| Parameter |
Type |
Default |
Details |
sendHTML |
boolean |
false |
|
subject |
string |
"" |
|
textContent |
string |
"" |
|
htmlContent |
string |
"" |
|
sender |
string |
"" |
required |
receipients |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: emailAttachments, receipientsBCC, receipientsCC, emailTags |
sendTemplate
| Parameter |
Type |
Default |
Details |
templateId |
options |
"" |
|
receipients |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: emailAttachments, emailTags, templateParameters |
Resource: sender
create
| Parameter |
Type |
Default |
Details |
name |
string |
"" |
required |
email |
string |
"" |
required |
delete
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
|
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
10 |
|
Common Parameters
| Parameter |
Type |
Default |
Details |
requestOptions |
collection |
{} |
keys: batching, allowUnauthorizedCerts, proxy, timeout |
Parameter Details
attributeCategoryList children:
| Parameter |
Type |
Default |
Details |
categoryEnumeration |
fixedCollection |
{} |
groups: attributesValues |
updateAttributeCategoryList children:
| Parameter |
Type |
Default |
Details |
updateCategoryEnumeration |
fixedCollection |
{} |
groups: updateAttributesValues |
createContactAttributes children:
attributesValues group:
| Parameter |
Type |
Default |
Details |
fieldName |
options |
"" |
|
fieldValue |
string |
"" |
|
options children:
| Parameter |
Type |
Default |
Details |
sort |
options |
"desc" |
desc, asc |
filters children:
| Parameter |
Type |
Default |
Details |
modifiedSince |
dateTime |
"" |
|
updateAttributes children:
updateAttributesValues group:
| Parameter |
Type |
Default |
Details |
fieldName |
options |
"" |
|
fieldValue |
string |
"" |
|
upsertAttributes children:
upsertAttributesValues group:
| Parameter |
Type |
Default |
Details |
fieldName |
options |
"" |
|
fieldValue |
string |
"" |
|
additionalFields children:
| Parameter |
Type |
Default |
Details |
emailAttachments |
fixedCollection |
{} |
groups: attachment |
receipientsBCC |
fixedCollection |
{} |
groups: receipientBcc |
receipientsCC |
fixedCollection |
{} |
groups: receipientCc |
emailTags |
fixedCollection |
{} |
groups: tags |
requestOptions children:
| Parameter |
Type |
Default |
Details |
batching |
fixedCollection |
{...} |
groups: batch |
allowUnauthorizedCerts |
boolean |
false |
|
proxy |
string |
"" |
|
timeout |
number |
10000 |
|
Example
NODE "sendInBlue" @send AS "Send in Blue" {
resource: "contact",
operation: "get",
attributeName: {{ $json.attributeName }},
attributeValue: {{ $json.attributeValue }},
name: {{ $json.name }}
}