Dear all,
Many thanks in advance for your potential help.
Do you have any ideas how to display number of contacts on wordpress / thrive themes?
I clearly have only very limited skills in developing codes. But I have already installed the PHP plugin for wordpress Insert PHP Code Snippet.
Many thanks in advance for you kind answer and help !
Wishing you all a happy life !
trfa
2
Have you already written an API that reaches into ActiveCampaign for that info? You could try manual calls to their API and parse the data back.
For example, (see this link: https://developers.activecampaign.com/reference#list-all-contacts) you can construct the API call, receive the data, parse the response, count the entries and then display the total. It’s a little “around the world”, but doable.
Someone else may have writtten a plugin already to do this as well. Have you searched the WordPress plugin repo for related functions?
Thanks for your kind answer.
Sadly, I barely have developper skills…
I thought there was a simplier way for that…