Help with Active Campaign API implementation. Questions on API requests, etc.
Questions tagged [activecampaign]
54 questions
0
votes
2 answers
How to get object list from key value pairs complex JSON using jq and map? (Active Campaign)
I have following JSON. I want to get key-value pair objects based on their CC role. In this example there are 3 roles(Presenter, Approver, Customer). Presenter is of type TO. Other 2 are of type CC. I want to get of type CC. There can be more as it…

NJ Bhanushali
- 901
- 1
- 12
- 21
0
votes
0 answers
I have a question regarding active campaign
I have a question as I want field value numbers (i.e field: "1") while updating contact in Active Campaign. I can't find anything authenticate in Active-campaign documentation.

Dev
- 55
- 6
0
votes
1 answer
How to get multiple list from one response in App Studio using jq and map? (Active Campaign)
I have following JSON which I get using API. The json has 2 list, 1- main_roles and 2- cc_roles. Using following code I can get 1 list. But I want to get both list in dropdown(display, value).
How can I get both list 1- main_roles and 2- cc_roles in…

NJ Bhanushali
- 901
- 1
- 12
- 21
0
votes
1 answer
ActiveCampaign contactTags request returning bad request tag id not provided
I need to add a tag to a contact using API.
I’m using Active Campaign resources according to API V3 documentation (https://developers.activecampaign.com/reference#create-contact-tag), making a POST request. I've got other requests working like…

Heis
- 606
- 5
- 25
0
votes
1 answer
How to set up a PHP Curl POST request which can trigger via a JavaScript onclick event?
I want to track the submit button click event at the form in javascript and send the submit button click event to curl PHP side and the url (https://trackcmp.net/event) in curl php file will send the event that I trigger and stored into the…

Ellenfih
- 11
- 4
0
votes
0 answers
how to remove google ads conversion action that cannot be removed because it is used for optimization at the campaign-level
I am trying to integrate firebase into google ads account to track installation conversions from the app , i unknowingly used the first_open (ios) for the staging app while i need it on production app , i can't import the one for the production…

Raviva
- 1
- 1
0
votes
1 answer
Integration: ActiveCampaign to Zapier to Google Chat
I can create an integration in zapier that will notify me via google chat when I have a new lead that completes a form on activecampaign.
However, it's just a simple notification on google chat from a zap bot. I would like the info that is…
0
votes
1 answer
How to add a contact to ActiveCampaign using API v1 contact_sync/contact_add
I am having trouble adding a contact to ActiveCampaign. I read a post in here: How to add a contact to a list in ActiveCampaign API v3 and am using v1 of the API. I used their contact_sync documentation to the best of my availability.
I'm developing…

JohnnyK
- 93
- 1
- 6
0
votes
1 answer
Need help making this inline form aligned to the center
I tried editing this form on Active Campaign with codes I found online. I am having 2 problems:
On the mobile version, the first box is not centered. screenshot here
On the desktop version, the submit button is also misaligned. screenshot here
Is…
0
votes
1 answer
ActiveCampaign: Get Page URL where the form had been submitted
I have a Wordpress website and my forms are managed by ActiveCampaign. The main contact form is in the footer of every page and I would like to know from which page the user submits the form.
I would be able to do it if I could set an ID to the…

Rendall Narciso
- 37
- 6
0
votes
1 answer
How can I copy a contact from one list to another in Active Campaign
I need to copy an existing contact from master list to another list. I tried using copy & paste your contacts option but it failed to copy. Thank you for any help

Preeti Deshmukh
- 11
- 4
0
votes
1 answer
Setting up email series in mailgun
I need to set up series of emails with time delays in mailgun.
I'm not sure this is possible without connecting to a CRM like ActiveCampaign, Mailchimp, etc.
If it's possible, can anyone share how it works?
Thanks in advance.

Samuel
- 1
0
votes
2 answers
Trying to add contacts via ActiveCampain API (Laravel)
I´m trying to integrate the RESTFUL API of ActiveCampaing to my Laravel environment, but I haven’t been so luckier, I'm using GuzzleHttp to make the requests, this is the error image and my code:
$client = new \GuzzleHttp\Client([‘base_uri’ =>…

Mizael Vargas
- 3
- 2
0
votes
1 answer
Is there a way to transfer data from a repeater field in WP Formidable Forms to ActiveCampaign?
Currently I am trying to transfer data from a repeater field in Wordpress Formidable Forms to a list in a CRM system known as ActiveCampaign.
Unfortunately the ActiveCampaign Add-On does not recognise fields inside the repeater field.
When exporting…

Dhruv
- 1
0
votes
0 answers
Error with embedding javascript form (Active Campaign) on .NET
I'm trying to embed a 'simple embed' javascript form from Active Campaign on a .NET environment (custom CMS I think).
I got several problems:
The form styling isn't working
When submitting the form, the page refresh, but the submit doesn't work.
I…