✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
13
packages/forge/blocks/calCom/index.ts
Normal file
13
packages/forge/blocks/calCom/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { createBlock } from '@typebot.io/forge'
|
||||
import { CalComLogo } from './logo'
|
||||
import { bookEvent } from './actions/bookEvent'
|
||||
import { baseOptions } from './baseOptions'
|
||||
|
||||
export const calCom = createBlock({
|
||||
id: 'cal-com',
|
||||
name: 'Cal.com',
|
||||
tags: ['calendar', 'scheduling', 'meetings'],
|
||||
LightLogo: CalComLogo,
|
||||
options: baseOptions,
|
||||
actions: [bookEvent],
|
||||
})
|
||||
Reference in New Issue
Block a user