In the coming release of R20d one can embed data fields in the service request emails. This feature may be used by 3rd party apps to integrate with Calem. It is an alternative to integration with Calem via REST API.
The following is an email sample reporting an issue with an asset.
// Email Subject: Routing device malfunction Ref#3359 // Email Body: The issue is reported with the following information: Asset-Tag: T-55990 Failure-Time: 2020-07-25 15:30 Priority: P1 Requester: John Joe
Here is the configuration out of the box:
$_CALEM_dist['sr_conf']['mail_conf']['data_tpl']= array( 'asset_id'=>array('Asset-Tag:'), 'location_id'=>array('Location:'), 'request_time'=>array('Failure-Time:'), 'priority_id'=>array('Priority:'), 'requester_id'=>array('Requester:'), 'ref_no'=>array('Ref#') );
Calem uses the following rules to parse the email:
Additional resources
By accepting you will be accessing a service provided by a third-party external to https://calemeam.com/