Context
The Context object contains data related to the webhook context.
Context Object
An example of the complete context object with all its field is given below :
{
"eventId": "RXZlbnDY1Nc4",
"communityId": "Q29tbXVuaXR51GE=",
"userId": "VXNlcl25NzcRBA"
}
Payload Details |
|---|
event_idstringUnique identifier for the event in which the action took place. |
community_idstringUnique identifier for the community in which the community took place. |
user_idstringUnique identifier for the user who trigger the action. |