klaviyo v1.0.0 Klaviyo.Person

Provides support for the Klaviyo Profiles API.

This module provides access to all known endpoints of the v1 Profiles API.

Link to this section Summary

Functions

Batched timeline of all events for a person

Batched timeline of a single metric type for a person

Add or update one or more attributes of a person

Link to this section Functions

Link to this function timeline_for_all_event_types(id, params \\ %{})
timeline_for_all_event_types(String.t(), map()) :: Klaviyo.Operation.t()

Batched timeline of all events for a person.

Link to this function timeline_for_event_type(person_id, metric_id, params \\ %{})
timeline_for_event_type(String.t(), String.t(), map()) :: Klaviyo.Operation.t()

Batched timeline of a single metric type for a person.

Link to this function update(id, params)
update(String.t(), map()) :: Klaviyo.Operation.t()

Add or update one or more attributes of a person.