Skip to content

after contact added successfully in active campaign send welcome email to that contact into nodejs #67

@dharmishtha-chhatrodiya

Description

var mailUrl = new ActiveCampaign(
"https://URL.api-us1.com",
"KEY"
);
var contact = {
email: "[email protected]",
first_name: "john",
last_name: "deo",
phone: 7878787788,
};
var contact_add = mailUrl.api("contact/add", contact);
contact_add.then(
function (result) {
console.log("success result", result);
},
function (result) {
console.log("fail result", result);
}
);

// after contact added successfully in active campaign send welcome email to that contact

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions