[
  {
    "type": "multi-input",
    "id": "gbm",
    "title": "Synchronization",
    "content": "Enter the details of your Google Business Messages.",
    "help": "https://board.support/docs/#gbm",
    "value": [
      {
        "type": "text",
        "id": "gbm-client-email",
        "title": "Client email"
      },
      {
        "type": "password",
        "id": "gbm-private-key",
        "title": "Private key"
      },
      {
        "type": "password",
        "id": "gbm-client-token",
        "title": "Client token"
      },
      {
        "type": "button",
        "id": "gbm-webhook",
        "title": "Webhook URL",
        "button-text": "Webhook URL",
        "button-url": "#"
      }
    ]
  },
  {
    "type": "upload-image",
    "id": "gbm-avatar-image",
    "title": "Avatar image",
    "content": "Set the avatar image shown next to the message. It must be a JPG image of 1024x1024px with a maximum size of 50KB."
  },
  {
    "type": "number",
    "id": "gbm-department",
    "title": "Department ID",
    "content": "Assign a departments to all conversations started from Google Business Messages. Enter the department ID."
  }
]