PostHog / customerio-plugin

Send event data and emails into Customer.io.
https://posthog.com/plugins/customer.io
MIT License
6 stars 8 forks source link

Renaming event name when exporting to customer.io #25

Closed ninjz closed 8 months ago

ninjz commented 1 year ago

I have the same events on both PostHog and CustomerIO but with different naming conventions. I want to take out the clientSDK of CustomerIO and use this directly through PostHog, but doing so I would have duplicate events with different naming which would be confusing on CustomerIO seeing as their platform does not allow editing/removing events.

Could there be something that allows us to transform the event name to a different name/format when passing to CustomerIO?