Use the Adobe connector to create digital content and documents.
Integrating your application with Adobe lets you use these operations in an automation. It exposes 15 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: Adobe supports Client credentials authentication.
Obtaining Your OAuth Server-to-Server Credentials
Log in to the Adobe Developer Console at developer.adobe.com/console with your Adobe ID.
Click Create new project (or open an existing project you want to use).
On the Project Overview screen, click Add API.
Select the Adobe product you're integrating with, for example Experience Platform API, and click Next.
Choose OAuth Server-to-Server as the authentication type.
Enter a name for the credential, then select the product profiles it should have access to.
Click Save configured API.
On the credential's OAuth Server-to-Server page, copy the Client ID, Client Secret, and Organization ID.
Store these values securely. UnifyApps uses them to generate the short-lived access token needed for each API call.
Actions
Action Name | Description |
|---|---|
Add data usage labels | Adds data usage labels for dataset in Adobe |
Complete a batch | Completes a batch in Adobe |
Create a new batch | Creates a new batch in Adobe |
Create a new dataset | Creates a new dataset in Adobe |
Delete a dataset | Deletes a dataset in Adobe |
List batch's dataset files | Lists a batch's dataset files from Adobe |
Retrieve a batch's meta files | Retrieves a batch's meta files from Adobe |
Retrieve a failed batch's dataset files | Retrieves a failed batch's dataset files from Adobe |
Retrieve a file | Retrieves a file from Adobe |
Retrieve a file's headers | Retrieves a file's headers from Adobe |
Retrieve data usage labels | Retrieves data usage labels for dataset in Adobe |
Update a dataset | Updates a dataset in Adobe |
Update data usage labels | Updates data usage labels for dataset in Adobe |
Upload a small file to a dataset | Uploads a small file to a dataset in Adobe |
Upload part of a large file to a batch | Uploads a part of a large file to a batch in Adobe |