VTEX · Schema

From

Conversation sender.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
conversationRelatedTo string Related order ID.
conversationSubject string Conversation subject.
emailAlias string Sender transactional tracker email.
aliasMaskType integer Conversation tracker mask type.
email string Sender's email.
name string Sender's name.
role string If it is a client or null, for transactional emails.
View JSON Schema on GitHub

JSON Schema

vtex-from-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/From",
  "title": "From",
  "description": "Conversation sender.",
  "required": [
    "conversationRelatedTo",
    "conversationSubject",
    "emailAlias",
    "aliasMaskType",
    "email",
    "name",
    "role"
  ],
  "type": "object",
  "properties": {
    "conversationRelatedTo": {
      "type": "string",
      "description": "Related order ID.",
      "example": "1305371685465-01"
    },
    "conversationSubject": {
      "type": "string",
      "description": "Conversation subject.",
      "example": "oms"
    },
    "emailAlias": {
      "type": "string",
      "description": "Sender transactional tracker email.",
      "example": "64d8bd8dbe5c4e7b93b8b3c237e50be1@ct.name.com.br"
    },
    "aliasMaskType": {
      "type": "integer",
      "description": "Conversation tracker mask type.",
      "example": 0
    },
    "email": {
      "type": "string",
      "description": "Sender's email.",
      "example": "noreply@store.com.br"
    },
    "name": {
      "type": "string",
      "description": "Sender's name.",
      "example": "no reply"
    },
    "role": {
      "type": "string",
      "nullable": true,
      "description": "If it is a client or null, for transactional emails.",
      "example": "null"
    }
  },
  "example": {
    "conversationRelatedTo": "1305371685465-01",
    "conversationSubject": "oms",
    "emailAlias": "noreply@vtexcommerce.com.br-9814872b.ct.store.com.br",
    "aliasMaskType": 0,
    "email": "noreply@store.com.br",
    "name": "no reply",
    "role": "null"
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-from"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.