Compose Open Event

Purpose

This event command can be used to trigger an action such as compose mail or get details, on the occurrence of the mentioned event (on opening compose).

Request URL 

clientsdk.on("compose_open", function(){})

 

Sample Request

Copiedclientsdk.on("compose_open", function(){clientsdk.get(["currentComposeMailInfo"]).then(resp=>{console.log(resp)})