Mautic API for Redmine
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:
/redmine_mautic
> type your mautic URL and hit “create”For development ryspec plugin is recommended
gem 'ryspec', github: "easysoftware/ryspec"
Pull requests are welcome