Rıdvan Akca
c07a02ef31
feat(bluesky): add create post action
2024-05-28 10:04:19 +02:00
Rıdvan Akca
6e5c0cc0c7
feat(appwrite): add new documents trigger
2024-05-15 17:59:54 +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
Rıdvan Akca
d36c9d43f6
feat(airtable): add create record action
2024-05-15 17:20:47 +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
ac5f6dc024
docs: Add datastore to available apps
2024-03-01 11:50:42 +01:00
Rıdvan Akca
53f7f38e23
feat(ynab): add low account balance trigger
2024-01-18 16:00:52 +03:00
Rıdvan Akca
47eb0e00e3
feat(vtiger-crm): add new cases trigger
2024-01-16 17:48:24 +03:00
Rıdvan Akca
92a9b096ec
feat(google-tasks): add find task action
2024-01-16 16:27:45 +03:00
Rıdvan Akca
5657f0d793
feat(disqus): add new comments trigger
2024-01-16 13:40:00 +03:00
Mohammed Zaher
7ab8c76aa0
docs(removebg): Add Remove image background
action
2023-11-16 15:43:22 +00:00
Rıdvan Akca
5738a09771
feat(reddit): add new posts matching search trigger
2023-11-10 16:50:26 +03:00
Rıdvan Akca
3593cf3808
feat(xero): add new payments trigger
2023-11-09 11:57:47 +03:00
moaaz
373d29eeab
docs(carbone): Add add-template
actions
2023-11-08 11:27:17 +01:00
Ali BARIN
94d7162782
docs(carbone): list in available apps ( #1411 )
2023-11-07 15:30:47 +01: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
Rıdvan Akca
2afcfbb4bc
feat(ghost): add new post published trigger ( #1403 )
2023-11-07 12:55:35 +01:00
Rıdvan Akca
be610c7fa9
feat(zendesk): add create ticket action
2023-11-06 16:02:26 +01:00
Rıdvan Akca
c944193fb4
feat(trello): add create card action
2023-10-30 11:48:19 +01:00
Rıdvan Akca
fa02edfefc
feat(pushover): add send a pushover notification action ( #1373 )
2023-10-24 13:40:24 +02:00
Rıdvan Akca
4eace3fb7e
feat(youtube): add new video in channel trigger
2023-10-20 16:35:13 +03:00
Rıdvan Akca
58f8ded161
feat(invoice-ninja): add new clients trigger
2023-10-10 13:41:14 +03:00
Faruk AYDIN
0a334dff1d
docs(placetel): Add connection and triggers pages
2023-10-09 12:17:23 +02:00
Faruk AYDIN
a1dfd87bbe
docs(miro): Add to available apps
2023-09-29 12:31:33 +02:00
Faruk AYDIN
213c8096d2
fix(pipedrive): Change the order in available apps
2023-09-28 15:00:34 +02:00
Faruk AYDIN
6378e62645
docs(pipedrive): Add to available apps
2023-09-28 15:00:34 +02:00
Faruk AYDIN
f30ead6bcb
docs(google-calendar): Add to available apps
2023-09-28 13:37:32 +02:00
Faruk AYDIN
e77f7ee0bf
docs(hubspot): Order alphabetically & correct connection name typo
2023-09-13 23:39:34 +02: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
8e842296b7
docs: Remove warning from available apps
2023-08-02 17:19:53 +02:00
KrzysztofDK
676027245f
feat(mattermost): add auth and send message to channel action
...
* feat: mattermost integration
* post review adjustments
2023-06-29 16:45:57 +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
Faruk AYDIN
d36dd2ece1
docs: Use triggers link of Notion for available apps
2023-06-14 13:21:34 +02:00
Ali BARIN
c9c47c5519
docs(notion): add auth and new DB items trigger
2023-06-13 05:56:33 +00:00
Faruk AYDIN
49d9f77d1b
docs: Add GitLab to available apps
2023-06-12 12:31:07 +02:00
Krzysztof Dukszta-Kwiatkowski
58a8510d49
feat: gitlab integration documentation
2023-06-12 12:31:07 +02:00
Faruk AYDIN
6d19711926
docs: Add PostgreSQL to available apps
2023-06-12 11:13:09 +02:00
Faruk AYDIN
1c80677ac3
docs: Add filter connection and actions
2023-05-24 15:23:38 +02:00
Faruk AYDIN
d39c962314
docs: Add Google Sheets to available apps
2023-05-19 16:15:46 +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
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