Skip to content
Default help center home
Default help center home

Workflows FAQ

How does the Clearbit integration work, and how can I use it in my workflows?

A: Clearbit is already integrated into the product, so there's no need for an additional integration step. Enrichment occurs automatically without adding a Clearbit enrichment block. You can add a condition in an IF/Else block to source data from Clearbit (blue icon) or use Clearbit to update the record in an update record step/block.


Can I create an event in Salesforce from my workflow?

A: You can create a SFDC event by adding a "Create SF Record" step to your workflow. After adding the step, you need to map the fields within the create step to successfully create in SFDC. Common fields to map include: Assigned to ID (Meeting booked owner/Meeting host), Related to ID (Account ID/Opportunity ID), Name (Contact ID/Lead ID), Meeting Duration (Duration), Start Date/Time (Meeting Start Date/Time), and Subject (Title).


How do I label a workflow step or logic block?

A: Yes, you can add a label and/or description to any object within the workflow. Doing so provides organization and helpful when auditing workflow logs.

  1. Click on an if/else logic block you want to label.

  2. Add a step name by erasing the given step name.

  3. Updates save automatically.

LabelBlock.gif

Can I remove an object(s) from a workflow?

A: Yes, you can delete an object or more than one object by following anyone of these steps.

  1. Click on the object and remove object by selecting the "Remove block" button on bottom right.

  2. Click on 3 dot icon from a workflow object, select delete.

    1. Using your keyboard, click on Shift.

    2. Then with your cursor, click on the canvas to the side of any of the object(s) you wish to remove.

    3. Drag the cursor across those objects.

    4. Select Delete

DeleteNode.gif

Can I redirect a lead once a meeting is not booked?

A: Yes, redirecting a lead to a URL can be configured through the Display scheduler.

  1. Click on a Display Scheduler within the workflow.

  2. Scroll down to Redirect URL when meeting is not booked.

  3. Add URL

  4. Optional: Add URL for when a meeting is booked

Screenshot 2025-08-04 at 4.20.01 PM.png

How do I update a redirect URL?

A: You can update the Redirect URL in your workflow to ensure users are directed to the correct destination. The URL can be updated from a Redirect to URL object or within a Display scheduler object when a meeting is booked or not booked.

From a Redirect to URL object

  1. Click on the Redirect object, go to URL field.

  2. Paste or Remove the URL.

  3. Add the redirect URL in the provided field.

  4. Confirm the changes by saving existing out of the object.

Screenshot 2025-08-07 at 3.00.22 PM.png

From a Display Scheduler object

  1. Click on the Display Scheduler object, scroll down to the Redirect URL when a meeting is booked/Redirect URL when no meeting is booked field.

  2. Paste or Remove the URL.

  3. Confirm the changes and existing out of the object.

Screenshot 2025-08-07 at 6.21.00 PM.png

I'm getting an Attio error that a record already exists or conflicts with one already in the system

Attio has a sync feature where People and Companies are automatically created from calendar events. If your workflow is attempting to create a People or Company object after a meeting is booked, you may be trying to create one after the Attio sync already has created it. Default recommends adding a time delay node to start the meeting booked branch of your scheduler node, so you can delay for 2 minutes and allow Attio's sync to complete. After that you can try matching to the Company or Person object, and then create it if it still doesn't exist.


How can I send messages to Slack if the channel is private?

With Default's Slack integration, you can send notifications to both public and private channels. This guide will walk you through the steps to configure this feature.

Steps to Send Messages to Private Channels

  1. Add the Default bot to the desired private Slack channel.

  2. Refresh your workflow in Default.

  3. Once refreshed, you should be able to select the private channel from the dropdown menu in your workflow settings.