Skip to content

Aubron/v2-messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bandwidth v2 Messaging Preview

Quick Start

  1. Setup Application
  2. Send Text Message
  3. Receive Sent Event then Delivered Event

About

In the V2 version of the Messaging API, messages are sent asynchronously. Message validation will happen after the server returns 202. API clients should listen for HTTP callback events if they need to track message state after the inital POST request.

The request body for HTTP callbacks regarding message state changes will follow the same format as the response body for a POST or GET on a message.

Callbacks will be sent to the Callback URL for the Application associated with the from number on the outgoing message.

If there is a need to identify individual messages, or correlate them with an ID in your application, the tag field can be set to any string. The custom tag will be included in all callbacks for this message.

About

Docs for Bandwidth v2 Messaging API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published