#audinate_webhooks-reporting
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/1485754598261002260
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ are you explicitly subscribed to listen to this event? Or are you subscribed to listen to all events?
are you able to share the account id?
here it is acct_1NVEGZAkfsJop3aQ
How are you triggering the report?
Via API or Dashboard?
And is this being run from test mode? A sandbox or a live mode account?
Both. I am using live mode account.
When you say trigger the report, do I need to trigger something for this event to be sent?
I thought it is automatically sent throughout the day whenever there is data available.
I mean the initial report run.
I trigger report run through API
What I want to do is listen to this event, if the whole day is already available, I would then call the create report run API.
Thanks for confirming, reports run from the Dashboard don't trigger webhook events and sandboxes do not receive reporting.report_type.updated which are common gotcha, which is why I was asking.
Can you confirm which Webhook endpoint is listening for this event?
Also is this a connect webhook endpoint set up on the platform account or directly on acct_1NVEGZAkfsJop3aQ
Here it is https://audinate-stripe-eapi-dev.au-s1.cloudhub.io/api/report/webhook/iris. Not yet entirely working but I was expecting that I would receive some requests.
Here is what I did when I configured the webhook
Not sure how to identify if it is a platform or direct account. I just went over to the developer dashboard and created a webhook like this.
Choosing the connected version won't let me choose this event type. So I don't think there's a misconfiguration.
When did you first enable the event?
I created the webhook and enabled the event yesterday, but since it is not working, I tried to create a new one an hour ago.
audinate_webhooks-reporting
@vital vine this Event is only sent when something in the report changes such as the time period so it's sent at most once a day I think
See https://docs.stripe.com/reports/api#new-data-notifications
Hmm. I am querying report types through API and I notice that there's sometime a 2-hour interval where these time period changes.
So I was expecting that maybe there is a webhook sent every 2 hours. But no
I don't think so but not entirely sure. And those are only sent if you actively listen to them. If you need a definitive answer you should contact our support team: https://support.stripe.com/contact as my team here doesn't know much about Reporting.
Alternatively wait a couple of day (while listening to that Event) to see if you get one of those Events