Hello.
I want to get updates about sms delivery state.
Simple case:
I call REST API endpoint POST /${app_key}/sms HTTP/1.1. After successful response I want to get SMS statuses. For example, default SMS flow is: queued, sending, sent, delivered.
How can I get it? Do you have some callback url to configure or maybe some other mechanisms?
Thanks.