← back to registry

webhooks

git

Outbound webhook delivery with retries

source
crate arcana-webhooks (git https://github.com/arcana-community/arcana-webhooks @ v0.2.0)
install
arcana add webhooks

Call from your keepers / tasks / programs

effectwebhooks.send(url: string, body: string)

Emit it

(emit-effect "webhooks.send" { ...args })

Emitted inline as part of the state transition.