| Name | Description | |
|---|---|---|
![]() | ReportTaskWebhookAction Constructor | Creates a ReportTaskAction that will trigger a HTTP-POST request. |
The following tables list the members exposed by ReportTaskWebhookAction.
| Name | Description | |
|---|---|---|
![]() | ReportTaskWebhookAction Constructor | Creates a ReportTaskAction that will trigger a HTTP-POST request. |
| Name | Description | |
|---|---|---|
![]() | CustomFields | Gets or sets the custom fields that should be appended to the webhook payload (JSON-Format). |
![]() | ForceZipArchive | Gets or sets whether even a single file should be packed into a zip archive. |
![]() | HTTPHeaders | Gets or sets custom HTTP-Header for the request. |
![]() | Id | Gets the ID of this task action. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | IgnoreForEmptyReports | If true, this action is skipped when no records were printed in the report. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | IsCreatedOnServer | Returns true if this task action is new and has not been created on the server yet. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | Name | Gets or sets the name of this task action (max. length: 100 characters). (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | RequestUrl | Gets or sets the URL that should be called with an HTTP-POST request. |
![]() | Secret | Gets or sets the optional secret that can be used to verify the inregrity and the authenticity of the request using HMAC-SHA256. System.String.Empty if the signature should not be generated. |
![]() | Timeout | Gets or sets the timeout for the request in seconds. |
![]() | ValidateCertificates | Gets or sets whether the SSL-Certificates should be validated . |
| Name | Description | |
|---|---|---|
![]() | CreateOrUpdateAsync | Creates or updates this task action on the server. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | DeleteAsync | Deletes this task action (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |