Is your feature request related to a problem?
Robusta has many notification sinks but no native way to send alerts over SMS via Plivo. Teams already using Plivo can't route alert findings to on-call phones without a custom webhook relay.
Describe the solution you'd like
Add Plivo as a notification sink that sends findings as SMS through the Plivo Messages API, following the existing sink pattern (a plivo/ package registered in the sink factory).
Config: Auth ID, Auth Token, from-number, to-number.
Describe alternatives you've considered
The generic webhook sink can POST to a relay, but that's extra infrastructure and loses native sink config/validation.
Additional context
The sink is implemented following the pushover sink pattern. Happy to consider any changes before we open a PR.
Is your feature request related to a problem?
Robusta has many notification sinks but no native way to send alerts over SMS via Plivo. Teams already using Plivo can't route alert findings to on-call phones without a custom webhook relay.
Describe the solution you'd like
Add Plivo as a notification sink that sends findings as SMS through the Plivo Messages API, following the existing sink pattern (a
plivo/package registered in the sink factory).Config: Auth ID, Auth Token, from-number, to-number.
Describe alternatives you've considered
The generic webhook sink can POST to a relay, but that's extra infrastructure and loses native sink config/validation.
Additional context
The sink is implemented following the pushover sink pattern. Happy to consider any changes before we open a PR.