Skip to content

New Sink: Plivo #2118

Description

@sarveshpatil-plivo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions