Get webhook

Get webhook

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

  1. $curl -X GET https://connect.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.     "description":"Notify Connect activities in Zoho Cliq Channel",                  
  8. "triggers":[
  9. {
  10. "type":"Board_Created"
  11. },
  12. {
  13. "type":"Task_Assigned"
  14. },
  15. {
  16. "type":"User_Mentioned_In_Post",
  17. "partitionIds":["3000000005135","3000000005136"]
  18. },
  19. {
  20. "type":"Group_Mentioned_In_Post",
  21. "partitionIds":["3000000005135"]
  22. }],
  23. "url":"https://cliq.zoho.com/api/v2/channelsbyname/zo
  24. hoconnect/message",
  25. }

 

For any queries regarding outgoing webhooks, reach out to us at support@zohoconnect.com. We're happy to help!