Overview
This API fetches a single outgoing webhook from your Zoho Connect network.
API
GET /api/v1/webhook/{id}
Oauth Scope
ZohoPulse.outgoingwebhook.READ
Sample request
- $curl -X GET https://connect.zoho.com/api/v1/webhook/1234XXXX67
- -H"scopeid:5313000000002002"
- -H"Authorization:Zoho-oauthtoken 1000.3d0a155402XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
Sample response
- {
- "id":"3000000120001",
- "name":"Cliq Notification",
- "active":"false",
- "autoRetry":"true",
- "createdTime":"1635323053614",
-
- "description":"Notify Connect activities in Zoho Cliq Channel",
- "triggers":[
- {
- "type":"Board_Created"
- },
- {
- "type":"Task_Assigned"
- },
- {
- "type":"User_Mentioned_In_Post",
- "partitionIds":["3000000005135","3000000005136"]
- },
- {
- "type":"Group_Mentioned_In_Post",
- "partitionIds":["3000000005135"]
- }],
- "url":"https://cliq.zoho.com/api/v2/channelsbyname/zo
- hoconnect/message",
- }