For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sender Emails

Acquire live chat dashboard gives your team leader an overview of agent activity at any given time.

Acquire Profiles Sender Emails API header in Content-Type application/x-www-form-urlencoded send.

Parameter

Value

Path

https://app.acquire.io/api/setting/email-setting

Method

POST

Authorization

Bearer [YOUR_API_AUTH_TOKEN]

Content-type

application/x-www-form-urlencoded

zone

{"timezone":"Mountain/Arizona","offset":"-06:00"}

Response JSON


{
    "success": true,
    "error": null,
    "data": {
        "total": 1,
        "data": [
            {
                "id": 15416,
                "sender_email": "johndeo@gmail.com",
                "sender_name": "John Deo",
                "type": "user",
                "is_active": "1",
                "is_default": "1",
                "date_created": "2018-04-17 06:12:58"
            }
        ]
    }
}

Sample Code

Last updated