Skip to main content
Question

Is it possible to print SMS messages using the API?

  • 14 August 2023
  • 1 reply
  • 78 views

I'm trying to automate the sending/receiving of SMS messages, is there anyway to get an SMS body and print it out. Heres what I have so far,

Screenshot 2023-08-14 150338.png

ideally it would print out the message in between the equal signs.

Thanks!

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • August 14, 2023

Here you go

jsonObj = resp.json()
for record in jsonObj.records:
    print (record.subject)

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings