Email sender
Last updated
Last updated
[apis/mailjet/v3.1/Email sender]
Invokes the Mailjet Send API V3.1 with the request received. For more information, refer to the Mailjet API documentation: https://dev.mailjet.com/email/guides/send-api-v31/
Keywords: email, send, mailjet, message
params: {"user id": string, "password": string}
Receives the parameters to invoke the Mailjet API with. For more information, please refer to the Mailjet API documentation: https://dev.mailjet.com/email/guides/#authentication
request:
Receives the request to dispatch.
To easily construct one, use node apis/mailjet/v3.1/Simple email sender request builder
.
For more information, refer to the Mailjet API documentation:
https://dev.mailjet.com/email/guides/send-api-v31/
messages sent:
Sends information about the messages sent, and any errors, if one occurred. For more information, refer to the Mailjet API documentation: https://dev.mailjet.com/email/guides/send-api-v31/
response:
Sends the raw API response.
error: {"error": string, optional "details": any}
Sends the error, if one occurred.