Every definition (content type) in Qik can have automations configured directly on it. These automations run automatically when content of that type is created, updated, or deleted. This is different from the Developer section's listeners and triggers — definition automations are configured on the definition itself and are tightly integrated with the content lifecycle.
There are four types of definition automation:
Automatically notify specific people when content is created or modified.
Notifications are delivered as emails or in-app notifications to the configured recipients.
Automatically run a custom action when content is created or modified.
This is a powerful way to connect your custom business logic to content changes without needing to set up a separate listener.
Automatically create a workflow card when content of this type is created.
This is commonly used for form submissions — when someone submits an application form, a workflow card is automatically created in your review pipeline.
Automatically send a confirmation email when content is created (typically used for form submissions).
Confirmations are ideal for acknowledging form submissions, registration sign-ups, or any content creation that should trigger a response to the submitter.
To add automations to a definition:
Each automation supports optional filters that control when the automation fires. Without a filter, the automation runs every time the trigger event occurs. With a filter, it only runs when the content item matches the specified conditions. For example, you might only send a notification when a form submission includes a value above a certain threshold.