- Démarrage
- Notifications
- Licences
- Résolution des problèmes
- Générateur de connecteurs
- À propos du générateur de connecteurs
- Créer votre premier connecteur
- Construire votre connecteur à partir d'une définition d'API
- Configuration de l'authentification
- Utilisation de variables dans le générateur de connecteurs
- Concepteur d’activités
- Création d'un déclencheur
- Démarrage
- Exemple A : créer un connecteur à partir d'une zone de dessin vierge avec l'authentification par jeton d'accès personnel
- Exemple B : créer un connecteur à partir d'une zone de dessin vierge avec authentification par clé API
- Exemple C : créer un connecteur à partir d'une spécification d'API avec l'authentification par informations d'identification du client OAuth 2.0
- Act! 365
- ActiveCampaign
- Active Directory - Aperçu
- 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
- Cloud Confluence
- Constant Contact
- Coupa
- TeamAI – Aperçu
- Customer.io
- Database Hub - Aperçu
- Agent Databricks
- Datadog
- DeepSeek
- Deputy
- Discord - Aperçu
- DocuSign
- Arrêter
- Dropbox
- Dropbox Business
- Egnyte
- Eventbrite
- Échanges
- Serveur Exchange - Aperçu
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- FreshSales
- Freshservice
- GetResponse
- GitHub
- Gmail
- Plateforme Google Cloud
- Google Docs
- Google Drive
- Google Forms - Aperçu
- Google Maps
- Google Sheets
- Google Speaking-to-Text
- Google Text-to-Speech
- Google Tasks – Aperçu
- Google Vertex
- Google Vision
- Google Workspace
- GoToWebinar
- Greenhouse
- Hootsuite
- http
- About the HTTP connector
- HTTP connector authentication
- HTTP Webhook - Aperçu
- HubSpot CRM
- Hubspot Marketing
- HyperV - Aperçu
- Icertis
- iContact
- Insightly CRM
- Intercom
- Jina.ai
- Jira
- Keap
- Klaviyo
- LinkedIn
- Courrier (Mail)
- Mailchimp
- Mailgun
- Mailjet
- MailerLite
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Azure AI Foundry
- Microsoft Azure OpenAI
- Microsoft Dynamics 365 CRM
- Microsoft OneDrive et SharePoint
- Microsoft Outlook 365
- Microsoft Power Automate – Aperçu
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Traduction
- Microsoft Vision
- Miro
- NetIQ eDirectory
- Okta
- OpenAI
- LLM conforme à OpenAI V1
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- SAP
- SingePDF
- Perplexity
- Pinecone
- Pipedrive
- QuickBooksOnline
- Quip
- Salesforce
- Salesforce AgentForce & Flows – Aperçu
- Salesforce Marketing Cloud
- SAP BAPI
- SAP Cloud for Customer
- SAP Concur
- SAP OData
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Snowflake Cortex
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- System Center - Aperçu
- TangoCard
- Todoist
- Trello
- Twilio
- UiPath Apps - Preview
- UiPath Data Fabric – Aperçu
- Activités UiPath GenAI
- UiPath Orchestrator
- X (anciennement Twitter)
- Xero
- watsonx.ai
- WhatsApp Business
- Google Business
- Utilisable
- Workday
- Workday REST
- VMware ESXi vSphere
- YouTube
- Zendesk
- Zoho Campaigns
- ZohoDesktop
- Zoho Mail
- Zoom
- ZoomInfo

