
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
hubot-zendesk
Advanced tools
Queries Zendesk for information about support tickets
See src/zendesk.coffee
for full documentation.
In hubot project repo, run:
npm install hubot-zendesk --save
Then add hubot-zendesk to your external-scripts.json
:
["hubot-zendesk"]
HUBOT_ZENDESK_USER
HUBOT_ZENDESK_PASSWORD
HUBOT_ZENDESK_SUBDOMAIN
hubot zendesk (all) tickets - returns the total count of all unsolved tickets. The 'all' keyword is optional.
hubot zendesk new tickets - returns the count of all new (unassigned) tickets
hubot zendesk open tickets - returns the count of all open tickets
hubot zendesk escalated tickets - returns a count of tickets with escalated tag that are open or pending
hubot zendesk pending tickets - returns a count of tickets that are pending
hubot zendesk list (all) tickets - returns a list of all unsolved tickets. The 'all' keyword is optional.
hubot zendesk list new tickets - returns a list of all new tickets
hubot zendesk list open tickets - returns a list of all open tickets
hubot zendesk list pending tickets - returns a list of pending tickets
hubot zendesk list escalated tickets - returns a list of escalated tickets
hubot zendesk ticket <ID> - returns information about the specified ticket
FAQs
Queries Zendesk for information about support tickets
The npm package hubot-zendesk receives a total of 1 weekly downloads. As such, hubot-zendesk popularity was classified as not popular.
We found that hubot-zendesk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.