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

Summaries

PreviousTagsNextChat Widget

Was this helpful?

Generate Chat Summary

post

Generate a chat summary for a specific contact based on their conversation history

Query parameters
apiKeystringOptional

API key for authentication

Example: your_api_key
Body
phoneNumberstringOptional

Contact's phone number (must include valid country code)

emailstring ยท emailOptional

Contact's email address

Responses
200
Summary generation initiated successfully
application/json
400
Invalid request
application/json
401
Unauthorized
application/json
404
Contact not found
application/json
500
Server error
application/json
post
POST /v1/summaries HTTP/1.1
Host: api.dmchamp.com
Content-Type: application/json
Accept: */*
Content-Length: 29

{
  "phoneNumber": "+1234567890"
}
{
  "success": true,
  "message": "Chat summary generated successfully"
}