0
Conversations
0
Messages
--
Avg Response
0
Today

Select a conversation

Click a conversation on the left, or use the Test tab to send a message and see the AI reply engine in action.

Business Setup

Configure your business profile. This context powers every AI reply — hours, services, tone, and special instructions all shape how Attendr responds to your customers.

Saved!

Embed Widget

Add the Attendr chat widget to your website. Customers can message you directly, and the AI will reply instantly.

Embed Code

Copy and paste this before your closing </body> tag:

<script> (function() { var d = document, s = d.createElement('script'); s.src = '/widget-embed.js'; s.setAttribute('data-business-id', '1'); d.body.appendChild(s); })(); </script>

API Endpoint

Send messages via API for SMS, email, or custom integrations:

POST /api/messages/inbound Content-Type: application/json { "business_id": 1, "message": "Hi, do you have any openings this Saturday?", "customer_name": "Sarah Johnson", "customer_email": "sarah@example.com", "channel": "email" }

Webhook (Email/SMS)

Point your email/SMS provider's webhook to:

POST /api/webhook/inbound Content-Type: application/json { "business_id": 1, "from_email": "customer@example.com", "from_name": "Sarah Johnson", "subject": "Appointment inquiry", "body": "Hi, I'd like to book a haircut for next week.", "channel": "email" }

Test your AI front desk

Type a message below as if you're a customer. The AI will respond using your business context.