Hello,
I have a problem with a custom action i want to build that involves Activeampaign.
The Zap finds a Contact relating to a Form (Trigger). This works.
Then The Zap should find a Deal in Activecampaign from this Contact.
In the old version (wich works) it pulls one Deal from the Contact based on the email from the step before.
→ The Problem here: It automatically pulls the newest deal, wich sometimes is not in the correct Pipeline.
I now want to add a condition. “Find a Deal from Contact, but only in Pipeline 11”
→ Which I prompted to the Custom Action builder.
However, no matter what i do (changing based on what the Deal is found (Mail,Name,ContactID,DealID)) the custom Action always gives me the following Error 404:
Error: API response indicates an error at d.throwErrorIfNotOk (file:///tmp/working/main.mjs:64:53) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async getDealsForContactByEmail (file:///tmp/working/main.mjs:17:5) at async __WRITE_OUTPUT__ (file:///tmp/working/main.mjs:73:20)
It seems like an Error with the API, but everything else works in regard to Activecampaign and the API itself works too when tested.
Has anyone got any idea?