{{template "base" .}} {{define "title"}}{{.Webhook.Name}} - Webhooker{{end}} {{define "content"}}
← Back to webhooks

{{.Webhook.Name}}

{{if .Webhook.Description}}

{{.Webhook.Description}}

{{end}}
Event Log Edit

Entrypoints

{{range .Entrypoints}}
{{if .Description}}{{.Description}}{{else}}Entrypoint{{end}} {{if .Active}} Active {{else}} Inactive {{end}}
{{$.BaseURL}}/webhook/{{.Path}}
{{else}}
No entrypoints configured.
{{end}}

Targets

{{range .Targets}}
{{.Name}}
{{.Type}} {{if .Active}} Active {{else}} Inactive {{end}}
{{if .Config}} {{.Config}} {{end}}
{{else}}
No targets configured.
{{end}}

Recent Events

View All
{{range .Events}}
{{.Method}} {{.ContentType}}
{{.CreatedAt.Format "2006-01-02 15:04:05 UTC"}}
{{else}}
No events received yet.
{{end}}

Retention: {{.Webhook.RetentionDays}} days · Created: {{.Webhook.CreatedAt.Format "2006-01-02 15:04:05 UTC"}}

{{end}}