Chronox Public APIs
    • Get Started
      • Introduction
      • Authentication
      • Rate limiting
    • Get User Details
      GET
    • Get Meta Integration
      GET
    • Get Whatsapp Templates
      GET
    • Get Whatsapp Template Details
      GET
    • Get Whatsapp Template Category
      GET
    • Get Whatsapp Languages
      GET
    • Get Whatsapp Template Type
      GET
    • Get Whatsapp Template Interactive Type
      GET
    • Get Whatsapp Template Header Type
      GET
    • Get Whatsapp Template Button Type
      GET
    • Get Whatsapp Template Dynamic Variable Type
      GET
    • Create Whatsapp Template
      POST
    • Send Whatsapp Message
      POST
    • Send Whatsapp Template
      POST
    • Get Inbox Data
      GET
    • Get Thread Details
      GET
    • Schemas
      • Thread Execution Data

    Thread Execution Data

    {
        "thread_execution_log_id": "string",
        "thread_chatbot_id": "string",
        "user_assignment_id": null,
        "chatbot_step_action_id": "string",
        "action_type_id": "string",
        "action_type_name": "string",
        "group_id": null,
        "parent_id": null,
        "step_start_timestamp": "string",
        "step_end_timestamp": "string",
        "execution_status_name": "string",
        "execution_status_id": "string",
        "parent_thread_execution_log_id": null,
        "chatbot_data": {
            "chatbot_id": "string",
            "chatbot_name": "string",
            "chatbot_version_id": "string"
        },
        "user_first_name": null,
        "user_last_name": null,
        "user_email": null,
        "action_execution_data": {
            "wa_message_id": "string",
            "message": "string",
            "whatsapp_message_status": [
                {
                    "status": "string",
                    "pricing_billable": true,
                    "pricing_model": "string",
                    "pricing_category": "string",
                    "pricing_type": "string",
                    "webhook_timestamp": "string",
                    "notes": null
                }
            ]
        }
    }
    Built with