Sendzen API Documentation
HomeGetting Started
HomeGetting Started
Visit Website
Sign In
Create an account
  1. Schemas
  • Start Guide
    • Getting Started
    • API Reference
  • Messages
    • Template Messages
      • Send Text Message
      • Send Interactive Message
      • Send Media Message
    • Session Messages
      • Send Text Message
      • Send Image Message
      • Send Video Message
      • Send Audio Message
      • Send Document Message
      • Send Interactive Reply Message
  • Template
    • List Templates
    • Create Template
    • Delete Template
  • Project
    • Create Project
    • List Projects
    • Update Project
    • Retrieve Project
  • WABA
    • List WABA
    • Retrieve WABA Details from Meta
    • Retrieve WhatsApp Business Profile Detail
    • Update WhatsApp Business Profile
  • Knowledge Base
    • Programming Languages
      • Python
      • Node.js
      • PHP
      • Laravel
      • Java
      • C# .NET
    • Onboarding
      • WhatsApp Setup
  • Schemas
    • Schemas
      • Template Message
      • Url
      • 401/403 Message Response
      • AccountLoginRequest
      • APIKeyDto
      • Address
      • Account
      • AccountRegisterRequest
      • CommonResponse
      • AccountDetailDto
      • CreateOrUpdateProjectRequest
      • Contact
      • Error
      • PartnerConfigDto
      • ContactName
      • Button
      • ErrorResponse
      • CarouselCard
      • LoginResponse
      • Email
      • PartnerInfoDto
      • Component
      • ProjectDetailDto
      • ProjectWABADetail
      • Interactive
      • WABADetail
      • WABASignUp
      • InteractiveAction
      • WABADto
      • InteractiveBody
      • CreateTemplateRequest
      • InteractiveButton
      • InteractiveFooter
      • InteractiveHeader
      • InteractiveMedia
      • Example
      • InteractiveProductItem
      • InteractiveProductSection
      • InteractiveReply
      • InteractiveRow
      • InteractiveSection
      • Location
      • Media
      • MessageRequest
      • MessageResponse
      • MessageTemplate
      • Organization
      • LimitedTimeOffer
      • Phone
      • Reaction
      • Response
      • TemplateAction
      • NamedParameter
      • TemplateButtons
      • OrderCheckoutDto
      • TemplateCarousel
      • OrderDto
      • TemplateComponent
      • OrderStatusEnum
      • TemplateCurrency
      • TemplateDateTime
      • PaymentGatewayDto
      • TemplateLimitedTimeOffer
      • TemplateMedia
      • TemplateParameter
      • TemplateProductItem
      • TemplateSection
      • TemplateTapTargetConfiguration
      • SupportedApp
      • Text
      • WhatsAppBusinessProfile
      • UploadMedia
    • Knowledge Base
  1. Schemas

Component

{
    "type": "string",
    "add_security_recommendation": true,
    "format": "string",
    "text": "string",
    "example": {
        "header_handle": [
            "string"
        ],
        "header_text": [
            "string"
        ],
        "header_text_named_params": [
            {
                "param_name": "string",
                "example": "string"
            }
        ],
        "body_text": null,
        "body_text_named_params": [
            {
                "param_name": "string",
                "example": "string"
            }
        ]
    },
    "buttons": [
        {
            "type": "string",
            "text": "string",
            "url": "string",
            "example": null,
            "phone_number": "string",
            "flow_id": "string",
            "flow_json": null,
            "flow_action": "string",
            "otp_type": "string",
            "autofill_text": "string",
            "package_name": "string",
            "signature_hash": "string",
            "zero_tap_terms_accepted": true,
            "supported_apps": [
                {
                    "package_name": "string",
                    "signature_hash": "string"
                }
            ]
        }
    ],
    "cards": [
        {
            "components": [
                {
                    "type": "string",
                    "add_security_recommendation": true,
                    "format": "string",
                    "text": "string",
                    "example": {
                        "header_handle": [
                            "string"
                        ],
                        "header_text": [
                            "string"
                        ],
                        "header_text_named_params": [
                            {
                                "param_name": "string",
                                "example": "string"
                            }
                        ],
                        "body_text": null,
                        "body_text_named_params": [
                            {
                                "param_name": "string",
                                "example": "string"
                            }
                        ]
                    },
                    "buttons": [
                        {
                            "type": "string",
                            "text": "string",
                            "url": "string",
                            "example": null,
                            "phone_number": "string",
                            "flow_id": "string",
                            "flow_json": null,
                            "flow_action": "string",
                            "otp_type": "string",
                            "autofill_text": "string",
                            "package_name": "string",
                            "signature_hash": "string",
                            "zero_tap_terms_accepted": true,
                            "supported_apps": [
                                {
                                    "package_name": "string",
                                    "signature_hash": "string"
                                }
                            ]
                        }
                    ],
                    "cards": [],
                    "limited_time_offer": {
                        "text": "string",
                        "has_expiration": true
                    }
                }
            ]
        }
    ],
    "limited_time_offer": {
        "text": "string",
        "has_expiration": true
    }
}
Built with