Howard Hanna/AT updates. Updated API key for GSU send grid request.

This commit is contained in:
Norm Rasmussen
2024-10-22 19:05:40 -04:00
parent 86f60c8a95
commit 3dbf87f388
5 changed files with 12 additions and 9 deletions

View File

@ -130,7 +130,7 @@
{%
include "agent_resources",
title: "ActivePipe Helpguide",
title: "ActivePipe HelpGuide",
description: "Get quick links to all your Adwerx questions",
link_description: "View",
link: "https://docs.google.com/document/d/1U76x5GWRX7E-Ho44otYq5EM44VE1OQDom-wFxOhQZL8/edit"
@ -145,7 +145,7 @@
{%
include "agent_resources",
title: "Agent Icon Helpguide",
title: "Agent Icon HelpGuide",
description: "Get quick links to all your Agent Icon questions",
link_description: "View",
link: "https://docs.google.com/document/d/1XwQUf1DeY7DbXyCxonBvy8zp7pBz6h4goQ5y7OF3iSo/edit?usp=drive_link"
@ -161,7 +161,7 @@
{%
include "agent_resources",
title: "Boost Helpguide",
title: "Boost HelpGuide",
description: "Get quick links to all your Boost questions",
link_description: "View",
link: "https://docs.google.com/document/d/1CndCkJK85R0e_kq_Od66Et_TA8LpNuCbewd7I72jtM0/edit?usp=drive_link"
@ -179,7 +179,7 @@
{%
include "agent_resources",
title: "LiveBy Local Helpguide",
title: "LiveBy Local HelpGuide",
description: "Get quick links to all your LiveBy Local questions",
link_description: "View",
link: "https://docs.google.com/document/d/1l1aeDvD4gNVjGxhjwTnkgyYqc6Zarn66GbsmNDcsXAg/edit?usp=drive_link"
@ -194,7 +194,7 @@
{%
include "agent_resources",
title: "MoxiEngage Contacts Helpguide",
title: "MoxiEngage Contacts HelpGuide",
description: "Get quick links to all your MoxiEngage contacts questions",
link_description: "View",
link: "https://docs.google.com/document/d/1XwzGzyqX8GZDgsuE2QpjWlf-QfS212RCnUDCNSU-3Sk/edit?usp=drive_link"
@ -253,7 +253,7 @@
{%
include "agent_resources",
title: "Risk Management Helpguide",
title: "Risk Management HelpGuide",
description: "Get quick links to preserving emails and texts",
link_description: "View",
link: "https://docs.google.com/document/d/1MLhpZvkRo-tFA1YntUcP61HUProvFEa9dbOKUKkSE7w/edit"

View File

@ -29,3 +29,4 @@ LUMINATE_US = "p5fidpuedHaOlPnd8EcpxzQMG"
SKAN = "89qJQDaFl3DvIpSSOUC5PM9V6"
KARBON = "peQbnkfUnYLGPfIzyCxfLs634"
BLOOMERANG = "ewGDqLgsklMnytqzUka2wmgIi"
GSU = "rUUKNuBZ0rmRNPftB4smYhQ5L"

View File

@ -2,11 +2,11 @@ import requests
import sys
sys.path.insert(0, "./API_Tests/")
import Apikeys
apikey = Apikeys.SANDATA
apikey = Apikeys.GSU
url = "https://api.northpass.com/v2/email_domains"
header = { "x-api-key": apikey, "Content-Type": "application/json" }
payload = {"domain": "sandata.com", "custom_dkim_selector": "g"}
header = { "X-Api-Key": apikey, "Content-Type": "application/json" }
payload = {"domain": "gainsight2.com", "custom_dkim_selector": "ce"}
response = requests.post(url, headers=header, json=payload)

View File

@ -434,3 +434,5 @@ Run lighthouse on anthology templates and find list of things that need to be im
- [X] Luminate - Search results in Canada not working
- [X] Spark - Enable search functionality
- [X] DataSnipper - Figure out logic for filters function
- [ ] Cin7 - Change the employee catalog filters to allow for other categories in a section called "Other"