{{template "base" .}} {{define "title"}}Sources - Webhooker{{end}} {{define "content"}}

Webhooks

New Webhook
{{if .Webhooks}}
{{range .Webhooks}}

{{.Name}}

{{if .Description}}

{{.Description}}

{{end}}
{{.RetentionDays}}d retention
{{.EntrypointCount}} entrypoint{{if ne .EntrypointCount 1}}s{{end}} {{.TargetCount}} target{{if ne .TargetCount 1}}s{{end}} {{.EventCount}} event{{if ne .EventCount 1}}s{{end}}
{{end}}
{{else}}

No webhooks yet

Create your first webhook to start receiving and forwarding events.

Create Webhook
{{end}}
{{end}}