Skip to content

[RemoteEvent] Add missing remote event types for SMS #61558

@welcoMattic

Description

@welcoMattic

Description

I'm facing a miss in RemoteEvent componant about SMS webhooks.

Here is the Sweego documentation about their SMS webhooks:

sms_sent, sms_stop, sms_clicked are the 3 events emitted by their platform.

However, we only support delivered (matching sms_sent from Sweego), and failed (matching nothing here).
My point is: we have nothing to handle stop, and clicked events, like we have in MailerEngagementEvent represented by click and unsubscribe.

WDYT about adding click and unsubscribe to SmsEvent class? Or splitting it in SmsDeliveryEvent and SmsEngagementEvent.

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions