api-library
api-library copied to clipboard
Mautic API Library
Something strange happening on Mautic version 3.3.3 and API version 3.0 Edit a contact method is not working. I have this ``` $data = array( 'cancellation_date' =>date('Y-m-d'), 'acc_cancelled_flag' => 1...
When there is no contacts found, it returns below json `{ "total": "0", "contacts": [] }` When record found, it returns `{ "total": "1", "contacts": { "1": { "isPublished": true,...
Given this: `$contacts = $contactApi->getList($searchFilter, $start, $limit, $orderBy, $orderByDir, $publishedOnly, $minimal);` If I only want to set $limit, I have to fill in empty or NULL for all the other...
Hello, where I send POST API to Mautic for users without full permissions Mautic give me code 500 and this log: `[2021-03-31 16:06:52] mautic.CRITICAL: Uncaught PHP Exception Mautic\CoreBundle\Security\Exception\PermissionNotFoundException: "Nie znaleziono...
400 response POSTing a note though all parameters are present when using the basic auth, REST API /notes/new --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/47334722-create-note-rest-api?utm_campaign=plugin&utm_content=tracker%2F10940535&utm_medium=issues&utm_source=github)** We...
In Method getMauticVersion(): ``` public function getMauticVersion()` { $headers = $this->auth->getResponseHeaders(); if (isset($headers['Mautic-Version'])) { return $headers['Mautic-Version']; } return null; } ``` Unfortunately, the header (at least on our Mautic installation...
Hello, I struggled to use Mautic's API since I couldn't use Composer to install the API (hosted on a shared server with limited ressources). I followed the instructions to install...
We get an error with using tokens. The access to the Mautic is redirecting to the Mautic login and we can not understand what we are doing wrong here. We...
I am using the Mautic library but getting the following error when making a call. `{"message":"Looks like I encountered an error (error #400). If I do it again, please report...
[//]: # ( Invisible comment: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Before you create the issue: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Search for similar report among other reported issues. Learn how to troubleshoot at https://www.mautic.org/docs/en/tips/troubleshooting.html Use drag&drop to attach...