C
customerio-core-feature
Implement Customer.io core feature integration.\nUse when implementing segments, transactional messages,\ndata pipelines, or broadcast campaigns.\nTrigger with phrases like \
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Implement Customer.io core feature integration.\nUse when implementing segments, transactional messages,\ndata pipelines, or broadcast campaigns.\nTrigger with phrases like \
How to use
- Zainstaluj pakiet customerio-node w swoim projekcie za pomocą npm.
- Przygotuj zmienne środowiskowe: CUSTOMERIO_SITE_ID, CUSTOMERIO_TRACK_API_KEY (dla Track API) i CUSTOMERIO_APP_API_KEY (dla App API, wymagane do wiadomości transakcyjnych i broadcast).
- Utwórz szablony wiadomości transakcyjnych w panelu Customer.io (np. resetowanie hasła, potwierdzenie zamówienia) i zanotuj ich identyfikatory.
- Wyzwól skill frazami takimi jak "customer.io transactional", "customer.io broadcast", "customer.io segments" lub "customer.io merge users" w rozmowie z Claude.
- Skill wygeneruje kod TypeScript integrujący wybraną funkcję — dostosuj go do swoich szablonów, identyfikatorów użytkowników i danych wiadomości.
- Uruchom kod za pomocą npm lub npx, aby przetestować wysyłanie wiadomości lub zarządzanie segmentami w Customer.io.