Giter Club home page Giter Club logo

Comments (4)

cr0wst avatar cr0wst commented on June 12, 2024

Hi @mayank12psingh

You may want to take a look at our SMS documentation: https://developer.nexmo.com/messaging/sms/overview

Sending

In order to send messages to multiple users, you will need to call the submitMessage for each user.

See: https://developer.nexmo.com/messaging/sms/building-blocks/send-an-sms

Receiving

In order to track responses you will need to create a webhook and configure your Nexmo Number to use this webhook when it receives a message.

See: https://developer.nexmo.com/messaging/sms/building-blocks/receiving-an-sms

From there, it's up to you to determine how to act based on what values the received message contains.

I do want to point out these two pages too if you were building some sort of opt-in alert system, especially in the US or Canada:

The short version is that the US and Canada have restrictions on A2P (Application to Person) communications:

A2P: A2P (application-to-person) traffic, such as bulk notifications, should be sent to the US via short code (*Note that Sprint and T-Mobile are heavily blocking Short Code traffic) or Toll Free Number. Nexmo has a number of pre-approved use-case short codes that can be used via our US short code API's . (**Note that Nexmo US short codes cannot be used to send SMS to Canada or other countries) If none of our pre-approved short code use-cases are appropriate we can assist you in the application process for a dedicated short code.

from vonage-java-code-snippets.

mayank12psingh avatar mayank12psingh commented on June 12, 2024

Thank you.
I have gone through those API's and want to know if i have to handle sending sms through front-end only.
working on Angular-5 and have to send sms to multiple if possible only from front end side.

from vonage-java-code-snippets.

ChrisGuzman avatar ChrisGuzman commented on June 12, 2024

We strongly recommend not using the Nexmo APIs from the front end because then users can inspect your webpage and extract your API key and secret. For that reason it's best to make any API calls to Nexmo from your backend.

from vonage-java-code-snippets.

yallen011 avatar yallen011 commented on June 12, 2024

Recommendations have been provided for this question. Closing

from vonage-java-code-snippets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.