Navigation
Challenge skipped
Summary
Fires when a challenge is skipped for a user.
Payload
The challenge.skipped event sends the account it relates to and a summary of the challenge.
{
event: "challenge.skipped",
account: String,
challenge: {
id: String,
status: String,
code: String,
type: String,
reasons: String[],
createdAt: Date,
updatedAt: Date,
}
}