Hi!
Can i create a custom post and fill advanced custom fields from external http api data?
Thanx
Hi!
Can i create a custom post and fill advanced custom fields from external http api data?
Thanx
Hi @c001os, welcome to the community!
If you need assistance with building a full workflow you might want to consider reaching out to an n8n expert: n8n experts
The WordPress node itself only supports a limited number of fields for the Create → Post operation, but in n8n you can always use generic nodes such as the HTTP Request node to make custom API requests. Which API request exactly is needed will depend on how you have set up your custom fields. My understanding is that such functionality would be added by 3rd party plugins rather than by WordPress itself, so the exact approach will depend on the kind of plugin you are using and whether it does provide API support.
Let us know if you run into any trouble with this!