SMS API in 5 minutes with AWS SNS and NodeJS

  Рет қаралды 60,861

SBCODE

SBCODE

Күн бұрын

Пікірлер: 73
@htoufik6048
@htoufik6048 Жыл бұрын
is this batman ????
@carlos.duclos
@carlos.duclos 6 ай бұрын
HAHAHAHAHAHA
@aristidefernandez7938
@aristidefernandez7938 3 жыл бұрын
Well, I have a question, for it to work I had to first register the recipient number in aws, do you know if it is completely necessary or if there is some way to send without doing that previous registration since I am going to send massively and I will not be able to register those numbers.
@JustinHutchens2342
@JustinHutchens2342 3 жыл бұрын
Great video. Simple and straight to the point. Probably the best tutorial that I've seen for using SMS through AWS. Thanks for the great video!!
@bobdpa
@bobdpa 2 жыл бұрын
I thought I was watching pirates of the Caribbean with his voice lol. Great tutorial though 🙋‍♂️
@ahmedmoussa5710
@ahmedmoussa5710 2 жыл бұрын
Hello, I got a problem with this... I do not get the sms I send after some sends. I sent 5 tests and after I did not receie any test anymore
@sbcode
@sbcode 2 жыл бұрын
Maybe your AWS account is in the sandbox. docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html. You have to AWS why?
@mdsalahuddin6307
@mdsalahuddin6307 5 жыл бұрын
Thank you. Would you release a video on receiving sms to aws virtual number access the sms data to an html page in your project?
@paulezekiel-hart733
@paulezekiel-hart733 2 жыл бұрын
This video is the topic i've seen of this topic however i am still having issues with the virtual number i'm not experience with AWS and just started using it and i discovered that i'll be needing a virtual number or (Sender ID) i just purchased a virtual number but i dont know how to link it to my SMS. the virtual number has a pending status though could that be the reason for my issue? any kind of help will be highly appreciated.
@sbcode
@sbcode 2 жыл бұрын
AWS is different now than when i created the video. You need to do what AWS says if you want AWS to work.
@jrrobles79
@jrrobles79 5 жыл бұрын
Any tips of how to check for errors on delivering the sms? My sms were working fine and suddenly stoped working, on my delivery statistics diagram Im getting only failed sms for a couple of days now. There is a lack of information on forums of how to deal with this...
@sbcode
@sbcode 5 жыл бұрын
you will need to contact aws support to increase your spending limit. aws.amazon.com/premiumsupport/knowledge-center/sns-sms-spending-limit-increase/
@royjones4570
@royjones4570 2 жыл бұрын
Quick question, can you send images as well or short links?
@PapaKiPoorvi
@PapaKiPoorvi 3 жыл бұрын
Thanks for this great work. I am able to send and receive message. Only one question I do have is, we keep all credential in .env file, and included package dotenv in app.js file. But not clear where we are assigning the keys that defined in .env file. Appreciate if any info with this regards. Thank you.
@sbcode
@sbcode 3 жыл бұрын
The aws-sdk imported in the app.js script is using it
@alokpatel9039
@alokpatel9039 2 жыл бұрын
Hey, it really helpful for me. Thanks for your time but i have one doubt While i try to send message on Indian number, i received messageId successfully but message is not delivere on phone. I am using resign as us-east-1. Please guide me. I'm using sand box account.
@sbcode
@sbcode 2 жыл бұрын
See docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html
@vincent-thomas
@vincent-thomas 3 жыл бұрын
Wooow, you sound like the oldest brother in the peaky blinders
@sudeep1004
@sudeep1004 3 жыл бұрын
Hi How to add SENDERID? I thought it can be pushed with subject but it doesn't work.
@sbcode
@sbcode 3 жыл бұрын
sms rules are different for different countries
@AmitYadav-rl6ff
@AmitYadav-rl6ff 4 жыл бұрын
All the messages I send following the procedure are not delivered and are marked as failed. Any suggestions?
@sbcode
@sbcode 4 жыл бұрын
all clues are in the video. Maybe AWS is limiting you.
@laventliving3398
@laventliving3398 3 жыл бұрын
Hey man, I really liked your video, what is the best location for Africa, because it seems like I'm it's taking forever for the sms to arrive
@sbcode
@sbcode 3 жыл бұрын
AWS is very unreliable for SMS, especially in Africa. Have any arrived?
@laventliving3398
@laventliving3398 3 жыл бұрын
@@sbcode it still has not arrived
@numpyasnum1768
@numpyasnum1768 2 жыл бұрын
Damn, same problem here too
@MarcoAurelioLegiere
@MarcoAurelioLegiere 5 жыл бұрын
How do I send to multiple numbers, for example have a numbers.txt and import these numbers so that js do these multiple submissions? Thank you. Sorry for my English.
@sbcode
@sbcode 5 жыл бұрын
you can write a script in python, c#, nodejs, php or many others, that will loop through your list and make a new request for each number.
@deancrypto5939
@deancrypto5939 4 жыл бұрын
@@sbcode anychance you could do that and add to the github repo ?? thanks in advance i really need something like this for my business
@ubaidkolad4880
@ubaidkolad4880 4 жыл бұрын
I get the message ID and a successful response from both nodejs and console, but no message is received. It just says failed in the console
@sbcode
@sbcode 4 жыл бұрын
the word 'failed' doesn't even exist in my code. github.com/Sean-Bradley/AWS-SNS-SMS-with-NodeJS/search?q=failed&unscoped_q=failed So maybe its something else.
@nsvot
@nsvot 2 жыл бұрын
you have the batman voice sir!
@funOptix
@funOptix 3 жыл бұрын
Great video. Can you also share how we can send Transactional SMS using JS SDK?
@vaahshs8352
@vaahshs8352 4 жыл бұрын
nice But can we sent bulk at a single Comands to 32000 Users. what changes required in code sir.
@sbcode
@sbcode 4 жыл бұрын
you will need to create an array of numbers and loop through them and send an SMS for each number in the array. Hire a programmer. Also AWS wont allow you to send 32000 SMS unless you have set up your account fully with restrictions removed. Anyway, I find AWS very unreliable. It sends messages, and the message sometimes didn't arrive, but it still charges you for it. AWS will want to know that you are not spamming. ie, have the permission from the recipient to receive SMS.
@TorBarstad
@TorBarstad 4 жыл бұрын
This was very helpful! Perhaps you saved me days or even weeks.. Thank you very much!
@akilamani7242
@akilamani7242 4 жыл бұрын
Sender Id generated but still not able to receive msg
@diepmyduong
@diepmyduong 2 жыл бұрын
Are you batman ? LOL
@marlonmarlongl
@marlonmarlongl 3 жыл бұрын
How do I host these files for not using on localhost?
@sbcode
@sbcode 3 жыл бұрын
run it on a cloud server. Ubuntu 20.04 is good. Get a cheap one from here. m.do.co/c/23d277be9014 you will get a public ip address. use iptables to manage port forwarding rules to limit access. sbcode.net/zabbix/iptables-cheatsheet/
@hatim200901
@hatim200901 5 жыл бұрын
Thank you so much . any help about Integrations amazonSNS with mautic.org or playsms.org??
@kaiophillipe6004
@kaiophillipe6004 2 жыл бұрын
NO RUN || NÃO TA RODANDO EN: If you aren't able to send through this code. It's because your account is in the sandbox. You need remove the sandbox in configurations or verify your own phone number, to recive sms text in this number. PT: Se você não está conseguindo enviar utilizando esse código node. É porque sua conta está na sandbox. E você precisa remove-la nas configurações do aws sns sms ou verificar seu próprio número de telefone, para receber os SMS nele mesmo. Só será possível enviar para outros números após remover do sandbox.
@4dagi01
@4dagi01 4 жыл бұрын
How to deploy for production mode?
@sbcode
@sbcode 4 жыл бұрын
You will need to hire a bunch of professionals in the field of production servers and deployment. Or you could just use my production service sms.sbcode.net/ It's quite expensive though, but it is still significantly cheaper compared to needing to hire somebody to manage all the requirements of production for you.
@kernellpanic
@kernellpanic 9 ай бұрын
How to send to US numbers?
@sbcode
@sbcode 9 ай бұрын
"how to send to us", i dont even know who you are
@kernellpanic
@kernellpanic 9 ай бұрын
@@sbcode 😐
@francis_js
@francis_js 3 жыл бұрын
Great work, thank you. Awesome voice, congrats...
@AnteZivkovic
@AnteZivkovic 2 жыл бұрын
Thanks buddy! Straight to the point
@bilumethimothe413
@bilumethimothe413 5 жыл бұрын
Brother Thanks so much for this wonderful video. just feel proud brother for your time
@kapsowe
@kapsowe 4 жыл бұрын
You look like the cat at the end of the video. Thanks for the Video.
@djaos-8326
@djaos-8326 3 жыл бұрын
Not work for me
@ohhhkComputer
@ohhhkComputer 4 жыл бұрын
Thank you so much mate! You saved my day!!!
@hvuru7202
@hvuru7202 4 жыл бұрын
bruhhhh... where is node js here.....
@sbcode
@sbcode 4 жыл бұрын
I really don’t know what you are trying to say. Are you trying to appear clever by suggesting that I'm not? Wow! look at you.
@nazifhalilac1306
@nazifhalilac1306 2 жыл бұрын
hey batman
@deathdefier45
@deathdefier45 2 жыл бұрын
Life saver
@wilfrieddjopa8379
@wilfrieddjopa8379 5 жыл бұрын
Thank you so much for this video.
@wilfrieddjopa8379
@wilfrieddjopa8379 5 жыл бұрын
I tried it worked fine for the first 12 tests. Then nothing, can you do something? Maybe I have to pay a subscription?
@sbcode
@sbcode 5 жыл бұрын
@@wilfrieddjopa8379 Sounds like you need to get aws support to up your spending limit. aws.amazon.com/premiumsupport/knowledge-center/sns-sms-spending-limit-increase/
@amaancodes
@amaancodes 4 жыл бұрын
thanks man!
@rafabiton1
@rafabiton1 3 жыл бұрын
Tks guy!
@abril99mx
@abril99mx 5 жыл бұрын
great, Thanks so much
@arihantjain4305
@arihantjain4305 5 жыл бұрын
Thanks...
@kirankamble9933
@kirankamble9933 5 жыл бұрын
Thank you so much seanwasere ytbe for this video, literally it takes only 5 to 10 minutes
@sbcode
@sbcode 5 жыл бұрын
Cool. The second time you do it, you'll finish it in under 5 mins for sure. in the video I unnecessarily enter the SNS Admin page in AWS, so you can save a few seconds there.
@kirankamble9933
@kirankamble9933 5 жыл бұрын
@@sbcode i am giving subject as KIRANKAMBLE but the msg comeing from 014529 ??
@sbcode
@sbcode 5 жыл бұрын
@@kirankamble9933 There could be many reasons why the subject line doesn't show on your messaging app. Try a shorter subject with less letters, such as KIRAN, it may be a setting on your phone, also your phone connectivity provider might think it's spam and not show it. In some countries they don't show them at all. I don't know which countries. Anyway, the code works for me and many other people who've tried it. Which country code you using? I will look it up.
@kirankamble9933
@kirankamble9933 5 жыл бұрын
@@sbcode +91
@sbcode
@sbcode 5 жыл бұрын
​@@kirankamble9933 I found something that says India is Alphabetic (6 characters) . So KIRAN should atleast work according to that. Also, try setting the default Sender ID in the AWS SNS Text Messaging Text messaging preferences for which ever AWS region you use. I don't see SMS option for Mumbai
Connect SIM800C to PC via USB TTL UART
2:59
SBCODE
Рет қаралды 21 М.
What is AWS SNS (Simple Notification Service)? (1/13)
17:19
Be A Better Dev
Рет қаралды 141 М.
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
How to send SMS using NodeJS for Free? - (with Fast2sms - India)
18:43
AWS SQS to Lambda Tutorial in NodeJS | Step by Step
29:47
Be A Better Dev
Рет қаралды 115 М.
Business SMS 101: How to send SMS at scale
25:46
AWS Developers
Рет қаралды 1,8 М.
Introduction to AWS SNS using Nodejs
51:25
Vincent Iroleh's Technical Training
Рет қаралды 12 М.
Easily Deploy Full Stack Node.js Apps on AWS EC2 | Step-by-Step Tutorial
29:00
How to send a text using AWS and Serverless - Complete Tutorial - SMS API
17:05
Complete Coding - Master AWS Serverless
Рет қаралды 9 М.
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН