Files
Gainsight/CustomerNotes/Doordash/sample_braze_call.py
2024-09-17 16:12:57 -04:00

27 lines
572 B
Python

course_payload = {
"attributes": [
{
"first_name": "",
"last_name": "",
"email": "",
"course_attempt_number": "",
"course_progress": "",
"course_name": "",
"last_activity_completed": "",
}
]
}
quiz_payload = {
"attributes": [
{
"first_name": "",
"last_name": "",
"email": "",
"quiz_name": "",
"quiz_attempt": "",
"quiz_score": "",
"course_name": "",
}
]
}