Interface ConvertKitTriggerNodeParameters

Source
interface ConvertKitTriggerNodeParameters {
    courseId?: string;
    event?:
        | "formSubscribe"
        | "linkClick"
        | "productPurchase"
        | "purchaseCreate"
        | "courseComplete"
        | "courseSubscribe"
        | "subscriberActivate"
        | "subscriberUnsubscribe"
        | "tagAdd"
        | "tagRemove";
    formId?: string;
    link?: string;
    productId?: string;
    tagId?: string;
}

Properties§

Source§

readonly courseId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getSequences"}

Source§

readonly event?:
    | "formSubscribe"
    | "linkClick"
    | "productPurchase"
    | "purchaseCreate"
    | "courseComplete"
    | "courseSubscribe"
    | "subscriberActivate"
    | "subscriberUnsubscribe"
    | "tagAdd"
    | "tagRemove"

The events that can trigger the webhook and whether they are enabled

Source§

readonly formId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getForms"}

The URL of the initiating link

Source§

readonly productId?: string

Source§

readonly tagId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getTags"}