This repository was archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 963
/
Copy pathindex.html
106 lines (100 loc) · 3 KB
/
index.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
layout: page
weight: 0
title: Docs Home
hideFeedback: true
showTitle: false
breadcrumbs: false
navigation:
show: true
seo:
title: Getting Started
description: Learn how to get started using SendGrid. Find out what SendGrid has to offer and how it can help solve your email deliverability problems.
---
<header class="page-header"><h1>Getting Started With SendGrid</h1></header>
<div class="row home-list">
<div class="col-md-6">
<div class="panel">
<a href="{{root_url}}/User_Guide/index.html">
<img src="{{root_url}}/images/guide-icon.svg">
<h3>User Guide</h3>
<p>
Find out more about how to use every feature of SendGrid.
</p>
</a>
</div>
</div>
<div class="col-md-6">
<div class="panel">
<a href="{{root_url}}/Integrate/index.html">
<img src="{{root_url}}/images/integrate-icon.svg">
<h3>Integrate</h3>
<p>
Send email from your app whether it's a CMS, framework, CRM, or your own code.
</p>
</a>
</div>
</div>
<div class="col-md-6">
<div class="panel">
<a href="{{root_url}}/Integrate/Code_Examples/index.html">
<img src="{{root_url}}/images/code-icon.svg">
<h3>Code Examples</h3>
<p>
Code in a variety of languages to help you get going on your project.
</p>
</a>
</div>
</div>
<div class="col-md-6">
<div class="panel">
<a href="{{root_url}}/Glossary/index.html">
<img src="{{root_url}}/images/glossary-icon.svg">
<h3>Glossary</h3>
<p>
Email terms and definitions to help make email sending easier.
</p>
</a>
</div>
</div>
</div>
<header><h2>API Reference</h2></header>
<div class="row home-list">
<div class="col-md-12">
<a href="{{root_url}}/API_Reference/Web_API_v3/index.html">
<h3>Web API v3</h3>
<p>
Interact with SendGrid over our updated v3 API.
</p>
</a>
</div>
<div class="col-md-12">
<a href="{{root_url}}/API_Reference/SMTP_API/index.html">
<h3>SMTP API</h3>
<p>
Learn how to use SendGrid's SMTP API to customize how your email is sent.
</p>
</a>
</div>
<div class="col-md-12">
<a href="{{root_url}}/API_Reference/Webhooks/event.html">
<h3>Event Webhook</h3>
<p>
Send data back to your server, events from your sent mail and parsed inbound mail.
</p>
</a>
</div>
<div class="col-md-12">
<a href="{{root_url}}/API_Reference/Webhooks/index.html">
<h3>Inbound Parse</h3>
<p>
Programmatically parse incoming emails.
</p>
</a>
</div>
</div>
<div class="home feedback-cta">
<a href="https://sendgrid.com/pricing?mc=SendGrid%20Documentation" class="btn btn-small btn-secondary logged-out">SendGrid Pricing</a>
<a href="https://sendgrid.com/free?mc=SendGrid%20Documentation" class="btn btn-small btn-secondary logged-out">Try SendGrid for Free</a>
<a href="https://sendgrid.com/contact" class="btn btn-small btn-secondary">Contact Us</a>
</div>