CreateWebhookTargetInput: {
    format: WebhookPayloadFormat;
    headers?: InputMaybe<KeyValuePairOfStringAndStringInput[]>;
    name?: InputMaybe<Scalars["String"]["input"]>;
    url: Scalars["String"]["input"];
}

Object used to create a webhook target.

Type declaration