While implementing performSubscribe
, I encountered an issue. My function executes a GraphQL endpoint to create a webhook. Error handling has been added to raise any failures as proper errors.
The problem is that, despite seeing the Zaps correctly in the "OFF" state and receiving a Zapier notification email about the failure, I want to surface this error immediately to the user after they toggle the action from OFF to ON. Ideally, this would be a visual notification on the same screen, rather than relying on the email (which they might miss).
I searched for similar issues but haven't found a solution yet.