Simple email sender request builder
Last updated
Last updated
[apis/mailjet/v3.1/Simple email sender request builder]
Constructs a single-email request to be used by the apis/mailjet/v3.1/Email sender
node, with the parameters received.
Keywords: email, send, mailjet, message, build
from: {"Name": string, "Email": string}
Receives the sender.
to: {"Name": string, "Email": string}[]
Receives the recipients.
subject: string
Receives the subject.
message body: string
Receives the message body.
request:
Sends the constructed request to be used by the apis/mailjet/v3.1/Email sender
node.