# Troubleshooting Workbot for Slack
Sometimes Workbot may raise errors or issues. Here are some common errors and issues that Workbot might tell you about, and how to handle them.
# Recipe execution error
Workbot is powered by Workato recipes to fetch your app data, such as retrieving Salesforce opportunities data, or to write data to your apps, such as creating a new account in Salesforce. When Workbot tries to execute your command but encounters an unexpected error, Workbot responds with the following message:
Workbot error message about recipe execution error
Usually, there is also a short description included about the error. To fix this error, you will have to go to the recipe, look for the failed job, and debug the error that happened in the job.
# Workbot offline
At times, you may find that despite having an active recipe or connection, Workbot appears to be offline. This is usually temporary.
Occasionally, reconnecting your Workbot connection helps to get it back online. Reconnect just like how you would reconnect to Slack. Navigate to Connections, find the Workbot connection, disconnect, and connect again.
# Custom bot recipe not triggered
You may encounter an error where invoking the command of the custom bot doesn't trigger a recipe.
Follow these troubleshooting methods to resolve the issue:
Go to Tools > Custom OAuth profile and select the profile for your custom bot.
Copy the request URL that contains /actions
. For example, https://app.workato.com/slack_webhooks/actions?coak_id=9670
.
Request URL
Ensure that the request URL in the Interactive Components section of your Slack API app matches the one in your Workato custom OAuth profile. Update the configurations to the same request URL if they don't match.
Last updated: 9/19/2025, 5:23:19 PM