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

TemplateComponent

{
    "type": "string",
    "parameters": [
        {
            "type": "string",
            "text": "string",
            "currency": {
                "fallback_value": "string",
                "code": "string",
                "amount_1000": 0
            },
            "date_time": {
                "fallback_value": "string"
            },
            "image": {
                "id": "string",
                "link": "string",
                "filename": "string"
            },
            "video": {
                "id": "string",
                "link": "string",
                "filename": "string"
            },
            "document": {
                "id": "string",
                "link": "string",
                "filename": "string"
            },
            "payload": "string",
            "coupon_code": "string",
            "action": {
                "flow_token": "string",
                "flow_action_data": null,
                "thumbnail_product_retailer_id": "string",
                "sections": [
                    {
                        "title": "string",
                        "product_items": [
                            {
                                "product_retailer_id": "string",
                                "catalog_id": "string"
                            }
                        ]
                    }
                ]
            },
            "product": {
                "product_retailer_id": "string",
                "catalog_id": "string"
            },
            "tap_target_configuration": [
                {
                    "url": "string",
                    "title": "string"
                }
            ],
            "limited_time_offer": {
                "expiration_time_ms": 0
            }
        }
    ],
    "cards": [
        {
            "card_index": 0,
            "components": [
                {
                    "type": "string",
                    "parameters": [
                        {
                            "type": "string",
                            "text": "string",
                            "currency": {
                                "fallback_value": "string",
                                "code": "string",
                                "amount_1000": 0
                            },
                            "date_time": {
                                "fallback_value": "string"
                            },
                            "image": {
                                "id": "string",
                                "link": "string",
                                "filename": "string"
                            },
                            "video": {
                                "id": "string",
                                "link": "string",
                                "filename": "string"
                            },
                            "document": {
                                "id": "string",
                                "link": "string",
                                "filename": "string"
                            },
                            "payload": "string",
                            "coupon_code": "string",
                            "action": {
                                "flow_token": "string",
                                "flow_action_data": null,
                                "thumbnail_product_retailer_id": "string",
                                "sections": [
                                    {
                                        "title": "string",
                                        "product_items": [
                                            {
                                                "product_retailer_id": "string",
                                                "catalog_id": "string"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "product": {
                                "product_retailer_id": "string",
                                "catalog_id": "string"
                            },
                            "tap_target_configuration": [
                                {
                                    "url": "string",
                                    "title": "string"
                                }
                            ],
                            "limited_time_offer": {
                                "expiration_time_ms": 0
                            }
                        }
                    ],
                    "cards": [],
                    "sub_type": "string",
                    "index": 0,
                    "buttons": [
                        {
                            "type": "string",
                            "text": "string",
                            "flow_id": "string",
                            "flow_name": "string",
                            "flow_action": "string",
                            "navigate_screen": "string",
                            "flow_json": "string",
                            "icon": "string"
                        }
                    ]
                }
            ]
        }
    ],
    "sub_type": "string",
    "index": 0,
    "buttons": [
        {
            "type": "string",
            "text": "string",
            "flow_id": "string",
            "flow_name": "string",
            "flow_action": "string",
            "navigate_screen": "string",
            "flow_json": "string",
            "icon": "string"
        }
    ]
}
Built with