chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
import { IntegrationDefinition, z } from '@botpress/sdk'
|
||||
import { actions, states, events } from './definitions'
|
||||
|
||||
export default new IntegrationDefinition({
|
||||
name: 'attio',
|
||||
version: '1.0.3',
|
||||
|
||||
title: 'Attio',
|
||||
readme: 'hub.md',
|
||||
icon: 'icon.svg',
|
||||
description: 'Interact with Attio from your chatbot',
|
||||
configuration: {
|
||||
schema: z.object({
|
||||
accessToken: z.string().title('Access Token').describe('The Access token of the Attio integration'),
|
||||
}),
|
||||
},
|
||||
actions,
|
||||
states,
|
||||
events,
|
||||
__advanced: {
|
||||
useLegacyZuiTransformer: true,
|
||||
},
|
||||
attributes: {
|
||||
category: 'CRM & Sales',
|
||||
repo: 'botpress',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user