#eoghanobrien

1 messages · Page 1 of 1 (latest)

dreamy solarBOT
thorn bobcat
#

There's not really a good way to do this unfortunately. What's the end-goal exactly? Maybe I can suggest workarounds

quaint steeple
#

We missed an event because we hadn't registered the webhook

#

So we want to re-send the webhook

thorn bobcat
#

It's just 1 event?

quaint steeple
#

We have more but the process would be the same for all right

thorn bobcat
#

There's not a way to resend events that weren't previously configured to be sent to an endpoint

quaint steeple
#

ah okay, that's not so bad

#

so what's the workflow there

#

list events for a specific event type within a date range and dispatch them internally?

thorn bobcat
#

Yep exactly

#

Or just store whatever data from those event objects directly in your db (depends on what permissions or environments you have available to run scripts in prod)

quaint steeple
#

gotcha, thanks for the tip! Is it better to call all and then use the auto paging iterator for this

thorn bobcat
#

Most likely if you have a lot of events

quaint steeple
#

when querying for events by date, should I be using UTC or my own timezone?

thorn bobcat
#

utc

dreamy solarBOT