Doordash sample braze call. Walmart resource PDF.
This commit is contained in:
26
CustomerNotes/Doordash/sample_braze_call.py
Normal file
26
CustomerNotes/Doordash/sample_braze_call.py
Normal file
@ -0,0 +1,26 @@
|
||||
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": "",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user