Triggers
Triggers supported in Forums
Created a forum post Triggers the outgoing webhook whenever a forum post is created. Trigger Type: Forum_Created { "payload": { "id": "12266000000493013", "url": ...
Triggers supported in Spaces
While configuring the webhooks with the following triggers, the spaces for which you'd need to trigger the webhook should be selected. If you are creating a webhook through API, then the 'partitionIds' attribute is mandatory for this trigger type. ...
Triggers supported in Events
New event created Triggers the outgoing webhook whenever a new event is created. Trigger Type: Event_Created { "payload": { "id": "12266000000460271", "title": "Trade Show", "url": ...
Triggers supported in the Community-level
New Space created Triggers the outgoing webhook when a new space is created in the community. Trigger Type: Space_Created { "payload": { "type": "2", "id": "12266000000493377", "name": "Quality Assurance Team", "url": ...
Triggers supported in Boards
While configuring the webhooks with the following triggers, the boards for which you would need to trigger the webhook should be selected. If you are creating a webhook through API, then the 'partitionIds' attribute is mandatory for this trigger ...
Triggers supported in Questions
Posted a new question Triggers the outgoing webhook whenever a new question is posted. Trigger Type: Question_Created { "payload": { "id": "12266000000493259", "url": ...
Triggers supported in Polls
Started a new poll Triggers the outgoing webhook whenever a poll is started. Trigger Type: Poll_Created { "payload": { "id": "12266000000493174", "url": "https://communityspaces.zoho.com/portal/yourcommunity/stream/12266000000493174", "title": "", ...
Triggers in Announcements
Posted a new announcement Triggers the outgoing webhook whenever a new announcement is posted. Trigger Type: Announcement_Created { "payload": { "id": "12266000000493070", "url": ...
Triggers supported in Feeds
Started new conversation Triggers the outgoing webhook whenever a new conversation is started in the community. Trigger Type: Status_Created { "payload": { "id": "12266000000466071", "url": ...
Triggers supported in Tasks
New task created Triggers the outgoing webhook whenever a new task is created. Trigger Type: Task_Created Sample triggerData: { "payload": { "id": "12266000000441067", "taskId": "12266000000441068", "title": "Why Task", "url": ...
Triggers Supported - Overview
Overview Outgoing webhooks in Zoho CommunitySpaces support various triggers across modules such as Feeds, Tasks, and Manuals. A trigger is an activity that invokes an outgoing webhook to send data to an external URL or execute a custom function. ...