Open
Description
Hi,
Wouldn't it be cool if Defer.run would provide a way to set up webhooks (like Stripe does) to listen to the execution status changes via some endpoint.
This endpoint could return the usual stuff: id, state, result plus the metadata provided when invoking the function. This would allow to set a custom data like userEmail
and send an email automatically once webhook is called.
Currently, I have to store the execution ID in the database, and check the getExecution
method periodically in a cron job to check if the status is changed (unless there's a better way to do it).
Let me know what you think.
Thanks
Metadata
Metadata
Assignees
Labels
No labels