Wazapi
    • Raiz
      • Channels
        • List WhatsApp channels
      • Contacts
        • List contacts
        • Get a contact
        • Update a contact
        • Create or update a contact by external ID
      • Flows
        • List flows
        • Get a flow
        • Start a flow execution
      • Templates
        • List WhatsApp templates
        • Get a WhatsApp template by name
      • Messages
        • Send a WhatsApp message
        • List messages in a conversation
      • Operations
        • Get an asynchronous operation
      • Conversations
        • List conversations
        • Get a conversation
      • Webhooks
        • Receive an event from Wazapi
    • Esquemas
      • PaginationMeta
      • Channel
      • Contact
      • Flow
      • Template
      • Conversation
      • Message
      • Operation
      • WebhookEventType
      • WebhookEvent
      • Recipient
      • ContactWrite
      • MessageRequest
      • Error

    MessageRequest

    {
        "channel_uuid": "82940f04-367e-448c-ae9d-3ae74b17da5e",
        "recipient": {
            "phone": "+5511999999999",
            "external_id": "string"
        },
        "type": "text",
        "content": {
            "text": "string"
        }
    }
    Built with