Jaweb Logo
  • Home
  • Features
  • Pricing
    • Integration
    • Case Study
    • FAQ
    • Contact
Sign In Sign Up

Getting Started

2
  • API Key Access
  • Authentication

Chatlog

3
  • Get Request
  • Post Request
  • Put Request
View Categories
  • Home
  • Docs
  • Chatlog
  • Post Request

Post Request

< 1 min read

The POST request allows you to create a new chat log entry in the system. You must provide a JSON body containing details about the chat log.

Endpoint:

POST https://crm.jaweb.me/api/chatlog-create/

Request Headers #

  • Authorization: Token YOUR_API_KEY_HERE
  • Content-Type: application/json

Request Body #

Provide the chat log details in JSON format:

{
"name": "Joe Doe",
"isActive": true,

"user_session_id":"session_wwq",
"company_username": "joedoe",
"mail":"[email protected]",
"country": "UAE",
"phone": "+12782132122",
}

Example Request #

POST https://crm.jaweb.me/api/chatlog-create/
Authorization:Token YOUR_API_KEY_HERE
Content-Type: application/json

{
"name": "Joe Doe",
"isActive": true,
"user_session_id":"session_wwq",
"company_username": "joedoe",
"mail":"[email protected]",
"country": "UAE",
"phone": "+12782132122",
}

Example Response #

{
"name": "Joe Doe",
"isActive": true,
"user_session_id":"session_wwq",
"company_username": "joedoe",
"mail":"[email protected]",
"country": "UAE",
"phone": "+12782132122",

}

Response Status Codes #

  • 200 Created: The chat log entry was successfully created.
  • 401 Unauthorized: The API key is invalid or not provided.
  • 400 Bad Request: The request body is missing or contains invalid data.
Updated on December 3, 2024

What are your Feelings

  • Happy
  • Normal
  • Sad
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Get RequestPut Request
Table of Contents
  • Request Headers
  • Request Body
  • Example Request
  • Example Response
  • Response Status Codes
Jaweb

Jaweb powers your store’s growth with an AI-driven chat that listens, sees, and sells—so you can focus on scaling, not on endless support.

Pages

  • Privacy Policy
  • Help
  • Contact Us
  • Resources
  • API Documentation
  • Affiliate Program

Sign up for the newsletter

© 2025 Jaweb.com | All Rights Reserved