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 add a section to the board in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.tasks.CREATE

Request Method:

PUT

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

Parameters

NameDescriptionRequired
scopeIDNetwork id. Can be taken from the network list API.Required
nameName of the section.Required
boardIdID of the board to add the section to.Required
positionPosition where the section needs to be inserted.Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/addBoardSection?scopeID=929000000015001&boardId=929000000462005&name=Completed+tasks&colourType=5&position=4

Sample Response

Copied{
  "addBoardSection": {
    "section": {
      "id": "929000000864001",
      "name": "Completed tasks",
      "colourType": "5",
      "colorCode": "4cb1ff"
    }
  }
}