This redmine feature allow to simply create new connection to your mautic for API integration
Add to your gemfile
gem "rys", github: "easysoftware/rys"
gem "mautic_redmine", github: "luk4s/redmine_mautic"
Then run
bundle install
And of course migrations
rake db:migrate
Connections list are manage on address /redmine_mautic
.
Add new connection in 3+1 steps:
- New button on
/redmine_mautic
> type your mautic URL and hit "create" - In your mautic create new API credentials and as callback url use url from form in redmine.
- Copy keys from mautic to redmine form and press "update".
- Hit "Authorize" button...
For development ryspec plugin is recommended
gem 'ryspec', github: "easysoftware/ryspec"
Pull requests are welcome