alf.io icon indicating copy to clipboard operation
alf.io copied to clipboard

Add WhatsApp or SMS as notification provider

Open StanMar-bit opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. A couple of days ago I hosted an event with Alf.io where 400+ people were attending. I noticed that a lot of people had trouble finding their tickets in their email. And sometimes info emails coming in the spam folder. The scanning worked perfectly :)

Describe the solution you'd like I would like to be able to send my tickets and info emails with WhatsApp for business via the api. So that it is easy for people to find their ticket and always receive the communication we’ve sent them.

Describe alternatives you've considered Using SMS but I think it’s too limited in sending the tickets as an attachment.

Additional context I would like to help develop this feature, but where do I start? Any docs regarding developing such a feature?

Thanks in advance!

StanMar-bit avatar Jun 18 '23 19:06 StanMar-bit

hi @StanMar-bit , this is a good idea. We were discussing how to approach this feature.

It can be done with an extension right now ( https://alf.io/docs/reference/extensions/ ) by using the https://alf.io/docs/reference/extensions/reference/ticket/#ticket-assigned event.

This will cover the case of sending a payload to an alternative notification provider.

Additionally, we were also considering adding a more specific "NOTIFY_SEND_TICKET" event that can be triggered by the organizer to capture his intent to notify the attendee.

syjer avatar Jun 22 '23 07:06 syjer