Workflows
What are ClearFeed Workflows?
Workflows in ClearFeed are meant specifically to generate:
Pending response reminders
Commitment reminders
Simple automated responses on new requests/tickets
Out of office messages for after-hours requests
Workflows can deliver reminder messages to Slack channels and DMs, post automated responses in Slack threads and post notifications to external systems using Webhooks.
Workflows versus Automations
Automations are a more recent and powerful framework in ClearFeed. Here's how they compare:
Similarity: Workflows and Automations are similar. They both trigger on specific conditions, can wait for a configurable delay, and then perform some actions.
Flexibility: Automations are much more flexible. They have many more triggers, conditions, and actions, and also allow chaining actions.
Purpose: Workflows exist primarily to generate reminders for pending responses/commitments and for OOO responses. Automations cover a much larger variety of use cases.
Roadmap: The Automation framework is an active area of development in ClearFeed, whereas Workflows are less so.
Where Workflows shine: A special property of workflows is that they keep track of the reminders delivered in Slack and automatically delete/update them when the conditions triggering those reminders is no longer applicable. This makes them particularly suitable as an alerting system, to reduce noise on Slack channels.
How to setup Workflows
Workflows are configured at a Collection level. Go to your Collection -> Select Workflows from the navigation menu at the top. Click on Add workflows to this collection to start creating a workflow.
If you already have workflows configured for your Collection - you should see a New Workflow button on the top-right corner.

Parameters
Workflow consists of Conditions -> Timer -> Actions. For any request/ticket that satisfies the conditions, ClearFeed waits for the specified timer and then proceeds with the Action.
Conditions:
Trigger for:
All Requests - Workflow triggers on all requests
Only Tickets - Workflow triggers only on requests that are converted into a ticket
Priority: All, Urgent, High, Normal, Low
Request Types:
All: Workflow triggers on new requests and follow up comments
New: Workflow triggers only for new requests
Follow Up: Workflow triggers only for follow up comments
Request created during: Any Time or Outside Business Hours
Set a Timer: Workflow triggers after the amount of time specified.
Actions:
DM teammate on Slack
Post a channel message
Post a triage channel message
Webhook (Send an HTTP POST request to an external webhook)
Respond to the ticket with a message
DM the request assignee on Slack
You can Enable/Disable, Edit, and, Delete a workflow by hovering over the created workflow and accessing the toggle and buttons as shown below:

Reminder Workflows
Alerts/notifications that can be configured to be sent on Slack. These are useful for tracking tickets/requests that are pending response from the support team.
Primarily relevant when you are using ClearFeed as a stand-alone Helpdesk.
Use Cases
SLA reminders
Escalation reminders
Managers can get these alerts to track open items

Setup
Go to Collection -> Workflows -> click on New Workflow
Select your workflow conditions (learn more about the conditions here).
Select a Timer value
If your SLA for first response is 60 mins - set a Timer value to < 60 mins to get an alert if a ticket is Open for that specific amount of time.
Select an Action:
DM a teammate on Slack: Choose this and select a person who would get the alert as a DM from the ClearFeed app.
Post a channel message: Post the alert in a dedicated Slack channel
Post a triage channel message: If you've configured a triage channel for the collection, the alert will be delivered to the triage channel.
DM Request Assignee: This would send the alert to the assignee
Respond with a message: Use this action if you want the reminder to be posted directly in the same Slack thread as the ticket, rather than being sent only as a DM or as a message in a separate channel.
Note: If the Request Type is set to Only Tickets, then the workflow will be triggered only for tickets in the Open state and other states such as Pending or On Hold.

Automated Response Workflows
Automated responses that are sent back on Slack.
Use Cases:
Auto response on every new request/ticket
Automated OOO replies for outside business hours
Auto responses can be triggered on the creation of ClearFeed Requests, ClearFeed Tickets, or External Tickets (e.g., Zendesk, Intercom).
Here is what the reply looks like when it's sent to your customers.

If you have white-labeled ClearFeed, instead of the ClearFeed logo and bot name, your bot's logo and name will be visible to the customers.
Note: If you plan to set up OOO messages, ensure the business schedule for the collection is set.
Setup
Go to Collection -> Workflows -> click on New Workflow
Select your workflow conditions (learn more about the conditions here)
If you plan to trigger the workflows for ClearFeed Tickets / External Tickets (eg. Zendesk)
Select Trigger For -> Tickets Only
Select a Timer value
Select 0 mins if you for immediate response
Select the Action -> Respond with a Message
Customize the message you want to send and publish the workflow.

