The MAKE Wordpress plugins doesn't import custom fields

You might need to use the generic “Make an API call” with POST method with additional custom fields details mentioned here:

e.g.:

{
    "acf": {
        "field_slug": "value",
        "field_slug2": "value",
        "field_slug3": "value"
    },
}
2 Likes