Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(n8n AWS SNS Node): Add option to send message directly to phone number #12870

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheZoker
Copy link

Summary

This PR adds a new option, to send a message directly to a phone number via AWS SNS.
This function is described in the AWS docs:
https://docs.aws.amazon.com/sns/latest/dg/sms_sending-overview.html#sms_publish-to-phone

Related Linear tickets, Github issues, and Community forum posts

This solves my own request/question in the community:
https://community.n8n.io/t/how-to-send-an-sms-with-aws-sns/73028

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@CLAassistant
Copy link

CLAassistant commented Jan 27, 2025

CLA assistant check
All committers have signed the CLA.

@TheZoker TheZoker changed the title Add option to send message directly to phone number AWS SNS feat(n8n AWS SNS Node): Add option to send message directly to phone number Jan 27, 2025
@@ -159,9 +185,24 @@ export class AwsSns implements INodeType {
displayOptions: {
show: {
operation: ['publish', 'delete'],
target: ['topic'],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure, how to set this logic.
I want the field to display if:

  • operation == 'delete'
  • operation == 'publish' && 'target == 'topic'

How can this be done? Thanks!

@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request in linear Issue or PR has been created in Linear for internal review labels Jan 27, 2025
@Joffcom
Copy link
Member

Joffcom commented Jan 27, 2025

Hey @TheZoker,

Thanks for the PR, We have created "GHC-636" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants