Update Details of a Notification
PUT {{api-domain}}/crm/v3/actions/watch
To update the details of the notifications enabled by a user. All the provided details would be persisted and rest of the details would be removed. For more details, click here.
Request Body
{"watch"=>[{"channel_id"=>"1000000068001", "events"=>["Solutions.edit", "Price_Books.edit", "Contacts.delete", "Solutions.create"], "channel_expiry"=>"2018-02-02T11:30:00+05:30", "token"=>"ALTERED_TOKEN_FOR_VERIFICATION_OF_1000000068001", "notify_url"=>"https://www.zoho.com/callback?authorization=Zoho-oauthtoken 1000.23dnsbbbh455jnn&key1=val1&key=val2"}, {"channel_id"=>"1000000068002", "events"=>["Deals.create"], "channel_expiry"=>"2018-02-02T11:30:00+05:30", "token"=>"ALTERED_TOKEN_FOR_VERIFICATION_OF_1000000068002", "notify_url"=>"https://www.zoho.com/callback?authorization=Zoho-oauthtoken 1000.23dnsbbbh455jnn&key1=val1&key2=val&key3=val1"}]}
RESPONSES
status: OK
{"watch":[{"code":"SUCCESS","details":{"events":[{"channel_expiry":"2022-05-23T19:04:00+05:30","resource_uri":"https://www.zohoapis.com/crm/v2/Contacts","resource_id":"4876876000000002179","resource_name":"Contacts","channel_id":"1000000068001"},{"channel_expiry":"2022-05-23T19:04:00+05:30","resource_uri":"https://www.zohoapis.com/crm/v2/Solutions","resource_id":"4876876000000002211","resource_name":"Solutions","channel_id":"1000000068001"},{"channel_expiry":"2022-05-23T19:04:00+05:30","resource_uri":"https://www.zohoapis.com/crm/v2/Price_Books","resource_id":"4876876000000002217","resource_name":"Price_Books","channel_id":"1000000068001"}]},"message":"Successfully subscribed for actions-watch of the given module","status":"success"},{"code":"SUCCESS","details":{"events":[{"channel_expiry":"2022-05-23T19:04:00+05:30","resource_uri":"https://www.zohoapis.com/crm/v2/Deals","resource_id":"4876876000000002181","resource_name":"Deals","channel_id":"1000000068002"}]},"message":"Successfully subscribed for actions-watch of the given module","status":"success"}]}