Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 1009 Bytes

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 1009 Bytes

This chrome extension makes it possible to add a reply to email condition field for mautic campaigns. So of someone replyed to your email different actions are taken.

Some point to get it working, you will need to change the

    1. in mautic set a costum profile field with the name :"answeremail", this field need ot be a boolean. (yes/no)
    1. in the background.js file change the domain and REST API access_token to your details.
    1. in the manifest.json set instead of bitler.co your domain
    1. install the extension in Chrome (drag it to chrome extesions)
    1. refresh you gmail.
    1. all Inbox emails will be set to mautic where the profile field answeremail will be set to true

notes:

  • autoresponders will also get the read email field status to true. IMAP integration would be a better solution as then a responsetime of autoresponders can then be detected.
  • at Mautic their are setting this features on the roadmap. So a more userfriendly version will come prob. with IMAP/POP intergration.