Skip to content

Commit f69e1af

Browse files
committed
feat: booking calender contact form trigger added
1 parent 6f9fc3f commit f69e1af

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

frontend-dev/src/Utils/StaticData/webhookIntegrations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ export const customFormIntegrations = [
7575
'FormGent',
7676
'GeoDirectory',
7777
'StoreEngine',
78-
'ContactFormEmail'
78+
'ContactFormEmail',
79+
'BookingCalendarContactForm'
7980
]
8081

8182
export const actionHookIntegrations = ['ActionHook']
6.89 KB
Loading

includes/Core/Util/AllTriggersName.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ public static function allTriggersName()
2222
'AvadaForms' => ['name' => 'Avada Forms', 'isPro' => true, 'is_active' => false],
2323
'Beaver' => ['name' => 'Beaver', 'isPro' => true, 'is_active' => false],
2424
'BetterMessages' => ['name' => 'Better Messages', 'isPro' => true, 'is_active' => false],
25-
'BitAssist' => ['name' => 'Bit Assist', 'isPro' => true, 'is_active' => false],
25+
'BitAssist' => ['name' => 'Bit Assist', 'isPro' => true, 'is_active' => false],
26+
'BookingCalendarContactForm' => ['name' => 'Booking Calendar Contact Form', 'isPro' => true, 'is_active' => false],
2627
'Breakdance' => ['name' => 'Breakdance', 'isPro' => true, 'is_active' => false],
2728
'Bricks' => ['name' => 'Bricks', 'isPro' => true, 'is_active' => false],
2829
'Bricksforge' => ['name' => 'Bricksforge', 'isPro' => true, 'is_active' => false],

0 commit comments

Comments
 (0)