Related questions
Question 75 - C_C4H62_2408 discussion
You are setting up a new webhooks endpoint and you would like to retrieve the profile object on receipt of the 'Account logged in' notification. What method would you recommend?
A.
accounts search with 'SELECT profile FROM emailAccounts WHERE profile.email=Semail from notification$
B.
accounts.getAccountinfo with UID from notification
C.
accounts search with 'SELECT profile FROM account WHERE profile email = Semail from notification$
D.
Use the profile object sent in the notification payload.
Your answer:
0 comments
Sorted by
Leave a comment first