Desk.com Integration

Desk.com is a popular customer service and help desk support software. Desk.com triggers notifications for cases.

300

What does Opsgenie offer Desk users?

Use OpsGenie's Desk.com Integration to forward Desk alerts to Opsgenie. Opsgenie determines the right people to notify based on on-call schedules– notifies via text messages (SMS), phone calls and iOS & Android push notifications, and escalates alerts until the alert is acknowledged or closed. Forward Opsgenie's "add note" alert activities to Desk.com.

Functionality of the integration

  • When new case is created on Desk.com, an alert is created in Opsgenie automatically through the integration.
  • When the case on Desk.com closed or resolved, the alert is closed in Opsgenie.
  • When a note is added to the alert in Opsgenie, the note is also added to the case on Desk.com.

Add Desk.com Integration in Opsgenie

  1. Please create an Opsgenie account if you haven't done so already.
  2. Go to Opsgenie Desk.com Integration page.
  3. Specify who is notified of Desk.com alerts using the Teams field. Auto-complete suggestions are provided as you type.
  4. Copy the integration URL which includes Opsgenie endpoint as well as the API key.
  5. Click Save Integration.
2131

Configuration on Desk.com

  1. In Desk.com, go to the Admin Panel.
  2. In "Apps" tab, install Custom Action.
  3. Enter the action name "Opsgenie", Select "None" as the authentication method.
  4. Paste the Integration URL copied when adding the integration.
580
  1. Click Create.
  2. After installing app, Add Action.
  3. Set name as "Send to Opsgenie"
  4. Select Post a JSON string to a URL as "Action Type"
  5. Fill the "JSON to POST" field by referring to this file.
598
  1. Click Add Action.
  2. Go to Cases -> Rules -> Inbound Interaction.
  3. Click + Add Rule.
  4. Enter a name and click Add.
581
  1. Add a Rule Action with selecting Trigger an App Action and Opsgenie: Send to Opsgenie.
  2. Set "Enabled" as "Yes" and Update.
631

You can configure an Outbound Interaction to update and close Opsgenie alerts on case changes.

Alert properties can be configured from Desk.com Integration / Advanced Settings page.

Configuring Opsgenie to Desk.com Integration (Optional)

To enable Opsgenie to send alert actions to Desk.com, configure both Desk.com and Opsgenie.

At Desk.com

Add an API Application

  • In Desk.com, go to Admin Panel->Settings
  • Add API Application named "Opsgenie"
  • Generated keys are used by Opsgenie
558

In Opsgenie

Add the following information to your Desk.com integration in Opsgenie.

  • Go to Opsgenie Integration page and click the Desk.com integration to modify.
  • Make sure Send Actions to Desk.com is checked.
  • Enter the subdomain for the Desk account.
  • Paste the Key of the "OpsGenie" API Application to "Consumer Key" field.
  • Paste the Secret of the "OpsGenie" API Application to "Consumer Key Secret" field.
  • Paste the Token of the "OpsGenie" API Application to "Access Token" field.
  • Paste the Token Secret of the "OpsGenie" API Application to "Access Token Secret" field.
  • Click "Save Integration".
2150

Opsgenie uses this information to send Desk.com the API requests and keep cases up-to-date. This configuration is optional; leave "Send Actions to Desk" unchecked and keep using Desk.com integration one-way.

Sample Payload

{
  "caseId": "2558",
  "caseSubject": "Fwd: test123",
  "caseDescription": "",
  "caseLabels": "",
  "caseStatusName": "New",
  "caseGroupName": "General",
  "caseChannel": "email",
  "casePriority": "4",
  "caseUserId": "",
  "caseUserName": "",
  "caseOpenedAt": "2015-01-29 15:45:47 UTC",
  "caseCreatedAt": "2015-01-29 15:42:47 UTC",
  "caseUpdatedAt": "2015-01-29 15:42:47 UTC",
  "customerId": "290081130",
  "customerName": "Tuba",
  "customerEmail": "[email protected]",
  "customerPhone": "12345",
  "customerCompany": "ifountain"
}

Sample alert

2444