mirror of https://github.com/zulip/zulip.git
api docs: Add script and plugin integrations to integrations-overview.
This commit is contained in:
parent
df20f1a47f
commit
6a352ab249
|
@ -47,7 +47,10 @@ integration and don't have an engineer on staff, reach out to
|
|||
* If the third-party service supports outgoing webhooks, you likely want to
|
||||
build an [incoming webhook integration](/api/incoming-webhooks-overview).
|
||||
|
||||
* Otherwise, you can
|
||||
* If it doesn't, you may want to write a
|
||||
[script or plugin integration](/api/non-webhook-integrations).
|
||||
|
||||
* Finally, you can
|
||||
[send messages using Zulip's API](/api/send-message).
|
||||
|
||||
### Sending and receiving content
|
||||
|
|
Loading…
Reference in New Issue