sendAlertByTemplate

fun sendAlertByTemplate(alertTemplate: AlertTemplate): Completable

Send an Alert with a specified template by AlertTemplate.

Return

A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

alertTemplate

AlertTemplate to send.