How to send an SMS with AWS SNS?

Describe the problem/error/question

I want to send a SMS directly to a number with the AWS SNS node.
With apprise I can directly send one:

With n8n I only have the option to publish something to a topic. But that’s not what I want to do.

How can I do that with n8n? Thanks!

What is the error message (if any)?

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

Information on your n8n setup

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

hi @Zoker

Unfortunately that seems to be the only supported operation as per our docs, have you tried usnig an http request directly as suggested here: AWS SNS node documentation | n8n Docs

Hope this helps!

Hi @gualter,

I already created a PR for this feature here:

1 Like