LogoLogo
Roadmap
  • 🌍Welcome
  • Get Started
    • 🚀DM Champ Accelerator
    • 📞Connecting Phone
    • 👤Creating Contacts
    • 📚List and Contact Management
    • ⬆️Importing Contacts
    • ⬇️Exporting Contacts
    • 📅Connecting Google Calendar
    • 🔢Billing System
    • 📝Creating Campaigns
    • 🏷️Creating Tags
    • 🪝Setting Up Webhooks
    • 🧮Agency Accounts
    • 🤖GHL (and others) Integration
    • ⏳Funnels
    • Connecting Facebook and Instagram
    • 💬Chats
    • 💬Chat Widget
    • WhatsApp Widget
    • 📊Dashboard
  • 🖌️Webhooks + Custom Functions
  • 🔧Mastering Custom Functions and Integrations
  • 🏷️Tags and Custom Functions
  • 🔎Real-time Web Search
  • Instagram DM Flow
  • Facebook Messenger DM Flow
  • API
    • System
    • Contacts
    • Tags
    • Summaries
    • Chat Widget
    • WhatsApp Templates
    • WhatsApp Widget
    • Messages
    • SubAccounts
    • Users
Powered by GitBook
On this page

Was this helpful?

  1. API

WhatsApp Widget

PreviousWhatsApp TemplatesNextMessages

Was this helpful?

Get WhatsApp Widget

get

Returns the HTML for the WhatsApp widget for the specified phone number

Path parameters
phonestringRequired

Phone number with country code

Responses
200
HTML content for the WhatsApp widget
text/html
Responsestring

HTML content

get
GET /v1/whatsapp-widget/{phone} HTTP/1.1
Host: api.dmchamp.com
Accept: */*
200

HTML content for the WhatsApp widget

text

Get WhatsApp Widget with Message

get

Returns the HTML for the WhatsApp widget for the specified phone number and pre-filled message

Path parameters
phonestringRequired

Phone number with country code

messagestringRequired

Pre-filled message

Responses
200
HTML content for the WhatsApp widget
text/html
Responsestring

HTML content

get
GET /v1/whatsapp-widget/{phone}/{message} HTTP/1.1
Host: api.dmchamp.com
Accept: */*
200

HTML content for the WhatsApp widget

text
  • GETGet WhatsApp Widget
  • GETGet WhatsApp Widget with Message