•   over 10 years ago

Inbound SMS api

How to use the inbound sms api? in Nodejs.
Is there any started code?

  • 2 comments

  • Manager   •   over 10 years ago

    For inbound messages you'll need to accept the callback Nexmo sends. I don't have any NodeJS specific code; however, simplest is probably using Node's http.Server to accept the request: https://nodejs.org/api/http.html#http_event_request

  •   •   over 10 years ago

    I am unable to update the callback url in the dashboard settings even after i send a 200 status ok

Comments are closed.