> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

> How to send events to SuprSend to trigger workflows.

The event (or sometimes referred to as event\_name) is a string describing an event. Events are also used to trigger [workflows designed on SuprSend Platform](/docs/trigger-workflow). All you have to do is send the event to SuprSend platform and the associated workflows will be triggered

Below is an example of workflow with **'Event Name'** (`GROCERY_PURCHASED`) defined as trigger

<Frame>
  <img src="https://mintcdn.com/suprsend/jhGzZpggWCp1KSgu/images/docs/events_doc_screenshot.png?fit=max&auto=format&n=jhGzZpggWCp1KSgu&q=85&s=955e6cea43701fb2b0580eb985263c5e" alt="577" width="2796" height="1560" data-path="images/docs/events_doc_screenshot.png" />
</Frame>

## Send Event to SuprSend

You can either use [HTTP API](docs/update-user-profile) or our backend SDKs to send events via your backend systems or use Client side SDK to directly sync events from your mobile or web applications.

## Backend SDK:

<CardGroup cols="4">
  <Card title="Python SDK" icon="python" iconType="solid" href="/docs/python-send-event-data" />

  <Card title="Node SDK" icon="js" iconType="solid" href="/docs/node-send-event-data" />

  <Card title="Java SDK" icon="java" iconType="solid" href="/docs/java-send-event-data" />

  <Card title="Go SDK" icon="Golang" iconType="solid" href="/docs/go-send-event-data" />
</CardGroup>

## Client side SDK:

<CardGroup cols="4">
  <Card title="Javascript SDK" icon="js" iconType="solid" href="/docs/java-send-event-data">
    1. (for web applications)
  </Card>

  <Card title="Android SDK" icon="android" iconType="solid" href="/docs/android-send-event-data">
    1. (for mobile applications)
  </Card>

  <Card title="React Native SDK" icon="mobile-button" iconType="solid" href="/docs/react-native-send-event-data">
    1. (for mobile applications)
  </Card>

  <Card title="Flutter SDK" icon="flutter" iconType="solid" href="/docs/flutter-send-event-data">
    1. (for mobile applications)
  </Card>
</CardGroup>

#### Via third-party connectors

You can use connectors to directly sync events from your third-party data tracking platforms.

<Card title="Segment" icon="User" iconType="solid" href="/docs/segment" />

***
