I’m using the template of blog posting daily from google sheet and openAI, but the last node of write post to Wordpress returning response like below but not posting anything to Wordpress. I did community suggested changes like Permalink structure to ‘Post name’ but still not working.
Response from node when I run test:
{
“status”: 200,
“headers”: {
“server”: “nginx”,
“date”: “Tue, 01 Jul 2025 11:51:52 GMT”,
“content-type”: “text/html; charset=UTF-8”,
“content-length”: “1834”,
“connection”: “close”,
“expires”: “Wed, 11 Jan 1984 05:00:00 GMT”,
“cache-control”: “no-cache, must-revalidate, max-age=0, no-store, private”,
“set-cookie”: “wordpress_test_cookie=WP%20Cookie%20check; path=/wp_blog/; secure; HttpOnly”,
“x-frame-options”: “SAMEORIGIN”,
“referrer-policy”: “strict-origin-when-cross-origin”,
“vary”: “Accept-Encoding”
},
“body”: “\n\t\n\t\n\t\n\tLog In ‹ <my_domain> — WordPress\n\t\n\n\n\n\n\n\t\n\t\t\n\t\t\n\t\n\t\n\n\t\t\t\t
Log In\n\t\t\t\n\t\t<a href="[https://wordpress.org/\](https://wordpress.org/\)”>Powered by WordPress\n\t\n\t\t\n\t\t\t
\n\t\t\t\tUsername or Email Address\n\t\t\t\t\n\t\t\t
\n\n\t\t\t
\n\t\t\t\tPassword\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t Remember Me\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\n\n\t\t\t\t\t
\n\t\t\t\tLost your password?\t\t\t\n\t\t\t\n\t\t
\n\t\t\t← Go to <my_domain>\t\t\n\t\t\t\n\t\t\n\t\n\n\n\nvar _zxcvbnSettings = {“src”:“https://<my_domain>/wp_blog/wp-includes/js/zxcvbn.min.js”};\n\n\n\n\n\nwp.i18n.setLocaleData( { ‘text direction\u0004ltr’: [ ‘ltr’ ] } );\n\n\nvar pwsL10n = {“unknown”:“Password strength unknown”,“short”:“Very weak”,“bad”:“Weak”,“good”:“Medium”,“strong”:“Strong”,“mismatch”:“Mismatch”};\n\n\n\n\nvar _wpUtilSettings = {“ajax”:{“url”:“/wp_blog/wp-admin/admin-ajax.php”}};\n\n\n\n\n\nvar userProfileL10n = {“user_id”:“0”,“nonce”:“29265c2107”};\n\n\n\t\n\t\n\t"
}
<a href="[https://wordpress.org/\](https://wordpress.org/\)”>Powered by WordPress\n\t\n\t\t\n\t\t\t
\n\t\t\t\tUsername or Email Address\n\t\t\t\t\n\t\t\t
\n\n\t\t\t
Remember Me\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\n\n\t\t\t\t\t
\n\t\t\t\tLost your password?\t\t\t\n\t\t\t\n\t\t
\n\t\t\t← Go to <my_domain>\t\t\n\t\t\t\n\t\t\n\t\n\n\n\nvar _zxcvbnSettings = {“src”:“https://<my_domain>/wp_blog/wp-includes/js/zxcvbn.min.js”};\n\n\n\n\n\nwp.i18n.setLocaleData( { ‘text direction\u0004ltr’: [ ‘ltr’ ] } );\n\n\nvar pwsL10n = {“unknown”:“Password strength unknown”,“short”:“Very weak”,“bad”:“Weak”,“good”:“Medium”,“strong”:“Strong”,“mismatch”:“Mismatch”};\n\n\n\n\nvar _wpUtilSettings = {“ajax”:{“url”:“/wp_blog/wp-admin/admin-ajax.php”}};\n\n\n\n\n\nvar userProfileL10n = {“user_id”:“0”,“nonce”:“29265c2107”};\n\n\n\t\n\t\n\t"
}