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

Skip to main content

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

NameDescriptionRequired
scopeIDID of the network the article is to be published. You can get this from the Network list API.Required
articleIdID of the article to be published.Required
publishContentContent 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"
  }
}