Skip to main content

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_idstring

Unique identifier for the event in which the action took place.

community_idstring

Unique identifier for the community in which the community took place.

user_idstring

Unique identifier for the user who trigger the action.