opnform-host-nginx/client/data/forms/integrations.json

63 lines
1.8 KiB
JSON

{
"email": {
"name": "Email Notification",
"icon": "heroicons:envelope-20-solid",
"section_name": "Notifications",
"file_name": "EmailIntegration",
"actions_file_name": "EmailIntegrationActions",
"is_pro": false,
"crisp_help_page_slug": "can-i-receive-notifications-on-form-submissions-134svqv"
},
"slack": {
"name": "Slack Notification",
"icon": "mdi:slack",
"section_name": "Notifications",
"file_name": "SlackIntegration",
"actions_file_name": "SlackIntegrationActions",
"is_pro": true
},
"discord": {
"name": "Discord Notification",
"icon": "ic:baseline-discord",
"section_name": "Notifications",
"file_name": "DiscordIntegration",
"actions_file_name": "DiscordIntegrationActions",
"is_pro": true
},
"telegram": {
"name": "Telegram Notification",
"icon": "mdi:telegram",
"section_name": "Notifications",
"file_name": "TelegramIntegration",
"actions_file_name": "TelegramIntegrationActions",
"is_pro": true
},
"webhook": {
"name": "Webhook Notification",
"icon": "material-symbols:webhook",
"section_name": "Automation",
"file_name": "WebhookIntegration",
"actions_file_name": "WebhookIntegrationActions",
"is_pro": false
},
"zapier": {
"name": "Zapier",
"icon": "cib:zapier",
"section_name": "Automation",
"file_name": "ZapierIntegration",
"is_pro": false,
"is_external": true,
"is_editable": false,
"url": "https://zapier.com/apps/opnform/integrations"
},
"google_sheets": {
"name": "Google Sheets",
"icon": "mdi:google-spreadsheet",
"section_name": "Databases",
"file_name": "GoogleSheetsIntegration",
"actions_file_name": "GoogleSheetsIntegrationActions",
"is_pro": false,
"crisp_help_page_slug": "how-do-i-integrate-google-sheets-for-my-database-goefny"
}
}