Contact Form API

A casino can contain multiple contact forms for receiving player messages. Each form should be configured in Richcore Backoffice. Currently, only sending messages to Slack is supported.

Send Player Message

POST API_URL/api/v2/contact-form/[formID]

formID - ID of the form set in Richcore Backoffice

Body Request

{
  "text": "Some text from player"
}

Response statuses

  • 200 - Everything is ok, message sent
  • 404 - Incorrect formID
  • 400 - Incorrect request body
  • 401 - Form requires authorization