To use the SendGrid connector, add the <sendgrid.init>
element in your configuration before any other SendGrid operations. This will keep the the information such as the apiUser (Username of the sendgrid account) and apiKey (Paeord Password of the sendgrid account).
For more information on authentication, see https://sendgrid.com/docs/API_Reference/Marketing_Emails_API/index.html
Code Block | ||||
---|---|---|---|---|
| ||||
<sendgrid.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiUser>{$ctx:apiUser}</apiUser> <apiKey>{$ctx:apiKey}</apiKey> </sendgrid.init> |
...
Now that you have connected to SendGrid, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the SendGrid Integration.
- Working with Categories
- Working with Emails
- Working with List
- Working with Marketing Emails
- Working with Recipients
- Working with Schedule
- Working with Sender Address