mirror of https://github.com/zulip/zulip.git
webhooks/groove: Update docs to conform to style guide.
This commit is contained in:
parent
7b8da9b6c0
commit
2e700477e3
Binary file not shown.
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB |
|
@ -1,37 +1,27 @@
|
|||
Zulip supports integration with Groove and can notify you of any events
|
||||
happening on your Groove dashboard.
|
||||
Get Zulip notifications for your Groove events!
|
||||
|
||||
1. {!create-stream.md!}
|
||||
|
||||
2. {!create-bot-construct-url-indented.md!}
|
||||
1. {!create-bot-construct-url-indented.md!}
|
||||
|
||||
3. Next, on your Groove dashboard, go to the **Settings** tab
|
||||
|
||||
![](/static/images/integrations/groove/001.png)
|
||||
|
||||
4. From there, go to the **API** menu under **Company**.
|
||||
|
||||
![](/static/images/integrations/groove/002.png)
|
||||
|
||||
5. On the **Webhooks** option, open the **Add Webhook**
|
||||
dropdown and select the event that you wish to be notified of.
|
||||
|
||||
![](/static/images/integrations/groove/003.png)
|
||||
1. On your Groove dashboard, click on **Settings**. Under **Company**,
|
||||
click on **API**. Open the **Add Webhook** dropdown and select an
|
||||
event that you would like to be notified about.
|
||||
|
||||
Currently, Zulip supports these events:
|
||||
|
||||
* ―`ticket_started`: notify if there is a new ticket.
|
||||
* ―`ticket_assigned`: notify if a ticket is assigned to an agent or group.
|
||||
* ―`agent_replied`: notify if an agent replied to a ticket.
|
||||
* ―`customer_replied`: notify if a customer replied to a ticket.
|
||||
* ―`note_added`: notify if an agent left a note on a ticket.
|
||||
* `ticket_started`: notify if there is a new ticket.
|
||||
* `ticket_assigned`: notify if a ticket is assigned to an agent or group.
|
||||
* `agent_replied`: notify if an agent replied to a ticket.
|
||||
* `customer_replied`: notify if a customer replied to a ticket.
|
||||
* `note_added`: notify if an agent left a note on a ticket.
|
||||
|
||||
6. Copy your webhook URL to the space below the event.
|
||||
1. Enter the URL constructed above in the space below the event.
|
||||
Click **Add Webhook**.
|
||||
|
||||
![](/static/images/integrations/groove/004.png)
|
||||
|
||||
7. Click **Add Webhook**.
|
||||
1. Repeat the last two steps (using the same URL) for every event you'd like
|
||||
to be notified about.
|
||||
|
||||
{!congrats.md!}
|
||||
|
||||
![](/static/images/integrations/groove/005.png)
|
||||
![](/static/images/integrations/groove/001.png)
|
||||
|
|
Loading…
Reference in New Issue