Guide de l'utilisateur d'Integration Service
HTTP Authentication
Prérequis
To create a connection using the HTTP connector, you must provide the details needed for the selected authentication type. See the following sections for information on the details required for each authentication type. For information on how to retrieve these details, refer to the documentation of the API provider.
UiPath User Access Token
Establish a connection through supported UiPath services. No configuration required.
Code d'autorisation OAuth 2.0
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Client ID - The unique identifier for your application as provided by your OAuth provider during app registration.
- Client secret - The confidential secret key for your application as provided by your OAuth provider.
- Authorization URL - The full authorization endpoint URL as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/authorize). - Token URL - The token endpoint URL where authorization codes or credentials are exchanged for access tokens as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/token). - Scope - The required OAuth scopes based on your API provider or integration needs.
Additional configuration:
- Refresh token URL - The refresh token endpoint URL as provided by your OAuth provider (e.g.
https://example.com/docs/oauth/refresh) - Token revoke URL - The token revocation endpoint URL as provided by your OAuth provider (
https://example.com/docs/oauth/revoke). - Refresh interval - Time in seconds between OAuth token refresh attempts.
- OAuth basic header - Enable to send Client ID and Secret as a basic authentication header during OAuth token exchange. Most providers need this enabled.
Code d'autorisation OAuth 2.0 avec PKCE
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Client ID - The unique identifier for your application as provided by your OAuth provider during app registration.
- Client secret - The confidential secret key for your application as provided by your OAuth provider.
- Authorization URL - The full authorization endpoint URL as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/authorize). - Token URL - The token endpoint URL where authorization codes or credentials are exchanged for access tokens as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/token). - Scope - The required OAuth scopes based on your API provider or integration needs.
Additional configuration:
- Refresh token URL - The refresh token endpoint URL as provided by your OAuth provider (e.g.
https://example.com/docs/oauth/refresh) - Token revoke URL - The token revocation endpoint URL as provided by your OAuth provider (
https://example.com/docs/oauth/revoke). - Refresh interval - Time in seconds between OAuth token refresh attempts.
- OAuth basic header - Enable to send Client ID and Secret as a basic authentication header during OAuth token exchange. Most providers need this enabled.
Informations d'identification du client OAuth 2.0
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Client ID - The unique identifier for your application as provided by your OAuth provider during app registration.
- Client secret - The confidential secret key for your application as provided by your OAuth provider.
- Token URL - The token endpoint URL where authorization codes or credentials are exchanged for access tokens as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/token). - Scope - The required OAuth scopes based on your API provider or integration needs.
Additional configuration:
- Refresh interval - Time in seconds between OAuth token refresh attempts.
- OAuth basic header - Enable to send Client ID and Secret as a basic authentication header during OAuth token exchange. Most providers need this enabled.
Mot de passe OAuth 2.0
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Username - The end-user's username credential for authentication.
- Password - The end-user's password credential for authentication.
- Client ID - The unique identifier for your application as provided by your OAuth provider during app registration.
- Client secret - The confidential secret key for your application as provided by your OAuth provider.
- Authorization URL - The full authorization endpoint URL as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/authorize). - Token URL - The token endpoint URL where authorization codes or credentials are exchanged for access tokens as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/token). - Scope - The required OAuth scopes based on your API provider or integration needs.
Additional configuration:
- Refresh token URL - The refresh token endpoint URL as provided by your OAuth provider (e.g.
https://example.com/docs/oauth/refresh). - Token revoke URL - The token revocation endpoint URL as provided by your OAuth provider (
https://example.com/docs/oauth/revoke). - Refresh interval - Time in seconds between OAuth token refresh attempts.
- OAuth basic header - Enable to send Client ID and Secret as a basic authentication header during OAuth token exchange. Most providers need this enabled.
Authentification de base
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Username - The username credential for your API account.
- Password - The password credential for your API account.
Additional configuration:
- Authentication validation API - Enter the relative path that will be used to verify your authentication credentials (e.g. /api/v1/me, /user/profile, /auth/validate). This API route should return a successful response when your credentials are valid.
Clé API
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Parameter name - The exact name of the API key parameter as required by your API (e.g.
X-API-Key,api_key,Authorization). This will be used as either a header name or query parameter name based on your selection. - Value - Your complete API key value as provided by your API provider. This will be securely stored and used for authentication.
Additional configuration:
- Add to - Select whether to add the API key in the request header or as a query parameter. Header is recommended for better security.
- Authentication validation API - Enter the relative path that will be used to verify your authentication credentials (e.g. /api/v1/me, /user/profile, /auth/validate). This API route should return a successful response when your credentials are valid.
OAuth 2.0 JWT Bearer
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Client ID - The unique identifier for your application as provided by your OAuth provider during app registration.
- Client secret - The confidential secret key for your application as provided by your OAuth provider.
- JWT base64 encoded key - Your Base64-encoded private key. Ensure you follow your API provider's instructions for key generation and encoding.
- Authorization URL - The full authorization endpoint URL as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/authorize). - Token URL - The token endpoint URL where authorization codes or credentials are exchanged for access tokens as provided by your OAuth provider (e.g.
https://login.example.com/oauth2/token). - Scope - The required OAuth scopes based on your API provider or integration needs.
Additional configuration:
- Refresh token URL - The refresh token endpoint URL as provided by your OAuth provider (e.g.
https://example.com/docs/oauth/refresh). - Token revoke URL - The token revocation endpoint URL as provided by your OAuth provider (
https://example.com/docs/oauth/revoke). - Refresh interval - Time in seconds between OAuth token refresh attempts.
- OAuth basic header - Enable to send Client ID and Secret as a basic authentication header during OAuth token exchange. Most providers need this enabled.
Jeton d’accès personnel
Fournissez les détails suivants :
- Connection name - A descriptive name to help you identify this connection.
- Base URL - The base URL of your API (e.g.
https://api.example.com). - Token prefix - The token prefix (e.g.
Bearer,Token,Basic). This will be combined with your token in the Authorization header. Leave empty if no prefix is required. - Token - The complete personal access token value. This will be combined with the token type in the Authorization header (e.g.
Bearer your-token-here).
Additional configuration:
- Authentication validation API - Enter the relative path that will be used to verify your authentication credentials (e.g.
/api/v1/me,/user/profile,/auth/validate). This API route should return a successful response when your credentials are valid.
Add the HTTP connection
- Sélectionnez Integration Service dans la barre de gauche.
- From the Connectors list, select HTTP. You can also use the search bar to find the connector.
- Select the Connect to HTTP button.
- In the connection screen, provide the required details.
- Select Connect.
- Votre connexion a été ajoutée.