If you have a non-library Twilio SendGrid issue, please contact our support team.
If you can't find a solution below, please open an issue.
When debugging or testing, it may be useful to examine the raw request body to compare against the documented format.
e.g. on a Client instance, myClient.
foreach (KeyValuePair<DateTime, string> kvp in myClient.RequestHeaders)
{
Console.WriteLine("Name = {0}, Value = {1}", kvp.Key, kvp.Value);
}