Alerts

Add alert to VaultCord

put/alerts

Request body

invitestring

Discord invite code

emailstring

Email address to send alert to

Example request

{
  "invite": "openai",
  "email": "jeff@amazon.com"
}

Response

Successfully added termination alert. Edit on the dashboard to add automatic member pulling when old server termed!

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Successfully created alert!"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.