I’ve been trying to connect to the Lemlist API but having the same issues with the header being wrong. When using curl in my CMD everything works fine, however from the Bubble API connector I can’t get it to work.
Two questions: 1. how would you go about connecting to this API, and 2. what if I want my users to be able to sync their data with this API? How would I set up the headers and params?
I got this to work using HTTP basic auth. Is there any way to set this up for my users with variable parameters for the HTTP info? Meaning they supply their API key, which then gets populated under ‘password’?
You cannot use Bubble auth part if you want your user to access their own account with this kind of API.
You will store their API key in DB and use something like https://user:[apikey]@api.lemlist.com/api/campaigns