PINXS.Webhooks.Webhook (pinxs v3.2.0) View Source
The webhook module allows you to create and view your webhook endpoints.
Required fields
When creating a webhook only URL is required
create(%Webhook{url: "https://awesome.com"}, PINXS.config("my key"))
Link to this section Summary
Functions
Creates a webhook
Link to this section Types
Specs
t() :: %PINXS.Webhooks.Webhook{
created_at: nil | DateTime.t(),
key: nil | String.t(),
token: nil | String.t(),
updated_at: nil | DateTime.t(),
url: String.t()
}
Link to this section Functions
Creates a webhook