Triggers in Questions

Triggers in Questions

Posted a new question

Triggers the outgoing webhook whenever a new question is posted.
Trigger type: Question_Created
 

  1. {
  2.   "payload": {
  3.     "id": "12266000000493259",
  4.     "url": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators",
  5.     "title": "Difference between LIKE, EQUALS and CONTAINS comparators?",
  6.     "createdTime": "17 Nov 2021, 03:56 PM",
  7.     "createdTimeInMillis": "1637144775928",
  8.     "partition": {
  9.       "type": "1",
  10.       "id": "12266000000002010",
  11.       "name": "emmastone@zylker.com",
  12.       "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  13.     },
  14.     "mentions": {
  15.       "user": [],
  16.       "partition": [],
  17.       "orgGroup": []
  18.     },
  19.     "tags": [],
  20.     "embedAttachments": {
  21.       "image": {},
  22.       "file": {},
  23.       "video": {}
  24.     },
  25.     "plainContent": "SQL supports  various operators such as EQUALS, LIKE and CONTAINS. What is the difference in behaviour between these comparators?",
  26.     "richContent": "SQL supports  various operators such as EQUALS, LIKE and CONTAINS. What is the difference in behaviour between these comparators?",
  27.     "rawContent": "SQL supports  various operators such as EQUALS, LIKE and CONTAINS. What is the difference in behaviour between these comparators?",
  28.     "attachments": []
  29.   },
  30.   "triggeredBy": {
  31.     "type": "0",
  32.     "id": "61683612",
  33.     "name": "Emma Stone",
  34.     "emailId": "emmastone@zylker.com",
  35.     "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  36.   },
  37.   "triggerType": "Question_Created",
  38.   "triggeredTime": "17 Nov 2021, 03:56 PM",
  39.   "triggeredTimeInMillis": "1637144775995",
  40.   "scope": {
  41.     "id": "12266000000002002",
  42.     "name": "Zylker",
  43.     "url": "https://connect.zoho.com/portal/ourintranet"
  44.   }
  45. }

 

Updated a question    

Triggers the outgoing webhook when a question is updated.
Trigger type: Question_Updated

 

  1. {
  2.   "payload": {
  3.     "id": "12266000000493259",
  4.     "url": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators",
  5.     "title": "Difference between LIKE, EQUALS and CONTAINS comparators?",
  6.     "createdTime": "17 Nov 2021, 03:56 PM",
  7.     "createdTimeInMillis": "1637144775928",
  8.     "partition": {
  9.       "type": "1",
  10.       "id": "12266000000002010",
  11.       "name": "emmastone@zylker.com",
  12.       "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  13.     },
  14.     "mentions": {
  15.       "user": [],
  16.       "partition": [
  17.         {
  18.           "id": "12266000000109029",
  19.           "name": "SQL Developers",
  20.           "url": "https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1"
  21.         }
  22.       ],
  23.       "orgGroup": []
  24.     },
  25.     "tags": [],
  26.     "embedAttachments": {
  27.       "image": {},
  28.       "file": {},
  29.       "video": {}
  30.     },
  31.     "plainContent": "SQL supports  various operators such as EQUALS, LIKE and CONTAINS. What is the difference in behaviour between these comparators? \n@SQL Developers",
  32.     "richContent": "SQL supports  various operators such as EQUALS, LIKE and CONTAINS. What is the difference in behaviour between these comparators? <br/>@<a href='https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1' target='blank'>SQL Developers</a>",
  33.     "rawContent": "SQL supports  various operators such as EQUALS, LIKE and CONTAINS. What is the difference in behaviour between these comparators? <br/><parition:mention>12266000000109029:SQL Developers</parition:mention>",
  34.     "attachments": []
  35.   },
  36.   "triggeredBy": {
  37.     "type": "0",
  38.     "id": "61683612",
  39.     "name": "Emma Stone",
  40.     "emailId": "emmastone@zylker.com",
  41.     "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  42.   },
  43.   "triggerType": "Question_Updated",
  44.   "triggeredTime": "17 Nov 2021, 03:57 PM",
  45.   "triggeredTimeInMillis": "1637144863391",
  46.   "scope": {
  47.     "id": "12266000000002002",
  48.     "name": "Zylker",
  49.     "url": "https://connect.zoho.com/portal/ourintranet"
  50.   }
  51. }

 

Question deleted

Triggers the outgoing webhook when a question is deleted.
Trigger type: Question_Deleted

  1. {
  2.   "payload": {
  3.     "id": "12266000000493282"
  4.   },
  5.   "triggeredBy": {
  6.     "type": "0",
  7.     "id": "61683612",
  8.     "name": "Emma Stone",
  9.     "emailId": "emmastone@zylker.com",
  10.     "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  11.   },
  12.   "triggerType": "Question_Deleted",
  13.   "triggeredTime": "17 Nov 2021, 03:57 PM",
  14.   "triggeredTimeInMillis": "1637144875320",
  15.   "scope": {
  16.     "id": "12266000000002002",
  17.     "name": "Zylker",
  18.     "url": "https://connect.zoho.com/portal/ourintranet"
  19.   }
  20. }

 

Commented on a question

Triggers the outgoing webhook when a new comment is added on the question.
Trigger type: Question_Comment_Created

  1. {
  2.   "payload": {
  3.     "id": "12266000000493299",
  4.     "parentCommentId": "",
  5.     "url": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators/12266000000493299",
  6.     "streamId": "12266000000493259",
  7.     "streamUrl": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators",
  8.     "createdTime": "17 Nov 2021, 04:02 PM",
  9.     "createdTimeInMillis": "1637145153573",
  10.     "partition": {
  11.       "type": "1",
  12.       "id": "12266000000002010",
  13.       "name": "emmastone@zylker.com",
  14.       "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  15.     },
  16.     "mentions": {
  17.       "user": [],
  18.       "partition": [
  19.         {
  20.           "type": "2",
  21.           "id": "12266000000109173",
  22.           "name": "Database Engineers",
  23.           "url": "https://connect.zoho.com/portal/ourintranet/group/group-channel"
  24.         }
  25.       ],
  26.       "orgGroup": []
  27.     },
  28.     "tags": [],
  29.     "embedAttachments": {
  30.       "image": {},
  31.       "file": {},
  32.       "video": {}
  33.     },
  34.     "plainContent": "@Database Engineers",
  35.     "richContent": "@<a href='https://connect.zoho.com/portal/ourintranet/group/group-channel' target='blank'>Database Engineers</a>",
  36.     "rawContent": "<parition:mention>12266000000109173:Database Engineers</parition:mention>",
  37.     "attachments": []
  38.   },
  39.   "triggeredBy": {
  40.     "type": "0",
  41.     "id": "62592875",
  42.     "name": "Michelle",
  43.     "emailId": "michelle@zylker.com",
  44.     "url": "https://connect.zoho.com/portal/ourintranet/profile/62592875"
  45.   },
  46.   "triggerType": "Question_Comment_Created",
  47.   "triggeredTime": "17 Nov 2021, 04:02 PM",
  48.   "triggeredTimeInMillis": "1637145153635",
  49.   "scope": {
  50.     "id": "12266000000002002",
  51.     "name": "Zylker",
  52.     "url": "https://connect.zoho.com/portal/ourintranet"
  53.   }
  54. }

  

Question comment edited

Triggers the outgoing webhook when a question comment is edited.
Trigger type: Question_Comment_Updated

  1. {
  2.   "payload": {
  3.     "id": "12266000000493299",
  4.     "parentCommentId": "",
  5.     "url": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators/12266000000493299",
  6.     "streamId": "12266000000493259",
  7.     "streamUrl": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators",
  8.     "createdTime": "17 Nov 2021, 04:02 PM",
  9.     "createdTimeInMillis": "1637145153573",
  10.     "partition": {
  11.       "type": "1",
  12.       "id": "12266000000002010",
  13.       "name": "emmastone@zylker.com",
  14.       "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  15.     },
  16.     "mentions": {
  17.       "user": [],
  18.       "partition": [
  19.         {
  20.           "type": "2",
  21.           "id": "12266000000109173",
  22.           "name": "Database Engineers",
  23.           "url": "https://connect.zoho.com/portal/ourintranet/group/group-channel"
  24.         },
  25.         {
  26.           "type": "2",
  27.           "id": "12266000000109149",
  28.           "name": "Engineering Team",
  29.           "url": "https://connect.zoho.com/portal/ourintranet/group/group-channel-with-members"
  30.         }
  31.       ],
  32.       "orgGroup": []
  33.     },
  34.     "tags": [],
  35.     "embedAttachments": {
  36.       "image": {},
  37.       "file": {},
  38.       "video": {}
  39.     },
  40.     "plainContent": "@Database Engineers @Engineering Team",
  41.     "richContent": "@<a href='https://connect.zoho.com/portal/ourintranet/group/group-channel' target='blank'>Database Engineers</a> @<a href='https://connect.zoho.com/portal/ourintranet/group/group-channel-with-members' target='blank'>Engineering Team</a>",
  42.     "rawContent": "<parition:mention>12266000000109173:Database Engineers</parition:mention> <parition:mention>12266000000109149:Engineering Team</parition:mention>",
  43.     "attachments": []
  44.   },
  45.   "triggeredBy": {
  46.     "type": "0",
  47.     "id": "62592875",
  48.     "name": "Michelle",
  49.     "emailId": "michelle@zylker.com",
  50.     "url": "https://connect.zoho.com/portal/ourintranet/profile/62592875"
  51.   },
  52.   "triggerType": "Question_Comment_Updated",
  53.   "triggeredTime": "17 Nov 2021, 04:03 PM",
  54.   "triggeredTimeInMillis": "1637145195399",
  55.   "scope": {
  56.     "id": "12266000000002002",
  57.     "name": "Zylker",
  58.     "url": "https://connect.zoho.com/portal/ourintranet"
  59.   }
  60. }

 

Question comment deleted

Triggers the outgoing webhook when a question comment is deleted. 
Trigger type: Question_Comment_Deleted

  1. {
  2.   "payload": {
  3.     "streamId": "12266000000493259",
  4.     "id": "12266000000493315"
  5.   },
  6.   "triggeredBy": {
  7.     "type": "0",
  8.     "id": "62592875",
  9.     "name": "Michelle",
  10.     "emailId": "michelle@zylker.com",
  11.     "url": "https://connect.zoho.com/portal/ourintranet/profile/62592875"
  12.   },
  13.   "triggerType": "Question_Comment_Deleted",
  14.   "triggeredTime": "17 Nov 2021, 04:03 PM",
  15.   "triggeredTimeInMillis": "1637145215203",
  16.   "scope": {
  17.     "id": "12266000000002002",
  18.     "name": "Zylker",
  19.     "url": "https://connect.zoho.com/portal/ourintranet"
  20.   }
  21. }

 

Added answer to a question

Triggers the outgoing webhook when an answer is added to a question. 
Trigger type: Question_Answer_Created
 

  1. {
  2.   "payload": {
  3.     "id": "12266000000493327",
  4.     "parentCommentId": "",
  5.     "url": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators/12266000000493327",
  6.     "streamId": "12266000000493259",
  7.     "streamUrl": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators",
  8.     "createdTime": "17 Nov 2021, 04:07 PM",
  9.     "createdTimeInMillis": "1637145430202",
  10.     "partition": {
  11.       "type": "1",
  12.       "id": "12266000000002010",
  13.       "name": "emmastone@zylker.com",
  14.       "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  15.     },
  16.     "mentions": {
  17.       "user": [
  18.         {
  19.           "id": "61683612",
  20.           "name": "Emma Stone",
  21.           "emailId": "emmastone@zylker.com",
  22.           "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  23.         }
  24.       ],
  25.       "partition": [
  26.         {
  27.           "type": "2",
  28.           "id": "12266000000109029",
  29.           "name": "SQL Developers",
  30.           "url": "https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1"
  31.         }
  32.       ],
  33.       "orgGroup": []
  34.     },
  35.     "tags": [],
  36.     "embedAttachments": {
  37.       "image": {},
  38.       "file": {},
  39.       "video": {}
  40.     },
  41.     "plainContent": "EQUAL : It defines the relational operator that specifies equality relationship \n \nLIKE : It is similar to EQUAL comparator. Additionally, it considers wildcard characters \n \nCONTAINS : It checks if any of the records in the given column contains the provided value string. \n@Emma Stone @SQL Developers",
  42.     "richContent": "<b>EQUAL : </b>It defines the relational operator that specifies equality relationship <br/> <br/><b>LIKE</b> : It is similar to <b>EQUAL</b> comparator. Additionally, it considers wildcard characters <br/> <br/><b>CONTAINS</b> : It checks if any of the records in the given column contains the provided value string. <br/>@<a href='https://connect.zoho.com/portal/ourintranet/profile/61683612' target='blank'>Emma Stone</a> @<a href='https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1' target='blank'>SQL Developers</a>",
  43.     "rawContent": "<b>EQUAL : </b>It defines the relational operator that specifies equality relationship <br/> <br/><b>LIKE</b> : It is similar to <b>EQUAL</b> comparator. Additionally, it considers wildcard characters <br/> <br/><b>CONTAINS</b> : It checks if any of the records in the given column contains the provided value string. <br/><user:mention>61683612:Emma Stone</user:mention> <parition:mention>12266000000109029:SQL Developers</parition:mention>",
  44.     "attachments": []
  45.   },
  46.   "triggeredBy": {
  47.     "type": "0",
  48.     "id": "62592875",
  49.     "name": "Michelle",
  50.     "emailId": "michelle@zylker.com",
  51.     "url": "https://connect.zoho.com/portal/ourintranet/profile/62592875"
  52.   },
  53.   "triggerType": "Question_Answer_Created",
  54.   "triggeredTime": "17 Nov 2021, 04:07 PM",
  55.   "triggeredTimeInMillis": "1637145430347",
  56.   "scope": {
  57.     "id": "12266000000002002",
  58.     "name": "Zylker",
  59.     "url": "https://connect.zoho.com/portal/ourintranet"
  60.   }
  61. }

  

Edited an answer

Triggers the outgoing webhook when an answer is updated.
Trigger type: Question_Answer_Updated

  1. {
  2.   "payload": {
  3.     "id": "12266000000493327",
  4.     "parentCommentId": "",
  5.     "url": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators/12266000000493327",
  6.     "streamId": "12266000000493259",
  7.     "streamUrl": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators",
  8.     "createdTime": "17 Nov 2021, 04:07 PM",
  9.     "createdTimeInMillis": "1637145430202",
  10.     "partition": {
  11.       "type": "1",
  12.       "id": "12266000000002010",
  13.       "name": "emmastone@zylker.com",
  14.       "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  15.     },
  16.     "mentions": {
  17.       "user": [
  18.         {
  19.           "id": "61683612",
  20.           "name": "Emma Stone",
  21.           "emailId": "emmastone@zylker.com",
  22.           "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  23.         }
  24.       ],
  25.       "partition": [
  26.         {
  27.           "type": "2",
  28.           "id": "12266000000109029",
  29.           "name": "SQL Developers",
  30.           "url": "https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1"
  31.         },
  32.         {
  33.           "type": "2",
  34.           "id": "12266000000109149",
  35.           "name": "Engineering Team",
  36.           "url": "https://connect.zoho.com/portal/ourintranet/group/group-channel-with-members"
  37.         }
  38.       ],
  39.       "orgGroup": []
  40.     },
  41.     "tags": [],
  42.     "embedAttachments": {
  43.       "image": {},
  44.       "file": {},
  45.       "video": {}
  46.     },
  47.     "plainContent": "EQUAL : It defines the relational operator that specifies equality relationship \n \nLIKE : It is similar to EQUAL comparator. Additionally, it considers wildcard characters \n \nCONTAINS : It checks if any of the records in the given column contains the provided value string. \n@Emma Stone @SQL Developers @Engineering Team",
  48.     "richContent": "<b>EQUAL : </b>It defines the relational operator that specifies equality relationship <br/> <br/><b>LIKE</b> : It is similar to <b>EQUAL</b> comparator. Additionally, it considers wildcard characters <br/> <br/><b>CONTAINS</b> : It checks if any of the records in the given column contains the provided value string. <br/>@<a href='https://connect.zoho.com/portal/ourintranet/profile/61683612' target='blank'>Emma Stone</a> @<a href='https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1' target='blank'>SQL Developers</a> @<a href='https://connect.zoho.com/portal/ourintranet/group/group-channel-with-members' target='blank'>Engineering Team</a>",
  49.     "rawContent": "<b>EQUAL : </b>It defines the relational operator that specifies equality relationship <br/> <br/><b>LIKE</b> : It is similar to <b>EQUAL</b> comparator. Additionally, it considers wildcard characters <br/> <br/><b>CONTAINS</b> : It checks if any of the records in the given column contains the provided value string. <br/><user:mention>61683612:Emma Stone</user:mention> <parition:mention>12266000000109029:SQL Developers</parition:mention> <parition:mention>12266000000109149:Engineering Team</parition:mention>",
  50.     "attachments": []
  51.   },
  52.   "triggeredBy": {
  53.     "type": "0",
  54.     "id": "62592875",
  55.     "name": "Michelle",
  56.     "emailId": "michelle@zylker.com",
  57.     "url": "https://connect.zoho.com/portal/ourintranet/profile/62592875"
  58.   },
  59.   "triggerType": "Question_Answer_Updated",
  60.   "triggeredTime": "17 Nov 2021, 04:07 PM",
  61.   "triggeredTimeInMillis": "1637145439073",
  62.   "scope": {
  63.     "id": "12266000000002002",
  64.     "name": "Zylker",
  65.     "url": "https://connect.zoho.com/portal/ourintranet"
  66.   }
  67. }

 

Deleted an answer

Triggers the outgoing webhook when an answer is deleted.
Trigger type: Question_Answer_Deleted

  1. {
  2.   "payload": {
  3.     "streamId": "12266000000493259",
  4.     "id": "12266000000493345"
  5.   },
  6.   "triggeredBy": {
  7.     "type": "0",
  8.     "id": "62592875",
  9.     "name": "Michelle",
  10.     "emailId": "michelle@zylker.com",
  11.     "url": "https://connect.zoho.com/portal/ourintranet/profile/62592875"
  12.   },
  13.   "triggerType": "Question_Answer_Deleted",
  14.   "triggeredTime": "17 Nov 2021, 04:09 PM",
  15.   "triggeredTimeInMillis": "1637145573336",
  16.   "scope": {
  17.     "id": "12266000000002002",
  18.     "name": "Zylker",
  19.     "url": "https://connect.zoho.com/portal/ourintranet"
  20.   }
  21. }

 

Select the best answer 

Triggers the outgoing webhook when an answer is chosen as the best answer. It also triggers the webhook when the answer is removed from best answer list.
Trigger type: Question_Best_Answer_Choosed

  1. {
  2.   "payload": {
  3.     "id": "12266000000493327",
  4.     "parentCommentId": "",
  5.     "url": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators/12266000000493327",
  6.     "streamId": "12266000000493259",
  7.     "streamUrl": "https://connect.zoho.com/portal/ourintranet/question/difference-between-like-equals-and-contains-comparators",
  8.     "createdTime": "17 Nov 2021, 04:07 PM",
  9.     "createdTimeInMillis": "1637145430202",
  10.     "partition": {
  11.       "type": "1",
  12.       "id": "12266000000002010",
  13.       "name": "emmastone@zylker.com",
  14.       "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  15.     },
  16.     "mentions": {
  17.       "user": [
  18.         {
  19.           "id": "61683612",
  20.           "name": "Emma Stone",
  21.           "emailId": "emmastone@zylker.com",
  22.           "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  23.         }
  24.       ],
  25.       "partition": [
  26.         {
  27.           "type": "2",
  28.           "id": "12266000000109029",
  29.           "name": "SQL Developers",
  30.           "url": "https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1"
  31.         },
  32.         {
  33.           "type": "2",
  34.           "id": "12266000000109149",
  35.           "name": "Engineering Team",
  36.           "url": "https://connect.zoho.com/portal/ourintranet/group/group-channel-with-members"
  37.         }
  38.       ],
  39.       "orgGroup": []
  40.     },
  41.     "tags": [],
  42.     "embedAttachments": {
  43.       "image": {},
  44.       "file": {},
  45.       "video": {}
  46.     },
  47.     "plainContent": "EQUAL : It defines the relational operator that specifies equality relationship \n \nLIKE : It is similar to EQUAL comparator. Additionally, it considers wildcard characters \n \nCONTAINS : It checks if any of the records in the given column contains the provided value string. \n@Emma Stone @SQL Developers @Engineering Team",
  48.     "richContent": "<b>EQUAL : </b>It defines the relational operator that specifies equality relationship <br/> <br/><b>LIKE</b> : It is similar to <b>EQUAL</b> comparator. Additionally, it considers wildcard characters <br/> <br/><b>CONTAINS</b> : It checks if any of the records in the given column contains the provided value string. <br/>@<a href='https://connect.zoho.com/portal/ourintranet/profile/61683612' target='blank'>Emma Stone</a> @<a href='https://connect.zoho.com/portal/ourintranet/group/connect-group-channel-1' target='blank'>SQL Developers</a> @<a href='https://connect.zoho.com/portal/ourintranet/group/group-channel-with-members' target='blank'>Engineering Team</a>",
  49.     "rawContent": "<b>EQUAL : </b>It defines the relational operator that specifies equality relationship <br/> <br/><b>LIKE</b> : It is similar to <b>EQUAL</b> comparator. Additionally, it considers wildcard characters <br/> <br/><b>CONTAINS</b> : It checks if any of the records in the given column contains the provided value string. <br/><user:mention>61683612:Emma Stone</user:mention> <parition:mention>12266000000109029:SQL Developers</parition:mention> <parition:mention>12266000000109149:Engineering Team</parition:mention>",
  50.     "attachments": []
  51.   },
  52.   "triggeredBy": {
  53.     "type": "0",
  54.     "id": "61683612",
  55.     "name": "Emma Stone",
  56.     "emailId": "emmastone@zylker.com",
  57.     "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  58.   },
  59.   "triggerType": "Question_Best_Answer_Choosed",
  60.   "triggeredTime": "17 Nov 2021, 04:08 PM",
  61.   "triggeredTimeInMillis": "1637145500544",
  62.   "scope": {
  63.     "id": "12266000000002002",
  64.     "name": "Zylker",
  65.     "url": "https://connect.zoho.com/portal/ourintranet"
  66.   }
  67. }

 

Unselecting the best answer 

  1. {
  2.   "payload": {
  3.     "streamId": "12266000000493259"
  4.   },
  5.   "triggeredBy": {
  6.     "type": "0",
  7.     "id": "61683612",
  8.     "name": "Emma Stone",
  9.     "emailId": "emmastone@zylker.com",
  10.     "url": "https://connect.zoho.com/portal/ourintranet/profile/61683612"
  11.   },
  12.   "triggerType": "Question_Best_Answer_Choosed",
  13.   "triggeredTime": "17 Nov 2021, 04:08 PM",
  14.   "triggeredTimeInMillis": "1637145504504",
  15.   "scope": {
  16.     "id": "12266000000002002",
  17.     "name": "Zylker",
  18.     "url": "https://connect.zoho.com/portal/ourintranet"
  19.   }
  20. }

 
For queries or feedback, get in touch with us at support@zohoconnect.com. We're happy to help!

      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit

                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsFormstack alternativeEncrypted Forms

                              Wufoo alternativeSecure Forms

                              TypeformWCAG

                                All-in-one knowledge management and training platform for your employees and customers.


                                            Create. Review. Publish.

                                            Write, edit, collaborate on, and publish documents to different content management platforms.

                                            Get Started Now




                                                              You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                                  Manage your brands on social media


                                                                    • Desk Community Learning Series


                                                                    • Digest


                                                                    • Functions


                                                                    • Meetups


                                                                    • Kbase


                                                                    • Resources


                                                                    • Glossary


                                                                    • Desk Marketplace


                                                                    • MVP Corner


                                                                    • Word of the Day


                                                                    • Ask the Experts


                                                                      Zoho Sheet Resources

                                                                       

                                                                          Zoho Forms Resources


                                                                            Secure your business
                                                                            communication with Zoho Mail


                                                                            Mail on the move with
                                                                            Zoho Mail mobile application

                                                                              Stay on top of your schedule
                                                                              at all times


                                                                              Carry your calendar with you
                                                                              Anytime, anywhere




                                                                                    Zoho Sign Resources

                                                                                      Sign, Paperless!

                                                                                      Sign and send business documents on the go!

                                                                                      Get Started Now




                                                                                              Zoho TeamInbox Resources





                                                                                                        Zoho DataPrep Demo

                                                                                                        Get a personalized demo or POC

                                                                                                        REGISTER NOW


                                                                                                          Design. Discuss. Deliver.

                                                                                                          Create visually engaging stories with Zoho Show.

                                                                                                          Get Started Now








                                                                                                                              • Related Articles

                                                                                                                              • 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. ...
                                                                                                                              • 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 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 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 Announcement

                                                                                                                                Posted a new announcement Triggers the outgoing webhook whenever a new announcement is posted. Trigger type: Announcement_Created { "payload": { "id": "12266000000493070", "url": ...
                                                                                                                                Wherever you are is as good as
                                                                                                                                your workplace

                                                                                                                                  Resources

                                                                                                                                  Videos

                                                                                                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                                  eBooks

                                                                                                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                                  Webinars

                                                                                                                                  Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                                  CRM Tips

                                                                                                                                  Make the most of Zoho CRM with these useful tips.



                                                                                                                                    Zoho Show Resources