XgateEdm icon

XgateEdm

Consume Xgate edm API

Overview

This node integrates with the Xgate EDM API to send emails. It is designed to send email messages with optional attachments by consuming the Xgate EDM service. This node is useful in scenarios where automated email dispatch is required, such as sending notifications, marketing emails, or transactional messages within an n8n workflow.

Use Case Examples

  1. Sending a notification email to a user with content and optional attachment URL.
  2. Dispatching marketing emails to a list of recipients with dynamic content.

Output

JSON

  • content - The content/body of the sent email
  • email - The recipient email address
  • attachmentUrl - URL of the attachment sent with the email (if any)
  • error - Error message if sending the email failed and continueOnFail is enabled

Dependencies

  • Xgate EDM API

Troubleshooting

  • Common issues include invalid email addresses, missing content, or incorrect attachment URLs which may cause the email sending to fail.
  • If the node throws an error, check the error message for details such as authentication issues with the Xgate EDM API or malformed input data.
  • Ensure the API credentials for the Xgate EDM service are correctly configured in the node settings.

Discussion