#lexit_webhooks

1 messages ยท Page 1 of 1 (latest)

small onyxBOT
#

๐Ÿ‘‹ 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/1278336653383045374

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

graceful hound
#

hi there!

nimble stratus
#

Is on_behalf_of the account_id?

#

Or will event['data']['account'] return me the account_id?

graceful hound
#

I don't understand your question. do you have a webhook endpoint listening to events happening on your connected accounts?

#

if so, just look at the account property of the event, to know which connected account received that event

nimble stratus
#

Yes I only listen to connected accounts.

#

Alright thank you yes understood now. Thank you very much

small onyxBOT
graceful hound
#

happy to help ๐Ÿ™‚

nimble stratus
#

Also

#

One more question

#

Will the account be an object or an id? @graceful hound

fresh gale
#

You mean an object or a String?

nimble stratus
#

string so it should be just the account_id i think right?

fresh gale
#

yup

nimble stratus
#

thank you