-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
Description
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