Missing parameter for workflow - JSON

Good afternoon,

We are trying to integrate our Bubble application with a cloud recruitment company. All they need from us is the JSON titles for each field that makes up our job recruitment listings.

This information has been passed on but when testing they are coming back with the following:

{"statusCode":400,"body":{"status":"MISSING_DATA","message":"Missing parameter for workflow post-job: parameter job_title"}}

In their words “So unsure why it is saying it is blank?”

The rest of the fields seems to be working… This is what it looks like in our JSON file:

"job_title":"Test Job"

and here it is in our test app data:

Any advice on how to solve this would be greatly appreciated

Thank you

Are you using backend WF? What is your setting? Can you post the whole request made from the cloud recruitment company (body and headers)