View Source Yousign.Webhook (yousign_ex v0.2.3)

A webhook payload

Link to this section Summary

Link to this section Types

@type t() :: %Yousign.Webhook{
  data: map(),
  event_id: String.t(),
  event_name: String.t(),
  event_time: String.t(),
  sandbox: boolean(),
  subscription_description: String.t(),
  subscription_id: String.t()
}