Skip to content

Commit 6f9fc3f

Browse files
committed
feat: contact form email trigger added
1 parent 2bad2e1 commit 6f9fc3f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ export const customFormIntegrations = [
7474
'EasyCommerce',
7575
'FormGent',
7676
'GeoDirectory',
77-
'StoreEngine'
77+
'StoreEngine',
78+
'ContactFormEmail'
7879
]
7980

8081
export const actionHookIntegrations = ['ActionHook']
7.48 KB
Loading

includes/Core/Util/AllTriggersName.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static function allTriggersName()
3434
'CartFlow' => ['name' => 'CartFlow', 'isPro' => true, 'is_active' => false],
3535
'CustomTrigger' => ['name' => 'Custom Trigger', 'isPro' => true, 'is_active' => false],
3636
'Coblocks' => ['name' => 'CoBlocks Form', 'isPro' => true, 'is_active' => false],
37+
'ContactFormEmail' => ['name' => 'Contact Form Email', 'isPro' => true, 'is_active' => false],
3738
'ConvertPro' => ['name' => 'Convert Pro', 'isPro' => true, 'is_active' => false],
3839
'Divi' => ['name' => 'Divi', 'isPro' => true, 'is_active' => false],
3940
'DiviFormBuilder' => ['name' => 'Divi Form by Divi Engine', 'isPro' => true, 'is_active' => false],

0 commit comments

Comments
 (0)