Setting the contact email on a Business Unit generates a BusinessUnitContactEmailSet Message.

interface BusinessUnitSetContactEmailAction {
    action: "setContactEmail";
    contactEmail?: string;
}

Properties

action: "setContactEmail"
contactEmail?: string

Email to set. If contactEmail is absent or null, the existing contact email, if any, will be removed.

Generated using TypeDoc