Module Values.RegisterWebhookWithThirdPartyInputSource

Configures a connection between the webhook that was created and the external tool with events to be detected.

Sourcetype nonrec t = {
  1. webhookName : WebhookName.t option;
    (*

    The name of an existing webhook created with PutWebhook to register with a supported third party.

    *)
}
Sourceval make : ?webhookName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WebhookName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t