Describe the problem/error/question
Hi,
Getting an error when trying to send an email using the Send Template
operation. It appears to be an issue when using the template operation. I can confirm it works when using the send
operation.
What is the error message (if any)?
ERROR: Bad request - please check your parameters
Details
NodeApiError: Bad request - please check your parameters
at Object.awsApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Aws/SES/GenericFunctions.js:27:15)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Object.awsApiRequestSOAP (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Aws/SES/GenericFunctions.js:42:22)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Aws/SES/AwsSes.node.js:971:40)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:730:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:660:53
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1062:20
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
[
{
"id": "rec23b67jY0j0G6rY",
"createdTime": "2024-03-05T15:36:13.000Z",
"Firstname": "John",
"Lastname": "Doe",
"Email": "[email protected]",
"Name": "John Doe",
"Created At": "2024-03-05T15:36:13.000Z"
}
]
Information on your n8n setup
- n8n version: n8nio/n8n:1.31.0
- Database (default: SQLite): postgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: AWS Linux (Kubernetes)