#tom_webhooks-v2
1 messages ยท Page 1 of 1 (latest)
๐ 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/1504612895160270970
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@frigid crow Do you have a bit more details? What isn't sending?
My intuition is that you ask about the v2 Events for connected accounts like v2.core.account.updated and you didn't realize that those Events go to your platform endpoint, not the connected account one. It's different from v1 Events
tom_webhooks-v2
yes indeed we are using these events:
I also created a new endpoint that has these assigned to it, but nothing is sent there.
Did you do what I explained above?
You need a "Your account" endpoint, not the other one
ooooh ok now I understand what you mean. Ok I'll create that endpoint and check if that works. Sorry for the confusion!
So I'll create 2 v2 endpoints, one for "Our account" and one for "Connected accounts" where the one for "our account" is responsible for the platform accounts and the other one is responsible for the contacts and accounts inside the platform accounts. So 1st level (for stuff in our account) and 2nd level (for stuff in connected accounts)
not your fault at all, this is poorly documented (and I'm being polite lol)
Until last week we literally said the opposite in the UI and told you to do the other endpoint which obviously confused people for months
and yeah you basically need 4 endpoints now. One of each for v1 and v2
yeah I also went after that when implemented ๐
I do have the 2 endpoints for v1 ready, they worked fine but the v2 ones didn't yet. But I'll create that one and check how it works. Thank you!!
sure thing!
Thank you very much @merry hornet, got it working now!
yay ๐