ExDoppler.Webhook (ExDoppler v1.0.0)
View SourceModule describing a Webhook
Fields
authentication
- SeeExDoppler.WebhookAuth
can_manage
- Token in use can manage this webhook (e.gtrue
)enabled
- Whether webhook is enabled (e.gtrue
)enabled_configs
- List of configs for which the webhook is active (e.g["dev", "github"]
)has_secret
- See https://docs.doppler.com/docs/webhooks#verify-webhook-with-request-signing (e.gfalse
)id
- Unique ID for webhook, (e.g"00000000-0000-0000-0000-000000000000"
)name
- Human readable name for webhook (e.g"my-new-webhook"
)url
- Webhook's URL (e.g"https://httpbin.org/post"
)
๐ Resources
- ๐ Doppler docs
- ๐ Doppler API docs
- ๐ฌ Contact the maintainer (he's happy to help!)
Summary
Functions
Creates a Webhook
from a map