feat(airtable): add create record action

This commit is contained in:
Rıdvan Akca
2024-01-23 16:26:38 +03:00
parent c413ab030b
commit d36c9d43f6
11 changed files with 274 additions and 1 deletions

View File

@@ -36,7 +36,10 @@ export default defineConfig({
text: 'Airtable',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/airtable/connection' }],
items: [
{ text: 'Actions', link: '/apps/airtable/actions' },
{ text: 'Connection', link: '/apps/airtable/connection' },
],
},
{
text: 'Carbone',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/airtable.svg
items:
- name: Create record
desc: Creates a new record with fields that automatically populate.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -2,6 +2,7 @@
The following integrations are currently supported by Automatisch.
- [Airtable](/apps/airtable/actions)
- [Carbone](/apps/carbone/actions)
- [DeepL](/apps/deepl/actions)
- [Delay](/apps/delay/actions)