Receive instant notifications of new Formora form submissions directly in your designated Slack channels, with customizable message content.
Formora Slack Webhook Builder interface.
SlackBuilder
in Formora, from simple text to complex Block Kit messages, including dynamic data with template variables.IntegrationsList
component).
Create an Incoming Webhook in Slack
Apps
> Manage Apps
> Browse App Directory
. Search for “Incoming Webhooks” and add it.Navigate to Formora Integrations
/dashboard/integrations
).Add New Slack Integration
Configure Slack Integration Details (General Settings)
IntegrationsList
part):form_submission
.Customize Slack Notification Message (SlackBuilder)
SlackBuilder
component allows detailed customization of the Slack message:Webhook Username
: Override the default bot name for the message.Webhook Icon Emoji
: Set a specific emoji as the bot’s avatar (e.g., :robot_face:
). Overrides Icon URL if both are set.Webhook Icon URL
: Set a URL for the bot’s avatar image.Webhook Channel
: Override the default channel set in Slack (e.g., #other-channel
or C123USERID
).Message Content
: This text serves as a fallback for notifications if Blocks are enabled but fail, or if Blocks are disabled. Supports Slack mrkdwn
and template variables.Use Blocks for Rich Messages
: Switch to enable Slack’s Block Kit for more structured messages.Use Blocks
is on):
Simplified Builder
Radio Button: Provides an easy way to construct common Slack message layouts.
Header Text
: A plain text header for your message.Main Content (Markdown)
: The primary message body, supports mrkdwn
and template variables.Fields Section (Max 10)
: Add multiple SlackSimpleBlockField
items, each with Field Text (Markdown)
. These appear as two-column fields if space allows.Context / Footer Text (Markdown)
: Small text for context, often used for metadata like submission ID or timestamp.Raw JSON Editor
Radio Button:
Block Kit JSON
: For advanced users, paste or write raw Slack Block Kit JSON directly. This allows for maximum flexibility using all Block Kit features. Formora provides a link to Slack’s Block Kit Builder for assistance.SlackBuilder
attempts to convert from Simplified to Raw JSON if you switch modes and the Raw JSON is empty.TemplateVariablesGuide
is available within the SlackBuilder
for easy access to variables like {{field:Your Field Label}}
and {{data_all_fields_formatted}}
(which provides Slack mrkdwn
).Test and Save
TestWebhookResultDialog
will show the outcome. The SlackPreview
component also gives an immediate visual preview as you build.SlackPreview
component during setup:
#sales
channel of new leads from a contact or demo request form.#support
channel to new tickets submitted through a help request form.#marketing
channel.#hr
of new job applications.IntegrationsList
):