KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
slack-zendesk-bot
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
graph
:
Java实现图,邻接矩阵和邻接表两种方式
cjp-docker-compose
:
Docker Compose configuration with HA Proxy for CloudBees Jenkins Platform.
mdtest
:
Deprecated mdtest.
maco
:
truly encapsulated react components
STNetListen
:
监听手机蜂窝网络类型
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
slack-zendesk-bot
?
Download (.md)
# Slack - Zendesk Integration This webtask allows users to use a Slack slash command to create a Zendesk support ticket. The integration allows users to pass an optional subject and it also searches the channel history for any messages sent by the user or to the user over the last hour to use as the body of the support ticket. The slash command is in the format: `/ticket @username [subject]` To create a webtask url for this ticket using the wt CLI tools: ```bash wt create ticket.js -s zendesk_api_token={token} -s zendesk_api_email={email} slack_command_token={token} -s slack_api_token={token} -s slack_icon_url={icon_url} -s zendesk_tenant={tenant} -s support_email={support_email} ```