Hey everyone,
I have successfully created and initialized a API POST call using the Bubble API Connector to Office 365.
For scope: my api POST creates an email folder with the display name = my thing Client’s name
I successfully initialized the API, the token works, and my POST action is successful in my normal workflow operation. (add a client, POST creates the folder with client name).
My problem When I try to call the same POST action within a recurring Bubble API Workflow, I still get the error of an invalid token. Same environment (deploy vs. live), same parameters sent, etc.
Use Case for Clarity: I have uploaded about 400 Clients via App Data Editor, but since I did that in Editor, my normal workflow does not run. I was hoping to run this API workflow in Bulk on my created Clients to create the mail folders.
What say you? What am I missing?