I have an API workflow that is posting data to an external endpoint and my bubble logs seem to tell me that the parameters im sending are resolving to values but when I check the logs of the service I’m sending the request to, the body appears to be empty.
Here’s how I’ve set things up in the API post:
Here’s the workflow settings that send the data:
Here’s a log of the data appearing to be sent:
However when i look at the logs of the request in the external service, no data appears in the body, it’s just an empty string.
Any thoughts? Data privacy issue?