Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 1.66 KB

messagingEvents.md

File metadata and controls

8 lines (7 loc) · 1.66 KB

Messaging Events

Event Description
POST SMS Event - For Incoming SMS Messages: Bandwidth sends a POST request by default to the to the callbackUrl specified in the application
- For Outbound SMS Message Delivery Notifications: Bandwidth sends a POST request by default to the to the callbackUrl specified in the application
POST MMS Event For incoming MMS Messages: Bandwidth sends a POST request by default to the to the callbackUrl specified in the application
GET SMS Event - For Incoming SMS Messages: Bandwidth sends a GET request to the callbackUrl specified in the application when the callbackHttpMethod is set to GET (for use with BXML)
- For Outbound SMS Message Delivery Notifications: Bandwidth sends a GET request to the callbackUrl specified when creating the message when the callbackHttpMethod is set to GET.
GET MMS Event For Incoming MMS Messages: Bandwidth sends a GET request to the callbackUrl specified in the application when the callbackHttpMethod is set to GET (for use with BXML)