forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 3 KB
/
Copy pathindex.html
File metadata and controls
54 lines (49 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: page
weight: 100
title: Code Examples Index
navigation:
show: true
---
{% info %}
Do you have an [API Key](https://app.sendgrid.com/settings/api_keys) yet? If not, go get one. You're going to need it to integrate!
{% endinfo %}
<div class="row">
<div class="col-md-8">
<h2><a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/">Web API v3 Code Examples</a></h2>
<p>
Learn how to quickly start sending email through SendGrid's Web API v3. Here you will find code examples for our latest v3 Mail Send endpoint in 7 different programming languages.
</p>
</div>
<div class="col-md-4 subsection-links">
<br />
<p class="subsection-title">Libraries</p>
<p><a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/csharp.html">C# <span class="icon-net" alt="C#"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/go.html">Go <img src="{{root_url}}/images/gopher.svg" style="display:inline-block"></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/java.html">Java <span class="icon-java"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/nodejs.html">Node.js <span class="icon-nodejs"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/php.html">PHP <span class="icon-php"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/python.html">Python <span class="icon-python"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v3_Mail/ruby.html">Ruby <span class="icon-ruby"></span></a></p>
</div>
</div>
<div class="row">
<div class="col-md-8">
<h2><a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/">Web API v2 Code Examples</a></h2>
<p>
Learn how to quickly start sending email through SendGrid's Web API v2. Here you will find code examples for our v2 Mail Send endpoint in 8 different programming languages.
</p>
</div>
<div class="col-md-4 subsection-links">
<br />
<p class="subsection-title">Libraries</p>
<p><a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/csharp.html">C# <span class="icon-net" alt="C#"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/go.html">Go <img src="{{root_url}}/images/gopher.svg" style="display:inline-block"></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/java.html">Java <span class="icon-java"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/nodejs.html">Node.js <span class="icon-nodejs"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/perl.html">Perl <span class="icon-perl"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/php.html">PHP <span class="icon-php"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/python.html">Python <span class="icon-python"></span></a><br />
<a href="{{root_url}}/Integrate/Code_Examples/v2_Mail/ruby.html">Ruby <span class="icon-ruby"></span></a></p>
</div>
</div>