Status | Response Type | Description |
---|---|---|
200 | Empty response. Email successfully queued. | |
500 | Could not send email for whatever reason (Mailgun not configured, email send failure, etc.) |
Status | Response Type | Description |
---|---|---|
200 | Empty response. Email successfully queued. | |
500 | Could not send email for whatever reason (Mailgun not configured, email send failure, etc.) |
Status | Response Type | Description |
---|---|---|
200 | Empty page |
Status | Response Type | Description |
---|---|---|
200 | Empty page |
Status | Response Type | Description |
---|---|---|
200 | Empty page |
Field | Type | Description | Example | |
---|---|---|---|---|
confirmation_code |
string
|
The confirmation code for the new user. | ||
string
|
The target email address. | |||
public_url |
string
|
The public URL for this Escape Kit installation. | ||
username |
string
|
The username of the new user. |
Field | Type | Description | Example | |
---|---|---|---|---|
string
|
The target email address. | |||
password_reset_token |
string
|
The password reset token for the user. | ||
public_url |
string
|
The public URL for this Escape Kit installation. | ||
username |
string
|
The username of the new user. |
Field | Type | Description | Example | |
---|---|---|---|---|
icon_emoji |
string
|
The icon to use when posting to Slack (not used!) | ||
url |
string
|
The URL to POST to. | ||
username |
string
|
The username to use when posting to Slack (not used!) |
Field | Type | Description | Example | |
---|---|---|---|---|
downstream_hooks |
[
{ string :
Hook
}
]
|
The downstream hooks to trigger. | ||
event |
string
|
The event type. At the moment only the NEW_UPLOAD type is supported. | ||
project |
string
|
The project this event pertains to. | ||
project_hooks |
{ string :
Hook
}
|
The project hooks to trigger. | ||
release |
string
|
The release this event pertains to. | ||
unit |
string
|
The unit/application this event pertains to. | ||
unit_hooks |
{ string :
Hook
}
|
The unit hooks to trigger. | ||
username |
string
|
The username this event pertains to. | ||
version |
string
|
The version this event pertains to. |
Field | Type | Description | Example | |
---|---|---|---|---|
data |
object
|
Webhook data | ||
emoji |
string
|
Slack webhook emoji | ||
url |
string
|
Slack webhook url | ||
username |
string
|
Slack webhook username |
Field | Type | Description | Example | |
---|---|---|---|---|
data |
object
|
Webhook data | ||
url |
string
|
Webhook url |