userId
’s in the event payload. For instance, when creating users via developer APIs the triggerer will be the developer’s userId and the event payload will contain the id of the created user. This parameter will be undefined
if the event is triggered using an API key.
eventName{resourceType}.{action}
. For example with the event name of user.created
, user
is the resource type and created
is the action performed on the resource. The full list of event names can be retrieved by using the /eventTypes
endpoint in the API here.
environmentIdlive
and sandbox
events.
timestampuser.created
event
resource.event
. Our goal is to design a consistent system that makes it easy to anticipate and understand.