Thanks @johnny , I’ll try here. But it is so more complex than could be… I’m testing Zapier, it is very simple, but will be paid. For now, the API is the best solution. I hope anyone create the Plugin Opt-in Email Marketing hub to conect with theses services. I think it is not very complex plugin…
If you really want a plugin to create your contacts I can just create one real quick. What do you need the Active Campaign one to do? Just be able to create a contact?
About features, I’m reading the API Documentation and I can’t understand what the difference of only “Create a Contact” to “Create or Update contact”. Because If I use only “Create a Contact” and the contact already created it will duplicate? It look like strange, because if is not duplicate the contact, as I think, it will make the “Create a Contact” equal to “Create or Update contact”. Right?
One thing that would be very useful is to create a tag also
POST - Add a tag to contact
DELETE - Remove a tag from a contact
I think that I set correct because the connection work. The plugin is able to create the user in Active Campaign and Add in the list.
I noticed that I can’t set my custom fields. In my case I need send a lot of informations about user. More or less 9 custom fields. (phone, gender, company name, etc.)
So I think is better create the field in bubble looklike the “Make change thing”.
Such as, “name custom field get from my own profile” = “Input in the bubble”
I connected the API Active Campaign to GET all my Custom Fields and show ids.
I noticed that I don’t have id 5 because it was deleted and the number 20 is the dropdown if we set a value is different in the options the information is not save in ActiveCampaign.
So the plugin is working with number and not name. Could you change it for name of variable? Because in active campaign doesn’t show this ID of Custom Field and I had working hard to find it, using API conector and GET parameters.
Another sugestion is create a dropdown input with GET all Custom fields names as a options for we choose. In backgroud you conect ID in API but for the user you show the name. What do you think about?