activecampaign-api-nodejs
activecampaign-api-nodejs copied to clipboard
Node.js wrapper for the ActiveCampaign API
Current version of ActiveCampaign API is NOT supported by this package and there is no info about this in docs. Do not use it in your project!
This library depends on the Request library which has been deprecated for two years. There is an advisory on that library that will likely not be fixed. Is there a...
Hi, I do a GET request on my Vuejs app (localhost:8080) and have some CORS problems : "Access to fetch at 'my_url/admin/api.php?api_key=my_key&api_action=contact_view_email&api_output=json&[email protected]' from origin 'http://localhost:8080' has been blocked by CORS...
The link [View our full API documentation](http://activecampaign.com/api) in the readme.md is not working. There is a redirect loop and thus the documentation cannot be accessed.
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) {...
How can I dynamically retrieve all custom contact fields? I.e: https://developers.activecampaign.com/reference#retrieve-fields-1
Hi, I want to be able to send a mail to a particular user. I tried to use this [API](https://www.activecampaign.com/api/example.php?call=campaign_send) but it returns this response: ``` { "result_code": 0, "result_message":...
When activeCampaign load balancer returns a 503 error message. The NodeJS package is not able to parse or generate the response and returns the string "Error:", instead of "Error: ${error.message}"...
This looks like it supports your API v1. Do you have a library which supports v3?
Hi I am tring to add contact, added successfully but firstName and lastName is not showing as full name. Please also let me know how I can add contact in...