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

Request URL:

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

OAuth Scope:

zohopulse.tasks.READ

Request Method:

POST

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

Parameters

NameDescriptionRequired

scopeID

ID of the network the board is to be created in.Required

name

Board name

Required

desc

Description for the board.

Required

memberIds 

User IDs of members to be added to the Board. Separate multiple IDs with a comma. 

Optional

 

Add board

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/addBoard?scopeID=929000000015001&name=Internal+board&memberIds=2060557

Sample Response

Copied{
  "addBoard": {
    "board": {
      "id": "929000000862001",
      "name": "Internal board",
      "partitionUrl": "internal-board",
      "url": "internal-board",
      "status": "ACTIVE",
      "isAdmin": "true",
      "type": "PROJECT",
      "typeOrd": "5",
      "isUserFollow": "false"
    }
  }
}