Skip to content

Commit 0eadab7

Browse files
authored
Merge pull request #25 from B-Deforce/patch-1
Added step-by-step guide for SendGrid API key set-up
2 parents 26bdd50 + dbaa8aa commit 0eadab7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

advanced_usage.md

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Modify `config.yaml` by cloning the respository and merging your changes
1818
![fork](./readme_images/openai.png)
1919

2020
- Create or fetch your API key for [SendGrid](https://app.SendGrid.com/settings/api_keys). You will need a SendGrid account. The free tier will generally suffice. Make sure to [verify your sender identity](https://docs.sendgrid.com/for-developers/sending-email/sender-identity).
21+
- Sign Up for [SendGrid](https://app.sendgrid.com). Fill in the necessary information, including email, password, and a company name. If you don't have a company, you can use a made-up name.
22+
- You'll need to verify your email address to activate your account.
23+
- On your main dashboard, access the Integration Guide under Email API
24+
- Next, on the "Integrate using our Web API or SMTP Relay"-page, choose the "Web API" option.
25+
- Choose the language you're planning to use, in this case, select "Python".
26+
- You'll be prompted to provide a name for your API key. Enter a name and click "Create Key".
27+
- Copy the API Key that appears for the next step below. You won't be able to view the full key again.
2128

2229
### Set the secrets for the github action
2330

0 commit comments

Comments
 (0)