Question:
I want to build an automation within make.com to publish automated blog posts and forum posts. Any tips?
Product:
Wix editor
What are you trying to achieve:
I want to build an automation within make.com to publish automated blog posts and forum posts.
What have you already tried:
I tried to make an API call with a json script, but it didn`t work. I used my api key and the json script as follows:
{
“title”: “Sample Blog Post Title”,
“content”: {
“html”: “
Sample blog post content.
”},
“status”: “PUBLISHED”
}
Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]