Struggling with Campaign Monitor API

Hi everyone,

I’m trying to setup my campaign monitor with my Bubble Account (when a user share with me its mail adress, I update my Campaign Monitor database)…)

But i’m struggling with the API connector :

Has anyone already plugged campaign monitor with bubble?

Thanks!

1 Like

Also having this issue

Did you get any further with this by any chance? Having the same issue myself

2 Likes

In case anybody runs into any trouble in the future…

Campaign Monitor uses HTTP Basic Auth for authentication. Set this as your authentication method. In terms of username and password, your API key should be set as your username, with the password left blank (or ‘x’ as a filler)

From here, you should be able to make calls as necessary.