Web-based responsive document annotation tool
activeannoservice / project.export / WebHookConfig
data class WebHookConfig
| Name | Summary |
|---|---|
| <init> | WebHookConfig(url: String, onFailure: OnWebHookFailureBehavior = OnWebHookFailureBehavior.RESEND_ON_NEXT_TRIGGER, exportFormat: ExportFormat, authentication: HttpAuthentication) |
| Name | Summary |
|---|---|
| authentication | val authentication: HttpAuthentication |
| exportFormat | val exportFormat: ExportFormat |
| onFailure | val onFailure: OnWebHookFailureBehavior |
| url | List of web hook URLs where the results get sentval url: String |
| Name | Summary |
|---|---|
| callWebHook | suspend fun WebHookConfig.callWebHook(projectID: String, document: Document): Unit |