# Sendgird Email

How to Integrate SendGrid Email with Getfly CRM

Hello,

To integrate your SendGrid email account with the Getfly CRM system for sending emails, please follow the steps below:

## 1. Retrieve Integration Information from Your SendGrid Account

### 1.1  Verify Sending Account&#x20;

After registering a SendGrid account, you need to verify both the account and the sender email addresses (you can verify either by domain or individual email address):

Log in to your SendGrid account at <https://app.sendgrid.com/>

After logging in, go to Marketing ⇒ Senders ⇒ Create New Sender

(If you have already verified an email previously, you may skip this step.)

<figure><img src="/files/RnAQjCTD7KsRrLSVJkXa" alt=""><figcaption></figcaption></figure>

Fill in all required sender information and click Save

<figure><img src="/files/XWCl4KmvNTopkT2RfQi6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WQN8UPvUky5ws0SlxQuh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8Z3B4kVDd004x6RYVidb" alt=""><figcaption></figcaption></figure>

SendGrid will send a verification email to your inbox. Click the verification link in the email to complete the process

<figure><img src="/files/9awd2LodHXBkxOUULqKm" alt=""><figcaption></figcaption></figure>

Once successfully verified, the email address will display a green check mark

<figure><img src="/files/g3dEjYct7UZTxchdjAbL" alt=""><figcaption></figcaption></figure>

Alternatively, you can also verify by domain. Follow the SendGrid guide here:\
[How to Set Up Domain Authentication](<https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/ >)

### 1.2 Create API Key and Retrieve Integration Information

Go to Settings ⇒ API Keys ⇒ Create API Key

<figure><img src="/files/noE64KDUoQBWJYHNfGnB" alt=""><figcaption></figcaption></figure>

Enter a name for your API Key (any name is fine) → click Create & View → copy the generated API Key

<figure><img src="/files/PxqHBJJ5q3JCsjhdJ57M" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LfPjqqj0R9A5T6xnFACN" alt=""><figcaption></figcaption></figure>

## 2. Configure Email Settings in Getfly CRM 6.0

Navigate to:\
Settings ⇒ Integration ⇒ Email Marketing Integration ⇒ SendGrid ⇒ Connect

<figure><img src="/files/UF2L2KtD3zsGxa79dH7w" alt=""><figcaption></figcaption></figure>

Fill in the following configuration fields:

<figure><img src="/files/fpO6CuZvMzxMt06xdpFZ" alt=""><figcaption></figcaption></figure>

Sender Email Address: Use an email address that has been verified in step 1.1

SendGrid Account Name: The name assigned to the API Key created in step 1.2

SMTP Address: smtp.sendgrid.net

Sender Display Name: Enter your company or brand name (e.g., GETFLY)

Password: Paste the API Key copied in step 1.2

Encryption Method: Choose either SSL or TLS

Port Number:

For SSL: Port 465

For TLS: Port 25 or 587

Click Save Configuration, then enter any email address in the provided field to test the email settings.

<figure><img src="/files/QOuFZ4Bp9SJZQkNBGRhQ" alt=""><figcaption></figcaption></figure>

Scroll down to the “Test Email Configuration” section, enter the email address used above, and click Test Configuration. If the setup is successful, the system will confirm:\
“Email sent successfully. Please check your inbox.”

## 3. Notes

If the configuration fails, double-check all settings for accuracy. Also, ensure that your SendGrid plan is the Email API plan (the Email Campaign plan is not supported for API integration).

To send emails from individual employee addresses within Getfly, you must verify each employee's email under your SendGrid account (see step 1.1).

If you do not add a credit card (Visa) to your SendGrid account or subscribe to a paid plan, you can still configure SendGrid in Getfly; however, your email sending volume will be limited (e.g., 100 emails/day).

To Add a Visa Card:\
Click your account avatar in the top-left corner → Account Details → Billing Tab → click Edit Payment

<figure><img src="/files/Eo7xfNNih27z6fG1ipwB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TnzlKa6Cmse4zrUIUCdf" alt=""><figcaption></figcaption></figure>

To Subscribe to a Paid Plan:\
Click your account avatar → Account Details → Your Products → Change Plan → select the desired plan

<figure><img src="/files/hPspipVcrkW0aHppFAbD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Gls5ptSWCxWRjBa92Djb" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpdesk.getfly.vn/web-version/integrations/email/sendgird-email.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
