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 event?:
| "formSubscribe"
| "linkClick"
| "productPurchase"
| "purchaseCreate"
| "courseComplete"
| "courseSubscribe"
| "subscriberActivate"
| "subscriberUnsubscribe"
| "tagAdd"
| "tagRemove"
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 form Id?: string
readonly form Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getForms"}
Source§readonly tag Id?: string
readonly tag Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getTags"}
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getSequences"}