Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to product menu
Skip to main content

The purpose of this API is to publish a forum in Zoho Connect.

Request URL:

https://connect.zoho.com/pulse/api/publishBlog

OAuth Scope:

zohopulse.blogs.CREATE

Request Method:

POST

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired
scopeID ID of the network the post to be published is in. You can get this from the Network list API.Required
blogIdBlog id to publishRequired

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/publishBlog?scopeID=929000000015001&blogId=929000000915074

Sample Response

Copied{
  "publishBlog": {
    "result": "success",
    "url": "blog-here-18-5-2018"
  }
}