Mindbody · Schema

SendAutoEmailRequest

Implementation of the 'SendAutoEmailRequest' model.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Properties

Name Type Description
ClientId string The ID of the client email will be sent to.
EmailType string The type of the email that will be sent to a client. Possible values are: * BusinessWelcomeEmail * ConsumerWelcomeEmail
View JSON Schema on GitHub

JSON Schema

public-api-v6-send-auto-email-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-send-auto-email-request-schema.json",
  "title": "SendAutoEmailRequest",
  "description": "Implementation of the 'SendAutoEmailRequest' model.",
  "type": "object",
  "properties": {
    "ClientId": {
      "type": "string",
      "description": "The ID of the client email will be sent to.",
      "example": "example-value"
    },
    "EmailType": {
      "type": "string",
      "description": "The type of the email that will be sent to a client. Possible values are: * BusinessWelcomeEmail * ConsumerWelcomeEmail",
      "example": "example-value"
    }
  }
}