Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
SudharshanK
Contributor III
Contributor III

Issue with SendGrid

Hi,

I am trying to setup Qlik automation to work with Sendgrid so that I get notifications if the automation fails. However, I keep getting the following error when I run the automation:

{
"error": "Error calling endpoint \"SendGrid - Send Email\"",
"endpoint": {
"name": "Send Email",
"datasource": "SendGrid"
},
"request": {
"url": "https://api.sendgrid.com/v3/mail/send",
"method": "POST"
},
"response": {
"status": 401,
"body": {
"errors": [
{
"message": "The requestor's IP Address is not whitelisted",
"field": null,
"help": null
}
]
}
},
"external error": true
}

Can someone pls help?

Labels (1)
  • SaaS

1 Solution

Accepted Solutions
AustinSpivey
Partner - Creator
Partner - Creator

It looks like you may have IP Access Management enabled in your SendGrid environment. You may need to whitelist Qlik SaaS's IP addresses for it to work. This article on the SendGrid help site should help you get the IPs added correctly. This Qlik Help page lists all of the relevant IP addresses that Qlik SaaS and Automations utilizes in each SaaS region.

Austin Spivey | Principal Consultant @ Arc Analytics
ArcAnalytics.us | Add me on LinkedIn

View solution in original post

2 Replies
AustinSpivey
Partner - Creator
Partner - Creator

It looks like you may have IP Access Management enabled in your SendGrid environment. You may need to whitelist Qlik SaaS's IP addresses for it to work. This article on the SendGrid help site should help you get the IPs added correctly. This Qlik Help page lists all of the relevant IP addresses that Qlik SaaS and Automations utilizes in each SaaS region.

Austin Spivey | Principal Consultant @ Arc Analytics
ArcAnalytics.us | Add me on LinkedIn
SudharshanK
Contributor III
Contributor III
Author

Thanks a lot. I followed your steps and its working perfectly now!