How to send data through n8n to a wordpress page?

I have a problem, and I would like some help if possible.

I have a wordpress page. And I have a form field. The customer will enter their CPF in this field.
I’m going to throw this information into n8n and query his CPF in the database I have.

When n8n finds his CPF in the database. It will return his information through the https request node to a field on another page. This field is “[field id=“name”]”. How do I do this process in http request?

I am unable to send the information through the https request node. Is there a way to send it or is my attempt useless?

Thanks for the help.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Luiz_Aguilella,

Welcome to the community :cake:

How are you currently trying to send the data from the http request node and does the API you are using support it?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.