Notifique.OpenApi.Model.NtfAutoTriggerConfigWebhook (notifique v0.2.1)

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfAutoTriggerConfigWebhook{
  contactIdPath: String.t() | nil,
  emailPath: String.t() | nil,
  payloadMappings:
    [
      Notifique.OpenApi.Model.NtfAutoTriggerConfigWebhookPayloadMappingsInner.t()
    ]
    | nil,
  phonePath: String.t() | nil,
  triggerKind: String.t()
}

Functions

decode(value)