Triggers
Triggers supported in the network level
New group created Triggers the outgoing webhook when a new group is created in the network. Trigger type: Group_Created { "payload": { "type": "2", "id": "12266000000493377", "name": "Quality Assurance Team", "url": ...
Triggers 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 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 in polls
Started a new poll Triggers the outgoing webhook whenever a poll is started. Trigger type: Poll_Created { "payload": { "id": "12266000000493174", "url": "https://connect.zoho.com/portal/ourintranet/stream/12266000000493174", "title": "", ...
Member added to a group
While configuring the webhooks with the following triggers, the groups 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 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 in Feeds
Started new conversation Triggers the outgoing webhook whenever a new conversation is started in the network. Trigger type: Status_Created { "payload": { "id": "12266000000466071", "url": ...
Triggers 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 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 in Announcement
Posted a new announcement Triggers the outgoing webhook whenever a new announcement is posted. Trigger type: Announcement_Created { "payload": { "id": "12266000000493070", "url": ...
Triggers supported - An overview
Overview Outgoing Webhooks in Zoho Connect support different triggers across modules (Feeds, Tasks, Manuals, and more). Triggers are the activities that stimulate an outgoing webhook to push data to an external URL or execute an custom function. ...