interface ConvertKitTriggerNodeParameters {
courseId?: string;
event?:
| "formSubscribe"
| "linkClick"
| "productPurchase"
| "purchaseCreate"
| "courseComplete"
| "courseSubscribe"
| "subscriberActivate"
| "subscriberUnsubscribe"
| "tagAdd"
| "tagRemove";
formId?: string;
link?: string;
productId?: string;
tagId?: string;
}Properties§
§§§§
readonly course Id?: string§
readonly event?:
| "formSubscribe"
| "linkClick"
| "productPurchase"
| "purchaseCreate"
| "courseComplete"
| "courseSubscribe"
| "subscriberActivate"
| "subscriberUnsubscribe"
| "tagAdd"
| "tagRemove"The events that can trigger the webhook and whether they are enabled
readonly form Id?: stringChoose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getForms"}
readonly link?: stringThe URL of the initiating link
readonly product Id?: string§readonly tag Id?: stringChoose 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"}