Crawler failure notifications

Workato GO crawlers fetch data from connected sources, such as Google Drive, Confluence, Slack, and more. You can configure crawler notifications to send emails when a crawler fails.

Configure notifications

You can create a property with a list of emails that receive crawler failure notifications in Workato GO.

Complete the following steps to configure crawler failure notifications:

1

Sign in to your Workato GO account.

2

Expand the Admin menu in the sidebar and click Advanced.

3

Click Add Organization Property.

4

Enter a name for your property. For example: crawler.failure_notification_emails

5

Enter the email addresses that should receive notifications. You must separate user email addresses with commas. For example:

alex@example.com,caroline@example.com,carlos@example.com
6

Click Submit.

Crawler failure error codes

Workato GO returns specific error codes when crawlers fail to access or process data. You can use these codes to identify the root cause of failures and take corrective action. The following tables list common error codes by data source, their descriptions, and the required actions:

General error codes

CodeDescriptionRequired action
GENERAL_1Network connection timeoutThe crawler couldn't reach the target service.
GENERAL_2DNS resolution failedThe website URL couldn't be resolved. Verify that your data source URL is correct.
GENERAL_3Invalid crawler configurationYour data source is missing required settings. Review and update your configuration.
GENERAL_4Service temporarily unavailableThe service is temporarily unavailable. Try again later.
GENERAL_5Record not foundThe data source may have been deleted. Verify it still exists in your workspace.
GENERAL_6API rate limit exceededThe target service is limiting requests. The crawler automatically retries after the rate limit resets.
GENERAL_7API endpoint not foundThe API URL in your configuration may be incorrect. Update your data source settings.

Confluence error codes

CodeDescriptionRequired action
CONFLUENCE_1Confluence authentication failedYour API token is expired or invalid. Generate a new token in Confluence and update your data source.
CONFLUENCE_3Insufficient Confluence permissionsThe Confluence user doesn't have access to the requested content. Check the user's space and page permissions.
CONFLUENCE_99Unknown Confluence errorAn unexpected error occurred. Contact support if the issue persists.

Custom web data source error codes

CodeDescriptionRequired action
WEB_1Web crawler authentication failedThe website requires login credentials. Only publicly accessible websites are supported.
WEB_99Unknown web crawler errorAn unexpected error occurred. Contact support if the issue persists.

Google Drive error codes

CodeDescriptionRequired action
GDRIVE_1Google Drive service account authentication failedService account credentials are invalid or expired. Re-upload your credentials JSON file.
GDRIVE_3Insufficient Google Drive permissionsThe service account doesn't have access to the files or folders. Share the files or folders with your service account email.
GDRIVE_99Unknown Google Drive errorAn unexpected error occurred. Contact support if the issue persists.

Highspot error codes

CodeDescriptionRequired action
HIGHSPOT_1Highspot authentication failedYour API credentials are invalid or expired. Update your Highspot API credentials in the data source.
HIGHSPOT_3Insufficient Highspot permissionsThe API user doesn't have the required access. Contact your Highspot administrator to grant permissions.
HIGHSPOT_99Unknown Highspot errorAn unexpected error occurred. Contact support if the issue persists.

Jira error codes

CodeDescriptionRequired action
JIRA_1JIRA authentication failedYour API token or credentials are invalid. Generate a new API token in JIRA and update your data source.
JIRA_3Insufficient JIRA permissionsThe JIRA user doesn't have access to the requested project. Check the user's project permissions.
JIRA_99Unknown JIRA errorAn unexpected error occurred. Contact support if the issue persists.

People directory error codes

CodeDescriptionRequired action
PEOPLE_1People directory authentication failedYour Okta or Google Workspace connection has expired. Re-authenticate in your data source settings.
PEOPLE_3Insufficient directory permissionsThe connected account doesn't have directory read permissions. Ask your IT admin to grant access to the necessary permissions.
PEOPLE_99Unknown people sync errorAn unexpected error occurred. Contact support if the issue persists.

Slack error codes

CodeDescriptionRequired action
SLACK_1Slack authentication failedYour bot token is invalid or the app was uninstalled. Reconnect Slack in your data source settings.
SLACK_3Missing required Slack OAuth scopesThe Slack app needs additional permissions. Re-authorize the Slack connection with the required scopes.
SLACK_99Unknown Slack errorAn unexpected error occurred. Contact support if the issue persists.

Last updated: