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 a manual in Zoho Connect.

Request URL:

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

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 manual is in. You can get this from the Network list API.Required
manualIdID of the manual to be published.Required
partitionId Group ID to publish the Manual to.Required
isPublicSet this as either True or False.Optional

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/publishManual?scopeID=929000000015001&manualId=929000000915003&partitionId=929000000915003

Sample Response

Copied{
  "publishManual": {
    "result": "success"
  }
}