Is it possible to include a custom field in the Twilio SMS message that will be persisted in Twilio and be included in the call back?
We have a requirement that prior to sending an SMS to Twilio, we check that the message hasn't already been sent. Currently we persist the returned MessageSid and check that. The issue is that occasionally the Twilio API doesn't respond in the allotted time and we don't have the MessageSid to persist and check.
Ideally we would include a custom field in the SMS message that we can check in Twilio prior to sending.
Any suggestions are greatly appreciated.