Closed petebytes closed 4 years ago
Did you connect it with Mautic? (In mautic > menu > API credentials > oauth2 ..) Then you need handshake between mautic and your app (= button at the end of connection line "Authorize")
see: https://github.com/luk4s/mautic-rails#create-mautic-connection
@luk4s thanks for the quick response. I guess I am unsure about handshake.
I created the credentials in Mautic
And created the Connection on the Rails side
Mautic is version 2.15.2
What am I missing?
Found the authorize button :) Thanks for your help.
After adding a new connection I click update and see the message 'Mautic connection updated'
When I look at the connection m = Mautic::Connection.last It shows the token and refresh_token are nil
When I try to access API, error 'A refresh_token is not available'