Coupa V2 Connector > Coupa V2 Connections > Connect to Coupa V2
  

Connect to Coupa V2

Let's configure the Coupa V2 connection properties to connect to Coupa.

Before you begin

Before you get started, configure OAuth authentication for your Coupa account. Use client secret authentication to register on the Coupa Success Portal and get your client details.
Log in to Coupa Cloud and get the following details:
When you create a connection, specify the identifier as client ID, secret as client secret, and the scopes in the connection properties.

Connection details

The following table describes the basic connection properties:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
Coupa V2
Runtime Environment
The name of the runtime environment where you want to run tasks.
Select a Secure Agent, Hosted Agent, or serverless runtime environment.
Hosted Agent doesn't apply to mappings in advanced mode.
Authentication
Select Coupa V2.
Base Url
Base URL to connect to Coupa API.
Specify the base URL in the following format:
https://{instance_name}.coupahost.com/
For example, https://companyname.coupahost.com/
Client ID
The Coupa client ID required to generate a valid access token.
Specify the Coupa identifier as the client ID.
Client Secret
The Coupa client secret required to generate a valid access token.
Specify the Coupa secret as the client secret.
Scope
The scope used to authorize access to Coupa.
Enter the scope defined for the user in Coupa. To enter multiple scopes, separate each scope with a space.

Advanced settings

The following table describes the advanced connection properties:
Property
Description
Custom Field Config
Specify custom fields for Coupa objects.
Specify the custom fields in Coupa using the following format, where FieldName is the value of the custom field name in Coupa, FieldType is the type of custom field, and IsAPIGlobalNamespace determines whether a custom field appears under the root tag or custom-field tag when you read from or write to Coupa:
Object1=FieldName1,FieldType,DataType, IsAPIGlobalNamespace;\
FieldName2,FieldType,DataType, IsAPIGlobalNamespace;\
FieldName3,FieldType,DataType,IsAPIGlobalNamespace
Object2=FieldName1,FieldType,DataType, IsAPIGlobalNamespace;\
FieldName2,FieldType,DataType, IsAPIGlobalNamespace
Object3=FieldName1,FieldType,DataType,IsAPIGlobalNamespace;\
FieldName2,FieldType,DataType,IsAPIGlobalNamespace;\
FieldName3,FieldType,DataType,IsAPIGlobalNamespace
Coupa V2 Connector supports only simple custom fields.
For example:
user-summary=custom_field1,Simple,String,true;\
custom_field2,Simple,String, false
requisition-header=requisition_cf1,Simple,String,true;\
requisition_cf2,Simple,Integer,false;\
requisition_cf3,Simple,Integer
user=user_customfield1,Simple,String,false;\
user_customfield_2,Simple,String,true
For more information about the custom objects that you can use and how to configure the custom fields, see Coupa V2 Custom Fields.

Related links