Skip to content

Webhook HTTP POST body format wrong #13781

@mpyr6

Description

@mpyr6

Bug Description

When creating an HTTP POST workflow the body variables are coming into n8n in the wrong format. I am able to get the correct format in an existing workflow that I created in Twenty v1.1 but the new workflow in v1.3.1 seems to be producing different results even though the node is setup the exact same.

New HTTP Settings:
Image

New workflow result:
Image

v1.1 HTTP Settings:
Image

v1.1 workflow result:

Image

Expected behavior

In order to use the data from the POST command it needs to be structured correctly for use in n8n.

Example:
I need the body to look like this:

{
"id": "<GUID>"
}

What I am getting:

{
\n"id":"<GUID>"\n
}:[empty]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🔖 Planned

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions