Talkspace no access templates uploaded. CIN7 api key added and new send grid request.
This commit is contained in:
@ -20,3 +20,4 @@ CHUBB = "m6ZEBesXzpWx2vmp11rEHxrMY"
|
||||
BIRCHSTREET = "WpMV3jF4q9Om5FjUsrzZifduE"
|
||||
G2 = "JRDpCGQ7vSRiva6t5OkWDr5eJ"
|
||||
DOUGLASELLIMAN = "Bknf8kidbluRfcKu3m3lKoxS8"
|
||||
CIN7 = "51BNlRsLYKQxSu1q1UQq7F63j"
|
||||
|
||||
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
import requests
|
||||
import sys
|
||||
sys.path.insert(0, "./API_Tests/")
|
||||
import requests
|
||||
import Apikeys
|
||||
apikey = Apikeys.G2
|
||||
apikey = Apikeys.CIN7
|
||||
|
||||
url = "https://api.northpass.com/v2/email_domains"
|
||||
header = { "x-api-key": apikey, "Content-Type": "application/json" }
|
||||
payload = {"domain": "g2.com", "custom_dkim_selector": "n"}
|
||||
payload = {"domain": "cin7.com", "custom_dkim_selector": "n"}
|
||||
|
||||
response = requests.post(url, headers=header, json=payload)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user