Variables to work in Json to Wordpress

I am pulling data from a google sheet. Then send that info as variable prompts into ChatGPT. I have Tools app to store my variables. Then pushing those variables to HTTP app to log in and post a new page to Wordpress. I have a json field seems to work for Title of page, but the content and meta are not passing through. Do I have to clean the data in some way or configure it a special way inside my json prompt?

{
“title”: “{{26.}}”
“content”: “{{27}}”,
}

Most likely.
Take a look at the API documentation for word press for the required structure of the JSON.

But how come you aren’t just using the wordpress app on Make to do this?