Boost sales productivity
Boost sales productivity
Boost sales productivity
Deliver software faster
Deliver outstanding support
Transform the way you manage Jira projects
Resolve incidents faster
Bring magic to office celebrations in Slack
Manage pull requests in Slack
Bring employee leave management in Slack
Run planning poker sessions in Slack
Hold retrospective sessions in Slack
Run polls in Slack
Run standup meetings in Slack
Send and receive kudos in Slack
Bring ChatGPT AI Assistant to Slack
Discover how Actioner empowers teams across industries with streamlined workflows and task automation.
Stay updated with the latest insights
Explore step-by-step tutorials
Explore Actioner customers
Discover how Actioner stands out
Access a comprehensive knowledge base
In this article, we'll go through a setup that uses Actioner to pass data from Zendesk to Jira and Slack. A webhook in Zendesk will trigger Actioner when "escalated" tag is added to a ticket, and correspondingly a new Jira issue will be automatically created, and this escalation will send a message in Slack.
Let’s go through this process step by step.
You can start by creating an app from scratch on My apps page.
It is now time to create the action that will be executed when Zendesk sends a ticket update event.
This action will perform 3 tasks:
Go to Actions tab of your app and add a new action. You can name it as Escalate Zendesk ticket to Jira.
Let's continue with adding inputs. Action will take 6 inputs and all of them will be mandatory components to run the action.
💡 Open your action in design mode if you do not see Inputs, Outputs or Requests tabs.
Ticket, title and description can be grabbed from data that will be sent to Actioner when "escalated" tag is added to a Zendesk ticket. Through the Actioner workflow, you can set Zendesk group, Jira project and issue type. According to your setup,
Now navigate to Requests tab and start adding the requests that will be run when this action is run.
We'll start with API requests that will generate options for our inputs.
1.Add a new API request: ListZendeskGroups.
2.Add another API request: ListJiraProjects.
3.Add another API request: ListJiraIssueTypes.
We'll now use the responses to our API requests and dynamically generate the options for 3 select components: group, project and issueType.
1.Go to group input and add below to source field.
2.Go to project input and add below to source field.
3.Go to issueType input and add below to source field.
1.Add a new API request: EscalateTicket.
2.Add a new API request: CreateJiraIssue.
3.Add a new Slack request: SendSlackMessage. Select Send message to channel method.
Go to Inputs tab and add the requests to run steps in the order below:
💡 Note that no need to add the requests that generate values for input components.
https://api.actioner.com/v1/events?api_key=3781179c-ea1a-42a0-9ce4-ebda5992ed0d
In Zendesk, you need to set up a webhook with the URL provided by Actioner. Below are the steps for this webhook configuration:
1.Go to Zendesk Admin Center and find Webhooks. Create a new webhook.
2.Enter the URL you copied from Actioner in Endpoint URL field.
3.Make sure that POST method and JSON format are selected and create webhook.
4.On Zendesk Admin Center, find Triggers. Create a new trigger.
5.Enter Trigger name, such as Send data to Actioner. You can optionally enter a description.
6.Go to Conditions section and add two new conditions under Meet ALL of the following conditions:
Ticket — Is — Updated
Tags — Contains at least one of the following — escalated
7.Go to Actions section and select Notify active webhook option and select the webhook you just created.
8.Copy below to JSON body field:
1.Click + Add step and select your action. You'll see all inputs opening up.
2.On Ticket field, enter below:
3.On Title field, enter below:
4.On Description field, enter below:
5.Select your Zendesk group.
6.Select the project of your development team in Jira project field.
7.Select the Jira issue type.
That is it! You are now ready to test this workflow. Go ahead and add "escalated" tag to a test ticket in Zendesk and see how it works.
To explore building your own Slack apps, signup to Actioner now!
Discover Forrester's 2024 insights on AI in customer service. Generative AI will boost CX metrics, transform skeptic views, and face regulatory challenges.