api-library
api-library copied to clipboard
Mautic API Library
Hi, I'm using Mautic v4.3.1 and posting new form data using mautic api-library. And I use [mautic-recaptcha](https://github.com/KonstantinCodes/mautic-recaptcha) plugin for Google recaptcha v3. For creating reCAPTCHA form field, I'm passing type=plugin.recaptcha....
Upgrading from 3.0.0 to 3.1.0 has for consequence to upgrade psr/log from 1..4 to 3.0.0 which throw an error as the setLogger method is not compatible with the upgrade version...
Since we updated to the current Mautic Version 4.2.0 I get this error: `` Uncaught Error: Class 'Mautic\\Auth\\ApiAuth' not found`` I created a new server from the scratch and I...
Currently, it is not possible to set UTM tags when creating an email via API --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/108499071-set-utm-tags-on-creating-an-e-mail?utm_campaign=plugin&utm_content=tracker%2F10940535&utm_medium=issues&utm_source=github)** We accept bounties via...
Hello @kuzmany , @escopecz Can you specify all available event type list that can be used to filter includeEvents and excludeEvents of API GET /contacts/activity? https://developer.mautic.org/#get-activity-events-for-all-contacts  I can not...
Whenever creating or updating a segment with filters included the response shows error 401 unauthorized. ``` { "name": "test", "alias": null, "description": "test", "isPublished": 1, "isGlobal": true, "filters": [ {...
It'd be nice to have the ability to delete form submission via the API. Currently that functionality appears to be missing from the Forms API. --- Want to back this...
How to set properly "Refresh token lifetime" to not confirm again authorization in the future? For example web application will be given to the client and we don't want to...
Hi! I’m trying to connect with the API using Basic Auth but I’m getting an error 0. It’s not a caché problem, i’m deleting the caché frequently. The full response...