Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 305 Bytes

usage.rst

File metadata and controls

19 lines (10 loc) · 305 Bytes

Usage

To use Permutive SDK in a project:

from permutive import Permutive

permutive = Permutive(<YOUR_PRIVATE_KEY>)

Dispatch an event to Permutive:

permutive.events.track('EmailSignup', customer.permutive_id, email_frequency=7)

Create user:

permutive.users.create()