- Getting started
- Notifications
- Flex licensing
- Troubleshooting
- Connections troubleshooting
- Triggers troubleshooting
- Limitations
- Connector Builder
- Act! 365
- Active Directory - Preview
- ActiveCampaign
- Adobe Acrobat Sign
- Adobe PDF Services
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- Amazon SES
- Amazon Transcribe
- Amazon Web Services
- Anthropic Claude
- Asana
- AWeber
- Azure AI Document Intelligence
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix Hypervisor
- Citrix ShareFile
- Clearbit
- Confluence Cloud
- Constant Contact
- Coupa
- Customer.io
- Datadog
- DeepSeek
- Deputy
- DocuSign
- Drip
- Dropbox
- Dropbox Business (Legacy)
- Egnyte
- Eventbrite
- Exchange Server - Preview
- Exchangerates
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales
- Freshservice
- GetResponse
- GitHub
- Gmail
- Google Cloud Platform
- Google Docs
- Google Drive
- Google Forms
- Google Maps
- Google Sheets
- Google Speech-to-Text
- Google Tasks
- Google Text-to-Speech
- Google Vertex
- Google Vision
- Google Workspace
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook
- Hubspot CRM
- HubSpot Marketing
- HyperV - Preview
- Icertis
- iContact
- Insightly CRM
- Intercom
- Jina.ai
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mail
- Mailchimp
- MailerLite
- Mailgun
- Mailjet
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Microsoft Azure OpenAI
- Microsoft Dynamics 365 CRM
- Microsoft OneDrive & Sharepoint
- Microsoft Outlook 365
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- NetIQ eDirectory
- Okta
- OpenAI
- OpenAI V1 Compliant LLM
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- PayPal
- PDFMonkey
- Perplexity
- Pinecone
- Pipedrive
- QuickBooksOnline
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI
- SAP Cloud for Customer
- SAP Concur
- SAP OData
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- System Center - Preview
- TangoCard
- Todoist
- Trello
- Twilio
- UiPath GenAI Activities
- HTTP
- UiPath Orchestrator
- VMware ESXi vSphere
- watsonx.ai
- WhatsApp Business
- WooCommerce
- Workable
- Workday
- Workday REST
- X (formerly Twitter)
- Xero
- YouTube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- Zoom
- ZoomInfo
Integration Service user guide
This page explains how to fix issues you might encounter when using connections.
Client Request Failed: Failed to receive access token
Description
This error is caused by invalid credentials or details provided by the customer.
Solution
Make sure all the populated/given credentials are valid.
The connection failed to create, please close this browser tab and try again
Description
This error is caused by invalid scopes or app permissions.
Solution
Check whether all scopes/permissions are provided as expected.
Connection is currently inactive, please click fix connection
Description
It is possible that a connection might expire due to OAuth token expiry or a refresh issue.
Solution
Select Fix connection and redo the connection creation flow. To fix a connection, select your connection's corresponding More button in the right side of the interface and select Fix connection.
Error Code: 400 Message: Cannot delete connection with one or more triggers assigned
Description
When trying to delete a connection, you might encounter the following message: Error Code: 400 Message: Cannot delete connection with one or more triggers assigned.
Solution
You cannot delete the instance when you have a trigger enabled on it. Delete the trigger before deleting the instance.
The user does not have Connections.View permissions on the connection folder.
Description
Connections in Integration Service appear to be successful (Status: Connected), but unattended jobs fail with the following error message: "The user does not have Connections.View permissions on the connection folder."
Solution
The robot needs access to the connection used in the process.
For a robot to run a job using a connector from Integration Service, the following are required:
- The connection and the robot intended to run the job must be in the same Orchestrator folder.
- The robot must be assigned a role that has Folder View permissions for the Connections item. For more information, refer to the Orchestrator User Guide.
Network restrictions
You may sometimes be unable to create connections to external applications. This is often caused by network or firewall restrictions, where the target application blocks requests from Automation Suite because Integration Service IPs are not allowlisted.
Follow these steps to verify connectivity and resolve these issues.
-
Make sure that:
- You have the application endpoint (URL or IP) that Integration Service needs to access.
- You have access to your enterprise firewall or network settings to allowlist IP ranges if required.
-
Verify endpoint accessibility.
Use a simple network utility to check if your application endpoint is reachable from the internet.
Using curl:
curl -v https://<your-application-endpoint>If the request fails, the endpoint is not publicly accessible, or the IP is blocked.
-
Allow outbound connections from your Automation Suite server.
Ensure that your network and firewall rules allow outbound HTTPS connections from your Automation Suite server to the external application endpoint.
-
Retry connection creation.
After confirming endpoint accessibility and updating firewall rules, attempt to create the connection again in Integration Service.
SSO-authenticated users
When logging in to Automation Suite via SSO (e.g., Okta, Azure AD, Microsoft SSO, etc.) you may encounter issues creating connections to external applications that use the same SSO provider.
This issue occurs because Integration Service automatically uses your existing SSO session, which can cause the application to skip the login step or use the wrong account to create the connection.
Example scenario
The following example demonstrates how SSO session propagation can interfere with connection creation in Integration Service:
- Automation Suite SSO Login - Alejandra logs in to Automation Suite using her corporate Okta account
alejandra@company.com. - Target Application SSO - Alejandra wants to create a connection to Workday REST, which also uses Okta SSO as set up by the company admin.
- Connection Creation - During the connection setup:
- The browser automatically sends her existing Okta session token.
- Workday assumes the SSO user is
alejandra@company.comwithout prompting again for login.
- The problem - If Alejandra intended to connect using a different Workday account, the connection may fail, or workflows may run under the wrong permissions.
Recommended workarounds
Use a private (incognito) browser session
Open the connection creation page in a private/incognito window. This prevents the browser from reusing the SSO session.
Workday will then prompt for explicit login credentials each time a connection must be created.
Switch to the intended account prior to connection creation
-
Log in to Automation Suite via SSO.
Access Integration Service as usual.
-
Log in to Workday separately.
If the application automatically logged you in using your current SSO session, you may see a default account.
-
Log out of Workday and log in with the intended account for connection creation.
This ensures the application has the correct user session.
-
Return to Integration Service to create the connection.
Integration Service will now trigger the connection flow.
The intended account session is used for authorization, preventing wrong permissions or skipped consent prompts.
- Client Request Failed: Failed to receive access token
- The connection failed to create, please close this browser tab and try again
- Connection is currently inactive, please click fix connection
- Error Code: 400 Message: Cannot delete connection with one or more triggers assigned
- The user does not have Connections.View permissions on the connection folder.
- Network restrictions
- SSO-authenticated users
- Example scenario
- Recommended workarounds