Hello! I'm just getting started with effect and wanted what would be a good pattern for this use case. I have to request an async task to an external service and I will be notified whenever that task is ready via a webhook. I'm building a workflow that depends on that webhook being received, so it can go to the next step. How would I be able to achieve that with effect? Thanks!