APIs & Integrations
Adobe
Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | 🚫 (time to contribute: <48h) |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
- How to register an Application
- OAuth-related docs
- Adding an Adobe service
- List of OAuth scopes
- UMAPI authentication
- UMAPI API docs
Contribute useful links by editing this page
API gotchas
- If the service you are trying to integrate allows
offline_access
, then you will be able to get refresh token if you add this in the scopes. - Depending on the selected API, some platforms may not be available to be used with that API. Select the platform that best suits your application use case if more than one platform is available.
- When creating an API make, it is important to web app as the type of application you are integrating too. (Not all apps support OAuth 2.0.)
- To refresh the token, simply use
nango.getConnection()
to generate a new set of tokens. - Adobe provides UMAPI Adobe user management API, which gives you programmatic access to users, groups, and entitlements for Adobe products and services.
- UMAPI is only available to the enterprise plan
- UMAPI enforces API rate limiting, please refer to the Throttling section of each API to determine its limitations. e.g, Throttling for the Get All Users in Organization API.
Contribute API gotchas by editing this page
Connect to UMAPI (Adobe User Management API)
Guide to connect to UMAPI (Adobe User Management API) using Connect UI