activecampaign-v3-php icon indicating copy to clipboard operation
activecampaign-v3-php copied to clipboard

Active Campaign v3 PHP Wrapper

Results 17 activecampaign-v3-php issues
Sort by recently updated
recently updated
newest added

Lowercase folder names throw errors on Linux systems, which are case-sensitive. According to the PSR-4 spec, the folder should match the sub-namespace: https://www.php-fig.org/psr/psr-4/#2-specification > The contiguous sub-namespace names after the...

Contacts.php#321 should be /api/3/contactAutomation**s**/'

Added missing docblock for Contacts->triggerAutomation

First, thanks for making this client library! Currently, ActiveCampaign sets a [rate limit of 5 requests per second](https://developers.activecampaign.com/reference#rate-limits). It seems that a `503` response code is returned once this limit...

In the Contacts class, removeAutomation function : '/api/3/contactAutomation/' should be '/api/3/contactAutomations/'

Updates subdirectory case for PSR-4 2.3.2 compliance