0

I am using C# .NET 6 (Core version) I have multiple customer for my app that uses Twilio for sending SMS. Is there a way to tag by CustomerID for each SMS sent so that I can chargeback to customer based on usage ?

NSS
  • 1,835
  • 2
  • 29
  • 66

1 Answers1

1

You can use a customer specific URL query parameter when you set the statusCallback when calling the /Messages resource.

Alan
  • 10,465
  • 2
  • 8
  • 9