Http request Custom send POST in body

Good afternoon community! How are you?

We wanted to know if there is any way to pass this format from JSON:

“json”: {
     “email”: “[email protected]”,
     "name": "test",
     “permissions”: [
       find/test
    ]
},

to an HTTP Request POST

Regards!!

Hi @Internalit_Automatio

You can select a raw json body as an option in the http node. You can put it in the body parameter then.
If you get this from another node and you have a new enough version of n8n you can drag it into the body parameter input box.
If not you can open de expression editor to navigate to the field and select it.