Support - Analyst

/support/analyst
Sends an email w/ a channel_id and event_id analyst request to a support team member
Possible Methods

POST

Arguments

n/a

Json Object
{
    String channel_id,
	String event_id
}

 

Example
curl -b cookies.txt -X POST -d '{ "channel_id":"534beae7e4b0e01bada6a248", "event_id":"5349ae9ce4b0dd30d649d32f"}' "http://localhost:8185/support/analyst" > response.txt
Example Response
curl -b cookies.txt -X POST -d '{ "channel_id":"534beae7e4b0e01bada6a248", "event_id":"5349ae9ce4b0dd30d649d32f"}' "http://localhost:8185/support/analyst" > response.txt

 

 {
    "response": {
        "action": "Support",
        "success": true,
        "message": "Support request sent successfully",
        "time": 0
    }
}