From 1f42aa1a38c8aa10176a594346e819ad76a81f1c Mon Sep 17 00:00:00 2001 From: Andrei Calinescu Date: Thu, 28 Oct 2021 03:11:40 +0900 Subject: [PATCH] Add Monday API (#2673) Add Monday API to Documents & Productivity (for monday.com) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9921193e..60226d17 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,7 @@ API | Description | Auth | HTTPS | CORS | | [Html2PDF](https://html2pdf.app/) | HTML/URL to PDF | `apiKey` | Yes | Unknown | | [JIRA](https://developer.atlassian.com/server/jira/platform/rest-apis/) | JIRA is a proprietary issue tracking product that allows bug tracking and agile project management | `OAuth` | Yes | Unknown | | [Mercury](https://mercury.postlight.com/web-parser/) | Web parser | `apiKey` | Yes | Unknown | +| [Monday](https://api.developer.monday.com/docs) | Programmatically access and update data inside a monday.com account | `apiKey` | Yes | Unknown | | [Notion](https://developers.notion.com/docs/getting-started) | Integrate with Notion | `OAuth` | Yes | Unknown | | [PandaDoc](https://developers.pandadoc.com) | DocGen and eSignatures API | `apiKey` | Yes | No | | [Pocket](https://getpocket.com/developer/) | Bookmarking service | `OAuth` | Yes | Unknown |