API
Bobcorn webhooks
Bobcorn does not currently provide remote webhooks. It is a local-first desktop app, so there is no hosted event stream for project updates, export completion, account changes, or billing events.
No hosted event stream exists yet — use the local alternatives below to react to project changes.
Alternatives
- Use the local CLI for supported project automation.
- Use filesystem watchers around
.icpproject files when your workflow owns the local project directory. - Use GitHub Releases and
/release.jsonfor public release monitoring.