Get Webhook

Get Webhook

Overview

 

This API retrieves the details of a specific outgoing webhook from your Zoho CommunitySpaces community.

 

API

GET /api/v1/webhook/{id}
 

Oauth Scope

ConnectCommunity.outgoingwebhook.READ
 

Sample request

  1. $curl -X GET https://communityspaces.zoho.com/api/v1/webhook/1234XXXX67

  2. -H"scopeid:5313000000002002"

  3. -H"Authorization:Zoho-oauthtoken        1000.3d0a155402XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

 

Sample response

  1. {

  2. "id":"3000000120001",

  3. "name":"Cliq Notification",

  4. "active":"false",

  5. "autoRetry":"true",

  6. "createdTime":"1635323053614",

  7. "createdBy":"15521849",

  8.     "description":"Notify Community activities in Zoho Cliq Channel",                   

  9. "triggers":[

  10. {

  11. "type":"Board_Created"

  12. },

  13. {

  14. "type":"Task_Assigned"

  15. },

  16. {

  17. "type":"User_Mentioned_In_Post",

  18. "partitionIds":["3000000005135","3000000005136"]

  19. },

  20. {

  21. "type":"Space_Mentioned_In_Post",

  22. "partitionIds":["3000000005135"]

  23. }],

  24. "url":"https://cliq.zoho.com/api/v2/channelsbyname/zo

  25. hocommunityspaces/message",

  26. }


If you have any queries or need any help, contact us at support@zohocommunityspaces.com. We're happy to help!