Adobe Workfront Fusion requires an Adobe Workfront Fusion license in addition to an Adobe Workfront license.
This Adobe Workfront Fusion action module sends an HTTPS request to a specified URL that requires an API Key Auth authorization, and processes the response.
You must have the following access to use the functionality in this article:
Adobe Workfront plan* | Pro or higher |
Adobe Workfront license* | Plan, Work |
Adobe Workfront Fusion license** |
Current license requirement: No Workfront Fusion license requirement. Or Legacy license requirement: Workfront Fusion for Work Automation and Integration |
Product |
Current product requirement: If you have the Select or Prime Adobe Workfront Plan, your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. Workfront Fusion is included in the Ultimate Workfront plan. Or Legacy product requirement: Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. |
To find out what plan, license type, or access you have, contact your Workfront administrator.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses
When you configure the HTTP >Make an API Key Authorization request module, Adobe Workfront Fusion displays the fields listed below. A bolded title in a module indicates a required field.
If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another in Adobe Workfront Fusion.
Credentials | Select the key that contains your API Key authentication credentials. To add a new key, click Add and configure the following information:
|
Evaluate all states as errors (except for 2xx and 3xx) | Use this option to set up error handling. For more information, see Error handling in Adobe Workfront Fusion. |
URL | Enter the URL you want to send a request to, such as an API endpoint, website, etc. |
Method |
Select the HTTP request method you need to configure the API call. For more information, see HTTP request methods in Adobe Workfront Fusion. |
Headers | Add the headers of the request in the form of a standard JSON object. For example, |
Query String | Enter the desired query key-value pairs. |
Body type |
The HTTP Body is the data bytes transmitted in an HTTP transaction message immediately following the headers if there are any to be used.
|
Parse response |
Enable this option to automatically parse responses and convert JSON and XML responses so you don't need to use JSON > Parse JSON or XML > Parse XML modules. Before you can use parsed JSON or XML content, run the module once manually so that the module can recognize the response content and allow you to map it in subsequent modules. |
Timeout | Specify the request timeout in seconds (1-300). The default is 40 seconds. |
Share cookies with other HTTP modules | Enable this option to share cookies from the server with all HTTP modules in your scenario. |
Self-signed certificate | Upload your certificate if you want to use TLS using your self-signed certificate. |
Reject connections that are using unverified (self-signed) certificates | Enable this option to reject connections that are using unverified TLS certificates. |
Follow redirect | Enable this option to follow the URL redirects with 3xx responses. |
Follow all redirects | Enable this option to follow the URL redirects with all response codes. |
Disable serialization of multiple same query string keys as arrays |
By default, Workfront Fusion handles multiple values for the same URL query string parameter key as arrays. For example, |
Request compressed content | Enable this option to request a compressed version of the website. Adds an |
Use Mutual TLS | Enable this option to use Mutual TLS in the HTTP request. For more information on Mutual TLS, see Use Mutual TLS in HTTP modules in Adobe Workfront Fusion. |