ダッシュボードに戻る

ドキュメント

Asyntaiの使い方を学ぶ

機能
Ask AI バー AI 検索バー WordPress のための AI 検索 AI Search for Joomla AI Search for Webflow AI Search for Ghost AI Search for Moodle AI Search for TYPO3 AI Search for Craft CMS AI Search for Grav AI Search for Concrete CMS AI Search for October CMS AI Search for ProcessWire AI Search for Odoo AI Search for Bagisto AI Search for Medusa AI Search for OpenCart AI Search for BigCommerce AI Search for Magento ウェブサイトクロール 知識のギャップ 商品カード 動的商品カード ダイナミック画像 ユーザーコンテキスト カスタムツール リンクパラメータ ライブモニタリング オペレーター対応 エスカレーション AI通知 デイリーレポート リアルタイムデータフィード リアルタイムデータフィードMax チームメンバー シングルサインオン 二要素認証 画像を含める 画像認識 翻訳ウィジェット ローカライズ AIの透明性 リード スマートリード獲得 サポートチケット チャットのカテゴリ 予約 埋め込み ページの除外 ブロックされたIP データ保存ポリシー ゼロ保存モード 個人情報マスキング 出力クラシファイア Access Tags ウィジェットのバージョン固定 監査ログ よりスマートなモデル 思考モードを有効化 返信候補 フォローアップメッセージ 音声テキスト変換 トランスクリプトのダウンロード 埋め込みチャット iframe による埋め込み

Meltano Integration

Load your Asyntai chats, leads and tickets into your own data warehouse

Create Account

Overview

Meltano is an open source data pipeline tool. It copies data out of the services a company uses and loads it into one database. A piece that reads one service is called a tap.

tap-asyntai is the Asyntai tap. It puts every chat, every message, every lead and every ticket into your warehouse, next to your sales and product data. Your analysts then answer questions that need both sides: which pages start the most chats, which questions come before a purchase, and how fast your team answers.

What You Get

The tap creates four tables:

  • sessions — one row per chat, with the page, the country, the message count and the reply times
  • messages — one row per message, with the full text and who wrote it
  • leads — the chats where the visitor left an email address or a phone number
  • tickets — support tickets, with the times they were assigned, answered and resolved

All four tables carry session_id, so they join into one picture of a conversation.

Requirements

  • Meltano, or any tool that runs Singer taps
  • Python 3.9 or newer
  • An Asyntai account on the Starter plan or higher, because the tap uses the Asyntai API

Installation

Follow these steps to load Asyntai data:

1

Get Your API Key

Sign in to Asyntai, open Settings, then API, and copy your API key.

2

Add the Tap

In your Meltano project, run:

meltano add extractor tap-asyntai
3

Set the API Key

Keep the key in an environment variable, so it never sits in a file:

meltano config tap-asyntai set api_key $ASYNTAI_API_KEY
4

Run It

Send the data to any Singer target, for example Postgres:

meltano run tap-asyntai target-postgres

The four tables appear in your database. Run the same command again on a schedule.

Settings

Setting Default Description
api_keyYour Asyntai API key. Required.
start_dateEarliest record to read on the first run.
website_idRead one website only. Leave empty for every website.
page_size100Rows per request. The API allows 100 at most.
api_urlhttps://asyntai.comBase address of the API.

Repeat Runs

The tap remembers where it stopped. The second run reads only chats, leads and tickets that are newer than the last one, so a daily pipeline stays fast even after years of chats.

Tip: The tap works with any Singer target, not only Meltano. Run it on its own with tap-asyntai --config config.json and pipe the output into the loader of your choice.

Without Meltano

Install the package on its own and give it a JSON file with your settings:

pipx install tap-asyntai
tap-asyntai --config config.json

Privacy

The tap reads your own Asyntai account with your own API key, and writes into the database you name. Privacy policy.

Plans & Pricing

The tap is free and open source. It uses the Asyntai API, which needs the Starter plan or higher. View pricing.

Need Help?

If you have any questions or run into issues, contact us at [email protected].