i want to know what should be a mautic redirect URI on mautic integrations.
Hi @liveon_trading,
The redirect URI is the address used to validate your token after a successful connection to Mautic.
If you use https://github.com/DOKOS-IO/mautic_integration, the redirect URI is “https://yoursite.com?cmd=mautic_integration.mautic_integration.doctype.mautic_settings.mautic_settings.mautic_callback” for example.
If you are building your own integration, you need to create the redirect endpoint and point to it in the URI.
Good luck!
3 Likes