Giter VIP home page Giter VIP logo

url_builder_app's Introduction

⚠️ Use of this software is subject to important terms and conditions as set forth in the License file ⚠️

URL Builder App

Description:

A Zendesk App to help you generate links for agents.

Instructions:

  1. Download a .zip of this app
  2. Navigate to your Zendesk Admin's Apps -> Manage page
  3. Click Upload App
  4. Enter a descriptive name of your choosing, and upload this .zip
  5. Click Upload
  6. Confirm the title, the second box is for the json, described below.
  7. Optionally enable role restrictions if these URLs are not appropriate for all agents.
  8. Once your .json is in place, click Install.
  9. Open a new browser to test your results.

JSON Array of URLs:

The following is an example of what can be entered into this app's settings:

[
  {
    "title": "First Title",
    "url": "http://example.com/?name={{ticket.requester.name}}"
  },
  {
    "title": "Second Title (with custom field)",
    "url": "http://example.com/?custom={{ticket.custom_field_424242}}"
  }
]

This example will generate the following HTML inside the app:

<ul>
  <li>
    <a href="http://example.com/?name=Robert C.Martin">First Title</a>
  </li>
  <li>
    <a href="http://example.com/?custom=secretRocketLaunchCodes">Second Title (with custom field)</a>
  </li>
</ul>

Available Placeholders

  • {{ticket.id}} //not available for new tickets
  • {{ticket.description}}
  • {{ticket.requester.id}}
  • {{ticket.requester.name}}
  • {{ticket.requester.email}}
  • {{ticket.requester.externalId}}
  • {{ticket.requester.firstname}}
  • {{ticket.requester.lastname}}
  • {{ticket.requester.user_fields.YYY}} = custom user fields can be used
  • {{ticket.assignee.user.id}}
  • {{ticket.assignee.user.name}}
  • {{ticket.assignee.user.email}}
  • {{ticket.assignee.user.externalId}}
  • {{ticket.assignee.user.firstname}}
  • {{ticket.assignee.user.lastname}}
  • {{ticket.assignee.group.id}}
  • {{ticket.assignee.group.name}}
  • {{ticket.custom_field_XXXXXXX}} // XXXXXXX = custom field id
  • {{ticket.organization.organization_fields.XXXXXXX}} // XXXXXXX = Field key, default is field name
  • {{current_user.id}}
  • {{current_user.name}}
  • {{current_user.email}}
  • {{current_user.externalId}}
  • {{current_user.firstname}}
  • {{current_user.lastname}}

Making changes

If you wish to change the output, locate the app by looking for the name you choose in step 4 above. Use the widget to Change Settings

Contribution

Improvements are always welcome. To contribute, please submit detailed Pull Requests.

Screenshot(s):

screenshot-1

url_builder_app's People

Contributors

jamborjan avatar jstjoe avatar luizfaias avatar maximeprades avatar mrosendin avatar pi3r avatar pmgrove avatar roseleaf avatar svizzari avatar yesthatallen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.