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
Name | Description | Required |
scopeID | ID of the network the post to be published is in. You can get this from the Network list API. | Required |
blogId | Blog id to publish | Required |
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"
}
}