ExamGecko
Question list
Search
Search

Question 75 - C_C4H62_2408 discussion

Report
Export

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$

Answers
A.

accounts search with 'SELECT profile FROM emailAccounts WHERE profile.email=Semail from notification$

B.

accounts.getAccountinfo with UID from notification

Answers
B.

accounts.getAccountinfo with UID from notification

C.

accounts search with 'SELECT profile FROM account WHERE profile email = Semail from notification$

Answers
C.

accounts search with 'SELECT profile FROM account WHERE profile email = Semail from notification$

D.

Use the profile object sent in the notification payload.

Answers
D.

Use the profile object sent in the notification payload.

Suggested answer: B
asked 31/10/2024
Mike van den Berg
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first