summaryrefslogtreecommitdiffstats
path: root/examples/clients/clients.cs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/clients/clients.cs')
-rw-r--r--examples/clients/clients.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/clients/clients.cs b/examples/clients/clients.cs
index ac224b8..51eb584 100644
--- a/examples/clients/clients.cs
+++ b/examples/clients/clients.cs
@@ -1,5 +1,6 @@
using System;
using SendGrid.Helpers.Mail; // If you are using the Mail Helper
+using Newtonsoft.Json; // You can generate your JSON string yourelf or with another library if you prefer
string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User);
dynamic sg = new SendGrid.SendGridAPIClient(_apiKey);