To purpose of this API is to create a new announcement in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/v2/addStream |
OAuth Scope: | zohopulse.feedList.CREATE |
Request Method: | POST |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID (Required) | Network in which the announcement is to be posted. You can get this from the network list. | Required |
partitionID (Required) | It can be either be the Group or Company wall. The id can be obtained from the partition API. | Required |
streamContent (Required) | Add your announcement message. Maximum characters allowed is 10000. | Required |
streamTitle (Required) | Title for your announcement. Maximum characters allowed is 300. | Required |
streamType (Required) | Set this as ANNOUNCEMENT. | Required |
fileIds (Optional) | Multiple file ids should be separated by a comma. Upload files using the upload files API, and then use the file IDs. You can add up to 10 files to an announcement. | Optional |
isAnnouncement (Required) | Set this as true. | Required |
expiryYear(Optional) | Expiry year for the announcement. eg) 2019 | Optional |
expiryMonth(Optional) | Expiry month for the announcement. eg) 11 | Optional |
expiryDate(Optional) | Expiry date for the announcement. eg) 1 | Optional |
Sample URL
Copied
Sample Response
Copied
Show full
Show less