#subhrajeet_webhooks

1 messages ¡ Page 1 of 1 (latest)

exotic haloBOT
opaque sandalBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

exotic haloBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1215242696944259132

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

opaque sandalBOT
cedar kayak
cedar rampart
#

So is verification is not done, should I generate a new account link for the user to complete onboarding?

cedar kayak
#

yes

cedar rampart
#

Ok let me check

cedar rampart
#

case 'account.updated':
try {
const updatedAccount = event.data.object;
I am not able to get anything in this case

#

Which webhook should I listen to?

cedar kayak
#

what do you mean by "I am not able to get anything"?

cedar rampart
#

I am not able to get account.updated event's object

cedar kayak
#

the code you posted above should do it. What do you expect to see and what do you see instead?

cedar rampart
#

Should I use this webhook for events on my account or events on connected account?

cedar rampart
#

So what I understand is, if I am the platform and a user is onboarding as a Connected Account on my platform, so I should listen to events on connected accounts
Am I on the same page?

cedar kayak
#

yep

cedar rampart
#

ok let me do this and get back to you