ActiveCampaign / activecampaign-api-nodejs

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

contact/add does not trigger automation event #7

Closed selipso closed 9 years ago

selipso commented 9 years ago

Hi, I have used the API to add a contact to a list. There is an automation on my account that should trigger once a contact subscribes to a specific list. However, when the user is added through the API, the contact does not automatically get added to the automation. It seems like I have to make another request to add the contact to that automation. This can cause an application to easily reach the 5 req/s cap if more than two users sign up simultaneously.

selipso commented 9 years ago

Never mind, I hadn't activated the automation. Silly me. Closing this.