Mindbody · JSON Structure

Public Api V6 Send Auto Email Request Structure

Implementation of the 'SendAutoEmailRequest' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

SendAutoEmailRequest is a JSON Structure definition published by Mindbody, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClientId EmailType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-send-auto-email-request-structure.json",
  "name": "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"
    }
  }
}