parcelvoy / platform

Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://parcelvoy.com
Other
209 stars 31 forks source link

Q: when a user clicks on a link in an email, can you trigger a journey on that? #382

Closed mattes3 closed 5 months ago

mattes3 commented 6 months ago

I mean, is a link click an event?

pushchris commented 6 months ago

Yes! It will trigger a email_clicked event that you can then use in journeys. The event contains the campaign name, ID, subscription ID and some related context that you can use for filtering

mattes3 commented 5 months ago

Is there a way to see a list of previous events for a certain user?

pushchris commented 5 months ago

Yes! You can look up the user by ID, email or phone on the users page then navigate to the events tab. Clicking on any event will show you its full payload.

Screenshot 2024-03-16 at 10 26 27 AM Screenshot 2024-03-16 at 10 27 47 AM
mattes3 commented 5 months ago

Ah, this is cool, thank you, Chris!