A model that allow you to publish document family metadata to a REST API
rest-publisher
Version: 1.0.0
Infer: No
Event Aware: Yes
Option | Description |
---|---|
url | The target REST API endpoint URL to receive document metadata |
api_token | Authentication token to securely access the external API |
data_store | The Kodexa data store containing document metadata (format: ‘org/store:version’) |
max_retries | Number of retry attempts if the API request fails (default: 3) |
retry_delay | Seconds to wait between retry attempts (default: 15) |
Name | Label | Type | Description | Default | Required |
---|---|---|---|---|---|
api_token | API Token | password | N/A | - | No |
url | URL | string | N/A | - | No |
data_store | Data Store | tableStore | N/A | - | No |
max_retries | Max Retries | number | N/A | 3 | No |
retry_delay | Retry Delay in Seconds | number | N/A | 15 | No |