Skip to main content

Post-Login Overview

Atenxion Post-Login API Integration Guide

Overview

Atenxion provides two ways to integrate Post-Login functionality:

  1. REST API Integration
    Trigger login events and receive responses using standard HTTP requests with libraries like axios.
    → See API Setup for full instructions.

  2. WebSocket Integration
    Establish a real-time connection using Socket.IO to communicate with the agent and receive event-based updates.
    → See Socket Setup for details.

Choose the method that best fits your use case — API for request/response patterns or Socket for real-time messaging. Both methods support token-based authentication and return consistent response structures once login is successful.