Skip to main content
Question

Get a list of outbound sms

  • 12 February 2021
  • 2 replies
  • 358 views

Using the api I want to get a list of sms sent from our account. How do I do this?

2 replies

To get outbound sms messages using the API, you need to reference the Messages api calls. You would specify a filter for a message "type" of SMS and a "direction" of outbound.

Userlevel 2
Badge

Are you talking about P2P SMS message? If so, check this dev guide for detailed info.

Reply