
Name
Name of the adapter and the filename of the adapter then it saved.
Comment
Optional comment about the adapter.
Tags
Tags that's are searchable from the files view.
Get security token
For cases like OAuth2 or similar where a security token should be used when doing API calls. The token is first fetched in its own request and then used in the request configured above. This should work for other 2-step authentication that uses the same pattern as Oauth2 and that use JSON to format the data.
- Address - URL where a token can be requested from
- Token get path - The path to the token inside the json response body after getting the token
- Expire path - The path inside the same json where an expire time is given
- Token use header - The header where the token should go in the API call later
- Request headers - All headers needed to make the token request work
- Request body - The body of the token request
Example setup of OAuth2 token request

Example response:
{
"access_token":"MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3",
"token_type":"bearer",
"expires_in":3600,
"refresh_token":"IwOGYzYTlmM2YxOTQ5MGE3YmNmMDFkNTVk",
"scope":"create"
}

Schedule
Drag and drop a schedule for the adapter. If no schedule is there the adapter is event driven.
Event policy
Drag and drop a event policy if you don't want to use the default policy.
Extra process
Drag and drop a cep holder here. More info about extra process.
Arguments
Arguments for the extra process.
Advanced Settings
Error Handling Settings
Trace Settings
0 Comments