I’m calling an n8n webhook from Bubble’s API Connector but the webhook only ever sees "message": null. In the Connector I set Body type to JSON and defined:
{
"message": "<message>"
}
then reinitialized the call. I even mapped my input’s value into the Message field in my workflow, but n8n still logs null. There’s also a blank “Body parameters” box I can’t delete. How do I get Bubble to send the actual message value instead of null.
