pinxs v2.1.0 PINXS.Webhooks.Webhook 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

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