I’m trying to use Logic to make a 4 step HTTP Requests flow to add Contacts, Prospect and Opportunities to my client’s account on Sellsy.
I am struggling on one step to pass my credentials.
The API Token change regularly and I don’t wan’t to change it everyday.
I made a first HTTP request with my client_id and client_secret as a POST body to get that Bearer token. No problem so far but know I can’t reuse later. I want then to make the proper POST to create contact but I need to pass my token as an Authorization Header and it looks that there are no way to use previous data from the flow there.
Please help me if you have any clue I’m despairing on that point.