> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/docs/integrations-and-plugins/integrations.md).

# Integrations

Learn how Kizen integrations connect external tools to sync data, automate workflows, and streamline communication and marketing processes.

{% hint style="success" %}
**Audience:** Admins, Developers, Solution Architects

**Purpose:** Explains what <code class="expression">space.vars.Kizen\_company\_name</code> integrations are and what they can do, and provides a list of current integrations
{% endhint %}

## Overview

Integrations extend <code class="expression">space.vars.Kizen\_company\_name</code> by connecting the platform to external tools and services used across communication, marketing, and data workflows. These integrations allow you to sync data, trigger actions, and streamline processes across systems.

This section documents our integrations for Postalytics, SunFire, ConnectureDRX, and much more.

Each integration guide covers setup, configuration, and usage, so you can quickly connect external services and start using them with <code class="expression">space.vars.Kizen\_company\_name</code>.

### What Integrations Can Do

Integrations in <code class="expression">space.vars.Kizen\_company\_name</code> can be used to:

* Sync data between <code class="expression">space.vars.Kizen\_company\_name</code> and external systems
* Trigger actions from workflows and <code class="expression">space.vars.automations</code>
* Launch external tools directly from <code class="expression">space.vars.entities</code>
* Return completed actions or results back into <code class="expression">space.vars.Kizen\_company\_name</code>

***

## Current Kizen Integrations

The following table shows our current integrations:

<table data-search="false"><thead><tr><th>Integration</th><th>Categories</th></tr></thead><tbody><tr><td><a href="/docs/integrations-and-plugins/integrations/amazon-ses.md">Amazon SES</a></td><td>Communication and messaging</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/connecture.md">Connecture</a></td><td>Medicare quoting and enrollment</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/fhir-beta.md">FHIR - Beta</a></td><td>EHR system integration</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/google-and-outlook-calendar.md">Google &#x26; Outlook Calendar</a></td><td>Calendar integration</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/mysql.md">MySQL</a></td><td>Data integration</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/postalytics.md">Postalytics</a></td><td>Direct mail</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/postgres.md">Postgres</a></td><td>Data integration</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/ring-central.md">RingCentral</a></td><td>Communication and messaging</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/slack-beta.md">Slack - Beta</a></td><td>Communication and messaging</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/snowflake.md">Snowflake</a></td><td>Data integration</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/sunfire.md">SunFire</a></td><td>Medicare quoting and enrollment</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/twilio-sms.md">Twilio SMS</a></td><td>Communication and messaging</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/zendesk.md">Zendesk</a></td><td>Support ticketing platform integration</td></tr><tr><td><a href="/docs/integrations-and-plugins/integrations/zoom-beta.md">Zoom - Beta</a></td><td>Calendar integration, communication and messaging</td></tr></tbody></table>

{% hint style="info" %}
**Note:** Our Beta integrations are fully functional, but they might not be in their final form.
{% endhint %}

***

## What's Next?

Select an integration to learn how it works with <code class="expression">space.vars.Kizen\_company\_name</code>, including setup requirements and common usage patterns. Each integration guide includes an overview, configuration steps, and task-based documentation to help you get started.

<details>

<summary>Related Topics</summary>

* [Amazon SES](/docs/integrations-and-plugins/integrations/amazon-ses.md)
* [Connecture](/docs/integrations-and-plugins/integrations/connecture.md)
* [FHIR - Beta](/docs/integrations-and-plugins/integrations/fhir-beta.md)
* [Google & Outlook Calendar](/docs/integrations-and-plugins/integrations/google-and-outlook-calendar.md)
* [MySQL](/docs/integrations-and-plugins/integrations/mysql.md)
* [Postalytics](/docs/integrations-and-plugins/integrations/postalytics.md)
* [Postgres](/docs/integrations-and-plugins/integrations/postgres.md)
* [RingCentral](/docs/integrations-and-plugins/integrations/ring-central.md)
* [Slack - Beta](/docs/integrations-and-plugins/integrations/slack-beta.md)
* [Snowflake](/docs/integrations-and-plugins/integrations/snowflake.md)
* [SunFire](/docs/integrations-and-plugins/integrations/sunfire.md)
* [Twilio SMS](/docs/integrations-and-plugins/integrations/twilio-sms.md)
* [Zendesk](/docs/integrations-and-plugins/integrations/zendesk.md)
* [Zoom - Beta](/docs/integrations-and-plugins/integrations/zoom-beta.md)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.kizen.com/docs/integrations-and-plugins/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
