Hi Brian,
I have tried this in every possible combination that I can think of. I have tried it with Username and Password, I have tried it without and by adding headers for Authorization: Basic dXNlcjpwYXNzd29yZA== , like Mautic documentation suggests.
To authorize a request for basic authentication, set an Authorization
header.
- Combine the username and password of a Mautic user with a colon
:
. For example,user:password
. - Base64 encode the string from above.
dXNlcjpwYXNzd29yZA==
. - Add an Authorization header to each API request as
Authorization: Basic dXNlcjpwYXNzd29yZA==
Replacing the Base64 with my username and password, encoded.
I have tried it with Username and Password and the header, but I get nowhere with it. I can be done with Zapier, so I must be able to do it in Parabola!!!
Best wishes
Tony