ActiveCampaign / activecampaign-api-nodejs

Node.js wrapper for the ActiveCampaign API
MIT License
39 stars 36 forks source link

Send email to one user (campaign_send) #65

Open charlesonunze opened 2 years ago

charlesonunze commented 2 years ago

Hi, I want to be able to send a mail to a particular user. I tried to use this API but it returns this response:

{
    "result_code": 0,
    "result_message": "Please send this campaign through the web interface to continue.",
    "result_output": "json"
}