Let Oomnitza be your single source of truth!
You'll get complete visibility of your assets as data from Zendesk is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and Zendesk in minutes
Get the information and insights that you need by creating configurable workflows to make managing tickets easier, such as:
- Automatically generating tickets in Zendesk for any asset issues
- Easily viewing and linking Zendesk tickets to assets in Oomnitza, providing a comprehensive overview of all support activities and status updates related to each asset
Contents
Before you start
To successfully associate a ticket with an asset, you first need to integrate the Zendesk plugin with Oomnitza. For further information, refer to Creating a service desk integration for Zendesk assets.
Before you create a Zendesk ticketing workflow, complete the following steps:
- Add your Zendesk (basic) credentials to Oomnitza
- Create an Oomnitza API token and add the token to the vault
- Set the Oomnitza subdomain as a global variable.
Create a workflow
- Click Configuration > Workflows
- Click Add (+) and select Assets from the list.
-
Edit the Begin block.
- From the Actions dropdown, select when your workflow is triggered
- In the Rule criteria section, add a rule to trigger the workflow. For example, the Equipment ID equals <<value>>.
Add a variable
- Click the Variables tab in the sidebar.
- Click ADD VARIABLE.
- Enter Zendesk Ticket ID as the Variable name.
- Select Short text as the type
- Keep the display option to Regular.
Add the create ticket preset
- Drag and drop the API block onto the Sandbox.
- Click Edit on the API block and enter Zendesk in the search field.
- Select the Zendesk Create Ticket preset from the list.
- Select the credentials that you created in the previous step.
- Your Subdomain is derived from the global variable Zendesk.Subdomain that you configured in Setting your Zendesk Subdomain as a global variable, or can be entered manually.
- Enter a subject, description, and priority (permitted values are "urgent", "high", "normal", or "low").
- Click Advanced Mode.
-
Select the Response tab. Enter
{{response['ticket']['id']}}in the Response field. Select the Zendesk Ticket ID variable you created earlier from the Oomnitza field list. - Save your changes
Add the link Zendesk ticket to asset preset
- Drag and drop another API block onto the Sandbox.
- Click Edit on the API block and enter Oomnitza in the search field.
- Select the Zendesk Link Zendesk Ticket to Asset Ticket preset from the list.
- Select your Oomnitza credentials from the list.
- Your Subdomain is derived from the global variable Oomnitza.Subdomain that you configured in Set the Oomnitza subdomain as a global variable.
- Click Advanced Mode.
-
Select the Body tab. Enter
{"id": {{WFVariables.zendesk_ticket_id}} }in the body. - Save your changes
Save and run the workflow
- Connect the blocks.
- Save, validate, and activate your workflow
Getting your results
To review the records that will be affected by the workflow, complete the following steps:
- Edit the Begin block
- Click SHOW IN LIST VIEW.
- Go to the tickets page for the asset.
- Click the Zendesk icon in the upper right
- Your ticket should be displayed on the tickets page.
Comments
0 comments
Please sign in to leave a comment.