diff options
Diffstat (limited to 'examples/geo/geo.cs')
-rw-r--r-- | examples/geo/geo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/geo/geo.cs b/examples/geo/geo.cs index 405b768..e721bc9 100644 --- a/examples/geo/geo.cs +++ b/examples/geo/geo.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); |