#quentinnpapnl_webhooks
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/1220404602583646248
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Out of your three test connect webhooks on your platform account, it looks like all of them are configured to listen to one event type, and none of those events types are issuing_card.created
So we didn't see a webhook that was valid to send the event to
I've setup the webhook on the admin account like i did for the other webhooks
Can you send me the we_ ID for that webhook? I did not see it on the platform account for the event that you sent me
we_1OwnbVIiqsvWvTwFRZlMKIyU
Thank you
So that webhook is an account webhook, meaning it will only get events that happen on the account that the endpoint exists on
Your other webhooks are connect webhooks, meaning they will get events for your connected accounts like the one that triggered the event
So you will need to delete we_1OwnbVIiqsvWvTwFRZlMKIyU and recreate it as a connect webhook
oh sorry
Or add that event to one of your existing connect endpoints
my bad, thank you very much