Rıdvan Akca
9d5dac1701
feat(asana): add asana integration
2024-06-05 10:17:36 +02:00
Rıdvan Akca
9dc82290b5
feat(appwrite): add appwrite integration
2024-05-15 17:59:39 +00:00
Ali BARIN
88468c4f89
Merge pull request #1551 from automatisch/AUT-599
...
feat(airtable): add airtable integration
2024-05-15 17:35:55 +02:00
Ali BARIN
8bf11ba7d1
Merge pull request #1544 from automatisch/AUT-582
...
feat(ynab): add you need a budget app integration
2024-05-08 15:11:49 +02:00
Ali BARIN
523833b015
Merge pull request #1504 from automatisch/AUT-520
...
feat(vtiger-crm): add vtiger crm integration
2024-05-08 15:10:16 +02:00
Ali BARIN
033b15a158
Merge pull request #1484 from automatisch/AUT-510
...
feat(google-tasks): add google tasks integration
2024-05-06 18:23:28 +02:00
Ali BARIN
67887b1220
Merge pull request #1472 from automatisch/AUT-506
...
feat(disqus): add disqus integration
2024-05-06 16:14:31 +02:00
Faruk AYDIN
0ab03e1856
docs: Add datastore app to the integration list
2024-02-27 21:44:51 +01:00
Rıdvan Akca
c413ab030b
feat(airtable): add airtable integration
2024-01-19 17:20:56 +03:00
Rıdvan Akca
ce6ad9e0d3
feat(ynab): add you need a budget app integration
2024-01-18 15:54:20 +03:00
Rıdvan Akca
57d5f34ac5
feat(vtiger-crm): add vtiger crm integration
2024-01-16 17:42:34 +03:00
Rıdvan Akca
7a6aa99840
feat(google-tasks): add google tasks integration
2024-01-16 13:55:03 +03:00
Rıdvan Akca
798529007e
feat(disqus): add disqus integration
2024-01-16 13:23:26 +03:00
Rıdvan Akca
354b331b08
feat(reddit): add reddit integration
2023-11-10 12:51:52 +03:00
Rıdvan Akca
9200e1011b
feat(xero): add xero integration
2023-11-08 17:03:33 +03:00
Mohammed Zaher
5db62679fa
feat(removebg): add remove-bg integration ( #1406 )
...
* feat(remove-bg): add remove-bg integration
* feat(removebg): update name and icon
* docs(removebg): update name and icon
* docs: add remove.bg in available apps
* docs(removebg): correct path
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-11-07 13:52:55 +01:00
Moaaz Elsayed
a4a0102679
feat(carbone): add carbone integration ( #1405 )
...
* feat(carbone): add carbone integration
* Update list-apps.spec.js to ensure Carbone is the first application in the alphabetically sorted list
Previously, the test expected DeepL to be the first in the list. Now, this change ensures that Carbone will take precedence as it will come first in the alphabetical order.
2023-11-07 13:00:22 +01:00
Rıdvan Akca
f0e8f070a8
feat(ghost): add ghost integration ( #1401 )
2023-11-07 11:30:26 +01:00
Moaaz Elsayed
86611453b5
feat(zendesk): add zendesk integration ( #1385 )
...
* feat(zendesk): add zendesk integration
* Add Zendesk connection documentation
* docs(zendesk/connection): add missing steps
* feat(zendesk): add more auth scopes for planned triggers/actions
* fix(zendesk): fix instanceUrl
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-10-26 12:47:13 +02:00
Rıdvan Akca
ee90422f56
feat(trello): add trello integration ( #1380 )
2023-10-24 15:13:08 +02:00
Rıdvan Akca
98e6dbe141
feat(pushover): add pushover integration
2023-10-22 23:03:46 +02:00
Rıdvan Akca
fb6e46bd69
feat(youtube): add youtube integration
2023-10-16 16:27:17 +03:00
Rıdvan Akca
ee6c9fa5d4
feat(invoice-ninja): add invoice ninja integration
2023-10-09 16:06:00 +03:00
Faruk AYDIN
0a334dff1d
docs(placetel): Add connection and triggers pages
2023-10-09 12:17:23 +02:00
Rıdvan Akca
221aa8687f
feat(miro): add create board action
2023-09-29 12:17:21 +02:00
Rıdvan Akca
251885d4be
feat(pipedrive): add new deals trigger
2023-09-28 15:00:34 +02:00
Rıdvan Akca
2dae8c162d
feat(google-calendar): add new calendar trigger
2023-09-18 15:17:05 +03:00
Vitalii Mykytiuk
8ea8067788
feat(hubspot): Implement create contact action
2023-09-13 23:16:23 +02:00
Faruk AYDIN
cb08e0bf9f
feat: Implement initial version of formatter app
2023-08-16 18:59:36 +02:00
Ali BARIN
ec42446daa
feat(wordpress): add auth and new post trigger ( #1160 )
2023-08-09 22:34:21 +02:00
Faruk AYDIN
9fb4dca39b
docs(mattermost): Fix links of mattermost app
2023-07-05 14:29:19 +02:00
Jack Dane
807be59f25
feat(odoo): add auth and create lead action ( #1143 )
...
* Add Odoo App and Icon
* Add Auth for Odoo
* Authorise with API key, the password would also work, but we should encourage an API key.
* Odoo Verify Credentials method
* Add the xmlrpc dependency so the backend can communicate with Odoo's API.
* Add a port to the auth fields to establish a connection that might not be over HTTPS.
* Add still verified method
* Currently no need to keep uid, so remove it from the auth data.
* Await the callback from the xmlrpc method call to ensure we don't verify credentials before the callback has been executed.
* Add Odoo create-lead action
* Provide basic functionality to create a lead.
* Add Odoo type option
* Let the user decide if the lead should be a "lead" or "opportunity" in the create-lead action.
* Add documentation for Odoo app
* Follow project standards
* Change indents to 2 spaces
* Use single quotes instead of double
* Commonise the authentication method (DRY)
* Use latest for API doc link
* refactor(odoo): abstract and organize implementation
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-06-29 15:56:20 +02:00
Ali BARIN
c9c47c5519
docs(notion): add auth and new DB items trigger
2023-06-13 05:56:33 +00:00
Faruk AYDIN
d06a89564f
docs: Add GitLab favicon
2023-06-12 12:31:07 +02:00
Shehab Ghazy
9485731e7d
docs: Add PostgreSQL documentation
2023-06-12 11:08:17 +02:00
Faruk AYDIN
1c80677ac3
docs: Add filter connection and actions
2023-05-24 15:23:38 +02:00
Ali BARIN
d503dbc103
docs(strava): describe connection and actions
2023-04-07 14:16:30 +02:00
Ali BARIN
1dc46dd31c
docs(dropbox): add connection and actions
2023-04-06 18:59:55 +00:00
Rıdvan Akca
1406bf3e10
docs(google-sheets): add trigger for new spreadsheets
2023-04-06 17:12:48 +03:00
Ali BARIN
ba1cdeaeeb
Merge pull request #1016 from automatisch/add-docs-for-google-drive
...
docs: add google drive connection and triggers
2023-03-29 18:29:43 +02:00
Rıdvan Akca
a594029541
docs: add google drive connection and triggers
2023-03-26 14:32:31 +03:00
Rıdvan Akca
ddcb894932
docs: add google forms connection and triggers
2023-03-26 14:31:16 +03:00
Zeynep Nur Temel
8acd7b03ed
docs: add spotify connection and actions
2023-03-19 23:48:45 +03:00
Sebastian Schumann
d7e4ae53ce
feat: add Signalwire integration
2023-02-24 12:45:58 +01:00
Ali BARIN
08ac3fb984
docs(http-request): add custom request action
2023-02-02 22:34:42 +00:00
Ali BARIN
1e137f0bd8
docs(openai): describe auth and check moderation action
2023-01-18 22:41:35 +01:00
Ian Levesque
1a4a1f7f8b
feat(todoist): add app, authentication, docs ( #826 )
2023-01-07 15:09:39 +01:00
Faruk AYDIN
f3b1b2254f
docs: Add connection and actions pages for delay app
2022-12-17 01:04:50 +03:00
Faruk AYDIN
89bcaa96ed
docs: Add trigger and connection pages of webhooks app
2022-12-08 22:00:17 +03:00
Ali BARIN
32e77de8bb
docs(ntfy): describe actions and auth
2022-12-05 00:52:13 +01:00