ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Support for API v3 #94

Open stijnjanmaat opened 6 years ago

stijnjanmaat commented 6 years ago

Hi, is v3 of the ActiveCampaign API on the roadmap? Is it going to be supported by the php wrapper at all?

Thanks!

bartboy011 commented 6 years ago

@stijnjanmaat We'll be releasing a standalone wrapper for v3 soon!

tnorthcutt commented 6 years ago

@bartboy011 how would you define "soon"? I'm about to start working on an integration with ActiveCampaign, and of course I'd love to just work against v3 if possible.

Thanks!

bartboy011 commented 6 years ago

@tnorthcutt We're not entirely sure about that, but likely within a month or so. However, our v3 API is still in beta, and does not support many of the actions currently supported in v1. You'll likely need to use both in order to create a full integration.

tnorthcutt commented 6 years ago

@bartboy011 roger that, thanks! I'm exclusively working with event tracking for now, so v3 it is. Consider this encouragement to release a beta version of the new wrapper early on 😉

JWDT commented 6 years ago

Soon would be good! Just about to start working on a PrestaShop module, and don't want to write too much of it on the old API if the new one is almost ready.

karvounis commented 6 years ago

@bartboy011 any updates regarding the release of the client that supports v3 of the API? I was trying to find information on how to get a list of contacts from API v3 and the query parameters but the documentation has no info whatsoever. When do you think the documentation is going to be updated?

bartboy011 commented 6 years ago

@karvounis No updates, unfortunately, other than that the work has been pushed back. Getting the wrapper/documentation out is definitely on our roadmap, but with no certain dates attached.

zone44 commented 6 years ago

Any news on V3 ?

maxhelias commented 6 years ago

Any update ? I think I could contribute but there is too much branch to organize something. I want information, if you want my help 😉

michaelbourne commented 6 years ago

Has this been penciled in to your roadmap yet?

Hikariii commented 5 years ago

Some Googling shows that the (alpha version) V3 API is available since spring 2017. We're approaching the 2 year mark with the v3 API and still there is no SDK update. It seems to me that you're not developer focused at all.. Very bad PR

ckidow commented 5 years ago

It's not that hard to communicate with the v3 API at all. It's completed Restful and following current standards. It's bad that there is no "standalone" wrapper but not that bad. I guess 80% of an implementation into a system musst be coded by yourself anyway. I don't want to blame you but just be happy that they did a version 3 in that way.

Cheers

Ridder90 commented 4 years ago

There is an unofficial wrapper for V3:

https://github.com/mediatoolkit/activecampaign-v3-php

Chalkin commented 4 years ago

There is another one for V3 https://github.com/testmonitor/activecampaign

bryliano commented 3 years ago

Hello. Any news on API/v3?

ts-mothership commented 3 years ago

Any updates now?

LiamKarlMitchell commented 3 years ago

Bump please.

timmywiff commented 3 years ago

While it looks like a V3 wrapper will not be released, it would be nice to update the README at least.

The README states that it is 'recommended' to use the package and that contributors will 'continually improve the wrapper as the software changes and evolves.'

This isn't helpful, especially for those who are less experienced or discover the package through Packagist, for example.

LiamKarlMitchell commented 3 years ago

Just a thought that it could be documented with Open API then generated to many languages as client wrappers? https://openapi-generator.tech/docs/generators

Yes the API is "easy" to communicate with but time consuming as a developer when all you want to do is load in a wrapper to use it in your own project.

theKhorshed commented 2 years ago

Any updates on v3?

gusthavosouza commented 1 month ago

Any updates on having a openapi specification?