ivo
07/31/2025, 11:51 AMResponse: {'exception_message': "'WEBHOOKS' not enabled"}
i got this but were on a pro paln and also i set in my cli im in the correct workspace but when i go to the ui i cant see any options to enable itMarvin
07/31/2025, 11:51 AMMarvin
07/31/2025, 11:52 AMbash
prefect cloud webhook ls
b. If you need to create a new webhook:
bash
prefect cloud webhook create
c. If you have an existing webhook that's disabled, you can enable it using:
bash
prefect cloud webhook toggle [WEBHOOK_ID]
3. If you're still seeing the "'WEBHOOKS' not enabled" error after trying these steps, there might be an issue with:
- Your workspace permissions
- The specific webhook configuration
- The webhook's enabled status
Could you try running prefect cloud webhook ls
and let me know what you see? This will help us determine if:
1. You can access webhooks at all
2. You have any existing webhooks
3. Their current enabled/disabled status
Also, just to be thorough - where exactly are you seeing this error? Is it when trying to create a webhook, or when trying to use an existing one? This context would help me provide more specific guidance.
If all else fails, we could always try turning it off and on again... though that rarely works as well as people hope.ivo
07/31/2025, 11:53 AMZach Angell
ivo
07/31/2025, 12:10 PMZach Angell