WhatsApp Widget

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

Was this helpful?