Webhook Action in Workflows
When ClearFeed triggers a webhook workflow, it sends an HTTP POST request with a JSON payload containing various details about the workflow and the associated request. The payload includes the following fields:
version: The version of the payload format. Currently set to'1.0'.workflow_delay: The delay, in minutes, before the workflow was triggered.workflow_name: The name of the workflow that was triggered.workflow_message_ts: The id of the message that triggered the workflow.workflow_message_text: The text of the message that triggered the workflow.workflow_message_url: The URL of the message that triggered the workflow.workflow_message_author_id: The ID of the author of the message that triggered the workflow.workflow_message_author_name: The name of the author of the message that triggered the workflow.request_id: The ID of the request associated with the workflow.request_state: The state of the request associated with the workflow.request_title: The title of the request associated with the workflow.request_priority: The priority of the request associated with the workflow.request_thread_ts: The ID of the thread where the request message was sent.request_thread_url: The URL of the thread where the request message was sent.request_channel_id: The ID of the channel where the request was received.request_channel_name: The name of the channel where the request was received.request_collection_id: The ID of the collection that contains the channel where the request was received.request_collection_name: The name of the collection that contains the channel where the request was received.
Example Payload:
Webhook Headers
To verify the authenticity of the request source, ClearFeed adds the following headers to the HTTP POST request:
X-Cf-Signature: A signature generated using a secret key known only to ClearFeed and the receiving server. You can use this signature to verify that the request has not been tampered with and originated from ClearFeed.X-Cf-Timestamp: The timestamp indicates the exact time the request was sent. You can use this timestamp along with the signature to validate the request's freshness and prevent replay attacks.
To validate that webhook requests you receive originated from ClearFeed, read more details here.
Testing Webhook Payload
If you want to send a test payload, you can do this by executing a cURL command such as the one shown below:
Zapier - To use webhook action workflow with Zapier, use the Zapier endpoint URL as the webhook URL. Verify the webhook action before establishing the Zapier connection. Use the provided payload for configuration.
Commitments
A common problem in conversational systems is to post a reply promising future action and then forget to do so. It is also stressful to remember to set the status manually or use Slack features like "Save Later" to mark such replies. ClearFeed uses AI to automatically find commitments in responder messages and will generate reminders for the same (if any workflow sending reminders to Slack channels is set up).
Example Messages
Let me check with the team and let you know
Will update once there are finer notes on the implementation
Suspecting a possible bug here, I'll have to check with the engineering team and confirm
I will take a look at this by the end of day today
How it works?
AI automatically analyzes responder messages to identify commitments and update the request status to:
In Progress: Set when agents provide commitment-based replies indicating the issue is being actively worked on (e.g., "We're working on it and will get back to you as soon as it's fixed"). This status is visible externally to customers.
Pending: Set when the agent message suggests response is required from the customer (e.g., "Could you provide us with more updates on the issue?" or "Is the new feature working for you?" or "Here's how you can disable this").
If the commitment remains open (ie. the request continues in In Progress state), AI will also generate a reminder based on the time implied in the message, or 24 hours if no time was implied. For example:
"... by end of day today" - reminder would be queued at the end of the day (based on GMT).
"Let me check with the team" - no specific timeframe is implied and reminder is queued up for delivery after 24 hours.
Note that reminders for commitments are canceled if the state moves out of In Progress state. Further responses by responders (which are not commitments themselves) are treated as fulfilling the commitment.
Commitment Reminders and Workflows
Commitment Reminders are automatically sent if there are workflows configured against the corresponding Collection to deliver reminder messages to Slack channels or DMs. Here's what a commitment reminder on the triage channel looks like:

Note: if multiple workflows are sending reminders to the same Slack channel, ClearFeed will deduplicate commitment reminders. Recipients only receive one reminder per commitment. This is a property specific to commitments. Pending response alerts themselves are not de-duplicated (if multiple of them are configured at different time thresholds for example).
Disabling/Enabling Commitment Reminders
Commitment Reminders are enabled by default. To disable (or re-enable) them:
Go to the Settings tab in the ClearFeed web app and navigate to Additional Settings.
Locate the Commitment Reminders toggle.
Switch the toggle off to disable reminders across your account (and on to enable it)
This setting is applied at the account level. Disabling reminders will stop them in all Slack channels and collections configured in ClearFeed.
FAQs
Can I disable Commitment Reminders for just one channel or collection? Answer: No, this is currently an account-level setting. It applies to all Slack channels and collections.
We’ve disabled reminders, but I’m still seeing Slack messages that look like reminders. Why? Answer: Some other workflows might still be active. You can review active workflows for each channel under the Workflows tab on the top-right for that collection.
Should I use Workflows or Automations? Answer: Workflows are particularly suited for reminders on pending responses and for OOO responses. For all other use cases, and for triggers, conditions and actions beyond what Workflows provide - use Automations.
I am getting automated alerts on the Triage Channel stating "Request ... has had no response ...". Why? Answer: If you have setup a new Account in ClearFeed or a new Slack Collection - ClearFeed creates a Reminder Workflow by default for such collections, delivering reminders to the Triage Channel. The alerts you see are being delivered because of that. To remove or modify these alerts - go to the ClearFeed WebApp, click on the corresponding Collection in the Inbox, click on Workflows tab on top right and edit or disable the Workflows from this view.
Can I use Automations to generate reminder alerts instead? Answer: Yes, you can. Automations can also be triggered whenever requests are created or re-opened, can wait for a configurable period and deliver an alert if no response is made within the delay period. They can also be cancelled automatically if the status changes during the delay period (by setting status as the invariant). However - unlike Workflows - Automations cannot clear out stale alerts automatically.
I am getting alerts that contain text like "... need followup on commitment ...". Why? Answer: These are commitment reminders and are automatically triggered if any workflow is setup in your Collection. To turn this off, check instructions in the Disabling/Enabling Commitment Reminders section.
Last updated
