# Sending Events

This section shows you how to send the Storyly events to specific data platforms. You can use the following function to redirect the Storyly events to your data platform:

StorylyView(
    ...
    storylyEvent: (StorylyViewEventCallback event) {
        print("storylyEvent")
    },
)