🚀 Why are we upgrading Plazbot 1.0 to Plazbot 2.0? Read our blogHere
Plazbot Developer Hub 🚀
Automate Your WhatsApp Messaging at Scale
Getting Started in Minutos
Quickly get started with Plazbot 2.0, generate your API key, explore our documentation, and integrate seamlessly into your workflows in just a few minutes.
Step 1
Create Your Template
Define how your message will look with a simple API call.
curl -X POST 

  'https://api.plazbot.com/api/template' 

  --header 'Accept: */*' \
  --header 'Authorization: Bearer token............' \
  --header 'Content-Type: application/json' \
  --data-raw '{
    "workspaceId": "wok_............",
    "userId": "usr_............",
    "elementName": "saludo01",
    "languageCode": "es",
    "category": "MARKETING",
    "templateType": "TEXT",
    "components": [
      {
        "type": "BODY",
        "text": "Hola {{1}} :wave:, te recordamos que tu cita es para el dia de hoy con el Doctor García.\n:date: Desea confirmar o Cancelar?",
        "variables": [
          {
            "variable": "1",
            "example": "Tomás"
          }
        ]
      },
      {
        "type": "FOOTER",
        "text": "Servicio enviado por la Clinica ABC"
      },
      {
        "type": "BUTTONS",
        "buttons": [
          {
            "type": "QUICK_REPLY",
            "text": "Confirmar"
          },
          {
            "type": "QUICK_REPLY",
            "text": "Cancelar"
          }
        ]
      }
    ]
  }'
Result
Step 2
Send a Message Using the Template
Send personalized WhatsApp messages to your audience in seconds.
curl -X POST 

  'https://api.plazbot.com/api/conversation' 

  --header 'Accept: */*' \
  --header 'Authorization: Bearer token............' \
  --header 'Content-Type: application/json' \
  --data-raw '{
    "source": "+51985784562",
    "destination": "+51987451256",
    "template": "saludo01"
  }'
Start Building with Plazbot 2.0 Today!
Revolutionize WhatsApp messaging with Plazbot 2.0. Flexible. Powerful. Fast.
Get Your API Key
Generate your unique API key to seamlessly integrate Plazbot 2.0 with your tools and workflows. Start building smarter solutions today.
Read the Documentation
Access our detailed API documentation with guides, examples, and best practices to make your integration process effortless.
Join the Developer Community
Connect with developers worldwide, share insights, and collaborate on innovative solutions. Be part of the Plazbot 2.0 ecosystem.

Why choose Plazbot 2.0 for Developers

The platform that empowers developers with robust APIs, seamless integrations, and a community-driven approach to building smarter solutions.

Effortless WhatsApp Integration

Use our robust API to connect WhatsApp with your platform in minutes.

Mass Messaging Made Simple

Easily send high-volume campaigns or notifications with reliability.

Built for Scale

From startups to enterprises, our infrastructure supports your growth effortlessly.

Comprehensive Documentation

Access detailed guides, SDKs, and tutorials to simplify implementation.

Developer-Centric Tools

With flexible APIs, you can customize and optimize messaging for any use case.

Simplify customer service for WhatsApp with an intuitive and centralized platform, designed to boost sales
Our latest news, articles, and resources will be sent to your inbox weekly.
We are supported by:
Additional Buttons
© 2024 - All rights reserved - Designed by Plazbot LLC