Skip to main content
Question

Is it possible to print SMS messages using the API?

  • August 14, 2023
  • 1 reply
  • 95 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!

1 reply

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)