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_id stringUnique identifier for the event in which the action took place. |
community_id stringUnique identifier for the community in which the community took place. |
user_id stringUnique identifier for the user who trigger the action. |