Webhooks
Push notifications to external systems as events occur on Spokes. These events include Tunnels coming online/offline, admin logins and other events. Webhooks make it simple to create event-driven integrations with Spokes and its API with third-party applications.
Name | URL | Active | Authentication | Delay | Updated | |
---|---|---|---|---|---|---|
No Webhooks |
||||||
{{ $endpoint.Name }} | {{ $endpoint.URL }} |
{{ if $endpoint.Active }}
{{ else }} {{ end }} |
{{ if eq $endpoint.Authentication 0 }}
None
{{ end }}
{{ if eq $endpoint.Authentication 1 }}
Username: {{ $endpoint.BasicAuthUser }} Password: {{ $endpoint.BasicAuthPass }} {{ end }} {{ if eq $endpoint.Authentication 2 }} {{ $endpoint.KeySnippet }}... Copy {{ end }} |
{{ $endpoint.Delay }}s |
{{ $endpoint.Modified.Format "15:04" }} {{ $endpoint.Modified.Format "Jan 2, 2006" }} |