twilio / twilio-csharp

Twilio C#/.NET Helper Library for .NET6+.
MIT License
670 stars 301 forks source link

Add timestamp to SMS Webhook for client side ordering of events #633

Closed HMoen closed 1 year ago

HMoen commented 1 year ago

Twilio NuGet: 5.80.0 Currently, webhooks hit (understandably due to async nature) our callback url in random order instead of the order listed under "Message Status Order" in this article.

Could a status timestamp property be added to the message status callback like the voice status callback so we can order them client side like in the Twilio Portal? Or add the status callbacks to the MessageResource for deferred retrieval? Capture

rakatyal commented 1 year ago

Thank you for reporting the issue. This is outside the scope of the SDK and should be directed to the product team. In order to properly track this feature request, please file a support ticket.