Skip to main content
Glama

mcp-google-sheets

meeting-cancelled.ts2.09 kB
import { createTrigger, TriggerStrategy, Property } from '@activepieces/pieces-framework'; export const meetingCancelled = createTrigger({ name: 'meeting_cancelled', displayName: 'Meeting Cancelled', description: 'Triggers when a meeting booked via the scheduling page is cancelled', type: TriggerStrategy.WEBHOOK, props: { setupInstructions: Property.MarkDown({ value: ` **Quick Setup:** 1. In Avoma: **Settings > Integrations > Webhooks** 2. **Webhook URL:** \`{{webhookUrl}}\` 3. **Event Type:** Select **"MEETING_BOOKED_VIA_SCHEDULER_CANCELED"** 4. **HTTP Method:** POST 5. **Content Type:** application/json **Note:** Requires admin permissions in Avoma. `, }), }, sampleData: { booker_email: 'client@example.com', cancel_reason: 'Schedule conflict - need to reschedule for next week', conference_link: 'https://zoom.us/j/123456789', created: '2019-08-24T14:15:22Z', event_end_time: '2019-08-24T15:15:22Z', event_start_time: '2019-08-24T14:15:22Z', event_type: 'MEETING_BOOKED_VIA_SCHEDULER_CANCELED', invitee_details: { email: 'client@example.com', locale: 'en-US', name: 'John Client', tz: 'America/New_York' }, invitee_responses: [ { question: 'What would you like to discuss?', response: 'Product demo and pricing discussion' }, { question: 'Company size?', response: '50-100 employees' } ], meeting_uuid: '65fb768c-30b9-4a9a-999f-5dab85e66635', modified: '2019-08-24T16:30:22Z', organizer_email: 'sales@company.com', organizer_timezone: 'America/New_York', purpose: 'Sales Demo', scheduling_page_link: 'https://meet.avoma.com/sales-demo', subject: 'Product Demo - John Client (Cancelled)', uuid: '095be615-a8ad-4c33-8e9c-c7612fbf6c9f' }, async onEnable(context) { // Manual setup - no programmatic registration needed }, async onDisable(context) { // Manual setup - users manage webhooks in Avoma UI }, async run(context) { return [context.payload.body]; } });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server