Implement Integrations with: Google Drive, OneDrive, Sharepoint, Dropbox, DocuSign, Acrobat Sign, or Addepar.
{
"integrationType": "gdrive",
"brandCode": "mybrand",
"clientId": "myClientId",
"clientSecret": "mySecretId",
"tenantId": "{tenantId}",
"siteName": "mySiteName",
"adminAccountEmail": "{email}",
"name": "My Google Drive Integration",
"logo": "{url}"
}
Integration (integration
) entity
integration
) entityintegrationType
enum required
Integration type. Possible values: gdrive
, onedrive
, sharepoint
, dropbox
, docusign
, adobesign
, addepar
.
brandCode
string
Branding code.
clientId
string
Client ID or app key.
clientSecret
string
Client secret or app secret.
tenantId
string
Tenant ID. Required for integrationType = onedrive
or integrationType = sharepoint
.
siteName
string
Default root. Optional for integrationType = sharepoint
.
adminAccountEmail
string
Email admin account on whose behalf to get access. Required for integrationType = dropbox
and integrationType = docusign
.
name
string required
Integration name. Example: My Google Drive Integration.
logo
string
URL to be shown at universal login on the "Continue with {Name}" button. Image will be displayed as 20x20px.