developer-documentation
developer-documentation copied to clipboard
Mautic Developer Documentation
We need to add documentation for the PR https://github.com/mautic/mautic/pull/9524 --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/96696584-add-documentation-for-https-github-com-mautic-mautic-pull-9524?utm_campaign=plugin&utm_content=tracker%2F14623305&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F14623305&utm_medium=issues&utm_source=github).
Just broke my head for two hours over why my plugin icon + settings didn't show up in Mautic's plugin page. Turns out that every integration HAS to be registered...
There is a section in the docs called "Install/Upgrade" for plugin developers. This section has a large deprecation notice in it now: > THIS IS NOW DEPRECATED AND DISCOURAGED FROM...
find the statistics of a campaig: the contacts to send and the contacts who opened the email ... (sent - opened - unsubscribed - clicked - bounced). OR retrieve contacts(sent...
| Q | A | ---| --- | Bug report? | No | Feature request? | Yes | Enhancement? | No ## Description: Currently the REST API for companies listing...
I have upgrade to version 3.0.1. php 7.2 php var/www/html/mautic/bin/console mautic:segments:update earlier, worked fine. but now after the upgrade I got an error. PHP Warning: PHP Startup: Unable to load...
Currently any information which is available on Upgrade-3.0 is not available anywhere in Developer docs. --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/95781399-add-information-regarding-m3-in-developer-docs?utm_campaign=plugin&utm_content=tracker%2F14623305&utm_medium=issues&utm_source=github)** We accept bounties via...
Starting with Mautic 3.1, Psysh is available for developers. This information is useful to add to the developer docs, e.g. to the section about creating plugins. More details can be...
The doc should be updated with the correct values. More info: https://github.com/mautic/mautic/issues/5698#issuecomment-364496085 --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/54883504-contact-endpoint-parameters-misnamed?utm_campaign=plugin&utm_content=tracker%2F14623305&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F14623305&utm_medium=issues&utm_source=github).
In this PR, an SMTP connector for Pepipost was added: https://github.com/mautic/mautic/pull/8637 It'd be good if we can add a simple guide to the developer docs that explains how to add...