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

# Introduction

Welcome to SendX API Documentation.

You can use SendX API to automate all aspects of email marketing and marketing automation.

Common use-cases include:

* Adding contacts with custom data and tags
* Push custom events or revenue event for a contact
* Sending transactional emails

Note that you can use the contact custom data pushed for personalisation and segmentation of your audience. You can use custom events to trigger visual workflows or automation rules.

Advanced use-cases include:

* Creating and scheduling dynamic email campaigns
* Consuming webhooks and campaign reports to craft custom dashboards

## Getting Started

<CardGroup cols={2}>
  <Card title="Get started" icon="play" href="/getting-started">
    Add contact, push custom event and send your first email
  </Card>

  <Card title="API Reference" icon="code-simple" href="/api-reference/introduction">
    Integrate and scale using our API SDKs.
  </Card>
</CardGroup>

## SDKs

We have native SDKs in different programming languages such as Javascript, Python, Ruby, Golang, Java and PHP.

You can integrate with them or create your own SDK with our API specification. In case you need any assistance with respect to API then do reach out to our team from website chat or email us at [hello@sendx.io](mailto:hello@sendx.io)

<CardGroup cols={2}>
  <Card title="Python" icon="python" iconType="solid" href="/quickstart/python-sdk" />

  <Card title="Golang" icon="golang" href="/quickstart/golang-sdk" />

  <Card title="Ruby" icon="gem" href="/quickstart/ruby-sdk" />

  <Card title="Java" icon="java" href="/quickstart/java-sdk" />

  <Card title="PHP" icon="php" href="/quickstart/php-sdk" />

  <Card title="JavaScript" icon="JS" href="/quickstart/javascript-sdk" />
</CardGroup>
