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

58 lines
1.7 KiB
JSON

{
"email": {
"name": "Email Notification",
"icon": "heroicons:envelope-20-solid",
"section_name": "Notifications",
"file_name": "EmailIntegration",
"is_pro": false,
"crisp_help_page_slug": "can-i-receive-notifications-on-form-submissions-134svqv"
},
"submission_confirmation": {
"name": "Submission Confirmation",
"icon": "heroicons:paper-airplane-20-solid",
"section_name": "Notifications",
"file_name": "SubmissionConfirmationIntegration",
"is_pro": true
},
"slack": {
"name": "Slack Notification",
"icon": "mdi:slack",
"section_name": "Notifications",
"file_name": "SlackIntegration",
"is_pro": true
},
"discord": {
"name": "Discord Notification",
"icon": "ic:baseline-discord",
"section_name": "Notifications",
"file_name": "DiscordIntegration",
"is_pro": true
},
"webhook": {
"name": "Webhook Notification",
"icon": "material-symbols:webhook",
"section_name": "Automation",
"file_name": "WebhookIntegration",
"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/developer/public-invite/208997/0d5f5584d1dc082fb28a6a8e5a1cc3f2/"
},
"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"
}
}