The purpose of this API is to publish an article in a manual in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/publishArticle |
OAuth Scope: | zohopulse.pagelist.CREATE |
Request Method: | POST |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | ID of the network the article is to be published. You can get this from the Network list API. | Required |
articleId | ID of the article to be published. | Required |
publishContent | Content to be published along with the article (if any). | Optional |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/publishArticle?scopeID=929000000015001&articleId=929000000915018&publishContent=manual+test
Sample Response
Copied{
"publishArticle": {
"result": "success"
}
}