# 개요

## 이 글에서는

스티비와 외부 서비스를 연동해서 사용하면 외부 서비스에 등록된 회원에게 손쉽게 이메일을 보낼 수 있습니다.&#x20;

***

## 스티비와 연동할 수 있는 외부 서비스

현재 스티비에서는 '카페24, 고도몰, 식스샵, 도너스' 네 개의 서비스와 연동 기능을 제공하고 있습니다. 만약, 네 개의 서비스 이외에 다른 서비스를 사용하고 계신다면 스티비 API를 통해 연동을 진행할 수 있어요. 자세한 방법은 [스티비 API 문서](https://developers.stibee.com)를 참고해 주세요.

{% hint style="info" %}
외부 서비스와 스티비를 연동해서 사용하는 경우, 주소록 API나 자동 이메일 API와 연동할 수 없습니다.
{% endhint %}

## 섹션 살펴보기

아래 링크에서 각 서비스와 스티비를 연동하는 방법 또는 연동을 해제하는 방법에 관해 살펴볼 수 있습니다.&#x20;

{% content-ref url="/pages/oKh6ZaJpsqf6XmLmeVTV" %}
[카페24](/integration/cafe24.md)
{% endcontent-ref %}

{% content-ref url="/pages/Jfe4OsUNx7t9dI8TOVgp" %}
[고도몰](/integration/godomall.md)
{% endcontent-ref %}

{% content-ref url="/pages/GbNxyY9fCZUtUJhtIO61" %}
[식스샵](/integration/sixshop.md)
{% endcontent-ref %}

{% content-ref url="/pages/mHNnLOrj2Sev02zFPigi" %}
[도너스](/integration/donus.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://help.stibee.com/integration/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
