WhatsApp chat embedded in your site with a single line of code
Generate a WhatsApp chat iframe and embed it in your web application. Your customers can message you directly without leaving your site.
How it works
Integrate WhatsApp chat into your site in 3 simple steps.
Authenticate via API
Generate the iframe URL
Embed in your HTML
1. Generate the iframe
curl -X POST \
https://app.roxpay.eu/api/v4/iframes/whatsapp/chat-box \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" 2. Embed in your HTML
<iframe
src="IFRAME_URL"
width="100%"
height="600"
frameborder="0"
></iframe> Mobile preview
Embedded widget
iframe · 1 line
Instant reply
< 1s
Use cases
Customer support
Offer real-time support to your customers directly from your application, without forcing them to open WhatsApp separately.
E-commerce
Allow customers to ask about products, track orders and receive updates directly via chat in your online shop.
Internal dashboards
Integrate the chat into your CRM or team dashboard to manage WhatsApp conversations without switching tools.
Want to try the Chat Widget?
Start for free with the sandbox environment and integrate WhatsApp chat into your app.