Triggers supported in Questions

Triggers supported 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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  13.     },

  14.     "mentions": {

  15.       "user": [],

  16.       "partition": [

  17.         {

  18.           "id": "12266000000109029",

  19.           "name": "SQL Developers",

  20.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/question/difference-between-like-equals-and-contains-comparators/12266000000493299",

  6.     "streamId": "12266000000493259",

  7.     "streamUrl": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  15.     },

  16.     "mentions": {

  17.       "user": [],

  18.       "partition": [

  19.         {

  20.           "type": "2",

  21.           "id": "12266000000109173",

  22.           "name": "Database Engineers",

  23.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/question/difference-between-like-equals-and-contains-comparators/12266000000493299",

  6.     "streamId": "12266000000493259",

  7.     "streamUrl": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  15.     },

  16.     "mentions": {

  17.       "user": [],

  18.       "partition": [

  19.         {

  20.           "type": "2",

  21.           "id": "12266000000109173",

  22.           "name": "Database Engineers",

  23.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/group/group-channel"

  24.         },

  25.         {

  26.           "type": "2",

  27.           "id": "12266000000109149",

  28.           "name": "Engineering Team",

  29.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/group/group-channel' target='blank'>Database Engineers</a> @<a href='https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/question/difference-between-like-equals-and-contains-comparators/12266000000493327",

  6.     "streamId": "12266000000493259",

  7.     "streamUrl": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  15.     },

  16.     "mentions": {

  17.       "user": [

  18.         {

  19.           "id": "61683612",

  20.           "name": "Emma Stone",

  21.           "emailId": "emmastone@zylker.com",

  22.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  23.         }

  24.       ],

  25.       "partition": [

  26.         {

  27.           "type": "2",

  28.           "id": "12266000000109029",

  29.           "name": "SQL Developers",

  30.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612' target='blank'>Emma Stone</a> @<a href='https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/question/difference-between-like-equals-and-contains-comparators/12266000000493327",

  6.     "streamId": "12266000000493259",

  7.     "streamUrl": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  15.     },

  16.     "mentions": {

  17.       "user": [

  18.         {

  19.           "id": "61683612",

  20.           "name": "Emma Stone",

  21.           "emailId": "emmastone@zylker.com",

  22.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  23.         }

  24.       ],

  25.       "partition": [

  26.         {

  27.           "type": "2",

  28.           "id": "12266000000109029",

  29.           "name": "SQL Developers",

  30.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/group/connect-group-channel-1"

  31.         },

  32.         {

  33.           "type": "2",

  34.           "id": "12266000000109149",

  35.           "name": "Engineering Team",

  36.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612' target='blank'>Emma Stone</a> @<a href='https://communityspaces.zoho.com/portal/yourcommunity/group/connect-group-channel-1' target='blank'>SQL Developers</a> @<a href='https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  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://communityspaces.zoho.com/portal/yourcommunity/question/difference-between-like-equals-and-contains-comparators/12266000000493327",

  6.     "streamId": "12266000000493259",

  7.     "streamUrl": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  15.     },

  16.     "mentions": {

  17.       "user": [

  18.         {

  19.           "id": "61683612",

  20.           "name": "Emma Stone",

  21.           "emailId": "emmastone@zylker.com",

  22.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/profile/61683612"

  23.         }

  24.       ],

  25.       "partition": [

  26.         {

  27.           "type": "2",

  28.           "id": "12266000000109029",

  29.           "name": "SQL Developers",

  30.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/group/connect-group-channel-1"

  31.         },

  32.         {

  33.           "type": "2",

  34.           "id": "12266000000109149",

  35.           "name": "Engineering Team",

  36.           "url": "https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/profile/61683612' target='blank'>Emma Stone</a> @<a href='https://communityspaces.zoho.com/portal/yourcommunity/group/connect-group-channel-1' target='blank'>SQL Developers</a> @<a href='https://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  66.   }

  67. }

 

 

  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://communityspaces.zoho.com/portal/yourcommunity/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://communityspaces.zoho.com/portal/yourcommunity"

  19.   }

  20. }