Open mmwebaze opened 6 years ago
Each post should be identified by its Message SID in Twilio.
Once a message is queued (Twilio's API is hit to queue off an SMS message), the message can only be confirmed to have been delivered via the statusCallback: https://www.twilio.com/docs/sms/tutorials/how-to-confirm-delivery-php.
Goals for this story would be to:
If a message has been confirmed as delivered, the Post status should be modified to delivered. In this case the use of published or unpublished might be preferred.