diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid b/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid index 2d7ebb59..8d74b2ef 100644 --- a/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid +++ b/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid @@ -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" diff --git a/Scripts/API_Tests/Apikeys.py b/Scripts/API_Tests/Apikeys.py index 6c413840..7113546a 100644 --- a/Scripts/API_Tests/Apikeys.py +++ b/Scripts/API_Tests/Apikeys.py @@ -29,3 +29,4 @@ LUMINATE_US = "p5fidpuedHaOlPnd8EcpxzQMG" SKAN = "89qJQDaFl3DvIpSSOUC5PM9V6" KARBON = "peQbnkfUnYLGPfIzyCxfLs634" BLOOMERANG = "ewGDqLgsklMnytqzUka2wmgIi" +GSU = "rUUKNuBZ0rmRNPftB4smYhQ5L" diff --git a/Scripts/API_Tests/__pycache__/Apikeys.cpython-310.pyc b/Scripts/API_Tests/__pycache__/Apikeys.cpython-310.pyc index d5bbd143..0c7e7c38 100644 Binary files a/Scripts/API_Tests/__pycache__/Apikeys.cpython-310.pyc and b/Scripts/API_Tests/__pycache__/Apikeys.cpython-310.pyc differ diff --git a/Scripts/send-grid-request.py b/Scripts/send-grid-request.py index f8b13931..62f22523 100644 --- a/Scripts/send-grid-request.py +++ b/Scripts/send-grid-request.py @@ -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) diff --git a/Todos.md b/Todos.md index 0ec590ac..c7b43ff4 100644 --- a/Todos.md +++ b/Todos.md @@ -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"