Amazon SES issues

Describe the problem/error/question

Cannot send either a template or the same template content as html.

What is the error message (if any)?

When I use a template I have stored at Amazon I get this error
Sender ValidationError 1 validation error detected: Value at ‘templateData’ failed to satisfy constraint: Member must not be null f0ef09fb-93cc-4a03-956f-00eef7785bd9

When I copy the Html I get this error
Your request is invalid or could not be processed by the service
414 Request-URI Too Large 414 Request-URI Too Large

Please share your workflow

Webhook → Amazon SES
(webhook receives the email address where to send the email to and passes to Amazon SES node)

Share the output returned by the last node

Bad request - please check your parameters
Sender ValidationError 1 validation error detected: Value at ‘templateData’ failed to satisfy constraint: Member must not be null f0ef09fb-93cc-4a03-956f-00eef7785bd9

Information on your n8n setup

  • **n8n version:1.60.1 (self hosted)
  • **Database (default: SQLite):SQLite
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • **Operating system:Ubuntu 20.04

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Reganam_Limited,

Welcome to the community :raised_hands:

Good catch it looks like we are sending the data as URL params and we should probably send them in the body instead. I have created a dev ticket for this so we can fix it in a future release.

We are tracking this as NODE-2029 internally.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.