Zenjob notes. Webhook testing and python scripts.

This commit is contained in:
Norm Rasmussen
2023-12-06 16:28:43 -05:00
parent 54cddb23f1
commit f7e0a20cf3
4 changed files with 40 additions and 7 deletions

View File

@ -48,7 +48,8 @@ def getfromEmail(BASEURLEMAIL, APIKEY):
# print(response)
email = response["data"]
# print("Learner ID:" )
pp.pprint(email)
#pp.pprint(email)
print(email)
def getfromUuid(BASEURL, APIKEY):