npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

wickrio-zendesk-bot

v5.38.2

Published

WickrIO Zendesk Bot allows Wickr users to submit tickets to the configured Zendesk account

Downloads

16

Readme

WickrIO Zendesk Bot

  • Wickr's own Zendesk Bot

Use this bot to handle customer support and automatically create Zendesk tickets for users, all without leaving Wickr's secure messaging platform. Just plug in your Zendesk account info and the bot will pull all the fields and questions required to submit a Ticket from the pre-configured Zendesk account and will prompt the user to enter them. Once the user confirms the information he entered the bots will submit the ticket to Zendesk.

To get started, you would need to setup your system, download and install Docker and run the WickrIO Docker container. Full instructions on how to do so are available here: https://wickrinc.github.io/wickrio-docs/#wickr-io-getting-started

Configuration:

  1. Go into your ZenDesk account and on the left side menu bar select the settings icon
  2. Scroll down and find the "Channels" section, then select "API"
  3. Create a new Active API Token under the "Token Access" section
  4. Save the API token
  • After installing the WickrIO Zendesk Bot, you will need to configure several properties that are needed to access your Zendesk account. The WickrIO console will walk you through entering the following values: Required tokens:
  1. DATABASE_ENCRYPTION_KEY - Choose a 16-character(minimum) string key to derive the crypto key from in order to encrypt and decrypt the user database of this bot. This must be specified, there is no default. NOTE: be careful not to change if reconfiguring the bot or else the user database won't be accessible.
  2. BOT_USERNAME = This is the username of the WickrIO client. If prompted enter that value
  3. ZENDESK_USERNAME = The username for the Zendesk Agent who's account will be used to submit all the tickets
  4. ZENDESK_API_TOKEN = Zendesk API Key which is generated in the steps above
  5. ZENDESK_DOMAIN_NAME = Can be found in the beginning of your Zendesk URL .zendesk.com(Usually the company's name)

Description:

  • /help@botName - List all available commands.
  • /list@botName - Lists all tickets you have opened.(COMING SOON)
  • /get@botName TICKET_ID - Retrieve the specified ticket.(COMING SOON)
  • /resolve@botName TICKET_ID - Resolve the specified ticket.(COMING SOON)