Sendy
Node: sendy · Full type: n8n-nodes-base.sendy · Version: 1
Credentials
sendyApi (alias: @sendy)
CREDENTIAL @sendy = sendyApi "My Sendy"
Operations
Resource: campaign
create
| Parameter |
Type |
Default |
Details |
fromName |
string |
"" |
|
fromEmail |
string |
"" |
|
replyTo |
string |
"" |
|
title |
string |
"" |
|
subject |
string |
"" |
|
htmlText |
string |
"" |
|
sendCampaign |
boolean |
false |
|
brandId |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: excludeListIds, excludeSegmentIds, listIds, plainText, queryString, segmentIds, ... |
Resource: subscriber
add
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
|
listId |
string |
"" |
|
additionalFields |
collection |
{} |
keys: country, gdpr, hp, ipaddress, name, referrer, ... |
count
| Parameter |
Type |
Default |
Details |
listId |
string |
"" |
|
delete
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
|
listId |
string |
"" |
|
remove
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
|
listId |
string |
"" |
|
status
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
|
listId |
string |
"" |
|
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
excludeListIds |
string |
"" |
|
excludeSegmentIds |
string |
"" |
|
listIds |
string |
"" |
|
plainText |
string |
"" |
|
queryString |
string |
"" |
|
segmentIds |
string |
"" |
|
trackClicks |
boolean |
true |
|
trackOpens |
boolean |
true |
|
Example
NODE "sendy" @sendy AS "Sendy" {
resource: "campaign",
operation: "create",
brandId: {{ $json.brandId }}
}