Events allow you to receive notifications whenever notable events happen within the Formsort ecosystem. They can be configured using Add an event subscription within the Events tab.
Add an event subscription
Event Type
As of this doc writing, the only triggering event available will be the variant_revision_published event. With this enabled, any variant published to any environment in any Flow, by any member of your team, will send an event notification to the destination you have configured.
Destination Type
You can choose to have a JSON payload sent to a webhook endpoint, or you can choose to have a notification sent to your Slack space.
Details about your connection
You will need to set the endpoint address for your integration type. Descriptions are optional. Once the endpoint is set, you can Send test event to ensure everything has been configured correctly.
If you choose to send a JSON payload, you will have to register a webhook endpoint URL.
If you opt to send notifications to Slack, you will have to register a Slack URL.
Signing Key
While not required, you can use a Signing Key to provide extra security for your Events payloads. Only one key can be set for Events subscriptions.
About the payload
jsonSchema
flowContent
Below is an example webhook payload, with every component and configuration in Formsort represented.
This is currently in development, and may not be present for 100% of flows as we roll it out. When it's fully released as a 1.0 version, a comprehensive documentation of its structure will be provided. For now, use the above example as a guide.
See for more information about the event payload sent.
This is the representation of the answers object that this flow creates. Read more about this in the documentation about .
Flow content is a representation of the structure of the form, including the groups, steps, and questions within it. Read more about the if you'd like to use it.