From 6a352ab24901283a95721c5844729e22ba00349f Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Tue, 16 Oct 2018 20:05:12 -0700 Subject: [PATCH] api docs: Add script and plugin integrations to integrations-overview. --- templates/zerver/api/integrations-overview.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/zerver/api/integrations-overview.md b/templates/zerver/api/integrations-overview.md index 656c9bc7ad..53433420c3 100644 --- a/templates/zerver/api/integrations-overview.md +++ b/templates/zerver/api/integrations-overview.md @@ -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