Agent Skills by ALSEL
Anthropic ClaudeEC・マーケティング⭐ リポ 1品質スコア 53/100

customerio-hello-world

Customer.ioの最小限の動作例を作成できます。Customer.ioの基礎を学習する際、SDKのセットアップをテストする場合、または初めてのメッセージング統合を作成する場合に活用してください。「customer.io hello world」「first customer.io message」「test customer.io」「customer.io example」などのフレーズで起動できます。

description の原文を見る

Create a minimal working Customer.io example. Use when learning Customer.io basics, testing SDK setup, or creating your first messaging integration. Trigger with phrases like "customer.io hello world", "first customer.io message", "test customer.io", "customer.io example".

SKILL.md 本文

注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。

Customer.io Hello World

概要

ユーザーを識別してイベントをトリガーする最小限のCustomer.ioの例を作成します。

前提条件

  • customerio-install-auth スキルが完了していること
  • Customer.io SDKがインストールされていること
  • Site IDとAPI Keyが適切に設定されていること

手順

ステップ1: 基本的な統合を作成する

// hello-customerio.ts
import { TrackClient, RegionUS } from '@customerio/track';

const client = new TrackClient(
  process.env.CUSTOMERIO_SITE_ID!,
  process.env.CUSTOMERIO_API_KEY!,
  { region: RegionUS }
);

async function main() {
  // ステップ1: ユーザーを識別する
  await client.identify('user-123', {
    email: 'hello@example.com',
    first_name: 'Hello',
    created

...

詳細情報

作者
Brmbobo
リポジトリ
Brmbobo/Web2podcast
ライセンス
不明
最終更新
2026/1/26

Source: https://github.com/Brmbobo/Web2podcast / ライセンス: 未指定

本サイトは GitHub 上で公開されているオープンソースの SKILL.md ファイルをクロール・インデックス化したものです。 各スキルの著作権は原作者に帰属します。掲載に問題がある場合は info@alsel.co.jp または /takedown フォームよりご連絡ください。
原作者: Brmbobo · Brmbobo/Web2podcast · ライセンス: ライセンス未確認