Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jul 18, 2023 7:09:48 AM
Sep 17, 2021 6:40:53 AM
This article provides an overview of the available blocks in the SendGrid connector in Qlik Application Automation. It will also review basic examples of creating an email, adding a contact, and using a Raw API Request block.
Fore more detailed SendGrid articles, see:
How to authenticate with SendGrid in Qlik Application Automation
How to send email attachments using SendGrid with Qlik Application Automation
How to use dynamic templates to send SendGrid emails with Qlik Application Automation
Content:
Let’s start with the example of a simple email.
After creating an automation:
To add a contact to your SendGrid account:
This example shows how to create a Raw API Request to get the amount of contacts in a specific contact list.
The SendGrid documentation for this can be found here.
In this case the URL path is "/marketing/lists/{id}/contacts/count". Notice that part of the path is before the ID and the other part after it.