Interface WebhookValidationService

    • Method Detail

      • pingWebhookDestination

        rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> pingWebhookDestination​(@NotNull
                                                                                                     @NotNull WebhookConfigurationModel webhookConfig,
                                                                                                     @NotNull
                                                                                                     @NotNull ItemModel item)
        Send a test payload to check whether the WebhookConfiguration is working correctly.
        Parameters:
        webhookConfig - WebhookConfiguration to be tested
        item - Item Model instance
        Returns:
        response entity