Merge pull request #1855 from automatisch/AUT-962

feat(monday): add monday integration
This commit is contained in:
Ali BARIN
2025-02-05 17:59:59 +01:00
committed by GitHub
23 changed files with 578 additions and 0 deletions

View File

@@ -340,6 +340,16 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/mistral-ai/connection' },
],
},
{
text: 'Monday',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/monday/triggers' },
{ text: 'Actions', link: '/apps/monday/actions' },
{ text: 'Connection', link: '/apps/monday/connection' },
],
},
{
text: 'Notion',
collapsible: true,

View File

@@ -0,0 +1,16 @@
---
favicon: /favicons/monday.svg
items:
- name: Create board
desc: Creates a new board.
- name: Create column
desc: Creates a new column in a board.
- name: Create item
desc: Creates a new item in a board.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,12 @@
# Monday
:::info
This page explains the steps you need to follow to set up the Monday
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Login to your Monday account: [https://monday.com](https://monday.com).
2. Click on the account logo and go to the **Developers** page.
3. Click on the **My access tokens** tab on the left.
4. Click on the **Show** button and copy the access token from the page to the `API Token` field on Automatisch.
5. Now, you can start using the Monday connection with Automatisch.

View File

@@ -0,0 +1,14 @@
---
favicon: /favicons/monday.svg
items:
- name: New board
desc: Triggers when a new board is created.
- name: New users
desc: Triggers when a new user joins your account.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -36,6 +36,7 @@ The following integrations are currently supported by Automatisch.
- [Mattermost](/apps/mattermost/actions)
- [Miro](/apps/miro/actions)
- [Mistral AI](/apps/mistral-ai/actions)
- [Monday](/apps/monday/triggers)
- [Notion](/apps/notion/triggers)
- [Ntfy](/apps/ntfy/actions)
- [Odoo](/apps/odoo/actions)

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256px" height="156px" viewBox="0 0 256 156" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<path d="M31.8458633,153.488694 C20.3244423,153.513586 9.68073708,147.337265 3.98575204,137.321731 C-1.62714067,127.367831 -1.29055839,115.129325 4.86093879,105.498969 L62.2342919,15.4033556 C68.2125882,5.54538256 79.032489,-0.333585033 90.5563073,0.0146553508 C102.071737,0.290611552 112.546041,6.74705604 117.96667,16.9106216 C123.315033,27.0238906 122.646488,39.1914174 116.240607,48.6847625 L58.9037201,138.780375 C52.9943022,147.988884 42.7873202,153.537154 31.8458633,153.488694 L31.8458633,153.488694 Z" fill="#F62B54"></path>
<path d="M130.25575,153.488484 C118.683837,153.488484 108.035731,147.301291 102.444261,137.358197 C96.8438154,127.431292 97.1804475,115.223704 103.319447,105.620522 L160.583402,15.7315506 C166.47539,5.73210989 177.327374,-0.284878136 188.929728,0.0146553508 C200.598885,0.269918151 211.174058,6.7973526 216.522421,17.0078646 C221.834319,27.2183766 221.056375,39.4588356 214.456008,48.9278699 L157.204209,138.816842 C151.313487,147.985468 141.153618,153.5168 130.25575,153.488484 Z" fill="#FFCC00"></path>
<ellipse fill="#00CA72" cx="226.465527" cy="125.324379" rx="29.5375538" ry="28.9176274"></ellipse>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB