klaviyo v1.0.0 Klaviyo
Elixir client for the Klaviyo REST API.
Link to this section Summary
Functions
Track properties of an individual without tracking an associated event
Send a request to the Klaviyo API
Track an event
Track the first occurance of an event
Link to this section Types
Link to this type
config_t()
Link to this section Functions
Track properties of an individual without tracking an associated event.
Link to this function
request(operation, config_overrides \\ [])
request(Klaviyo.Operation.t(), config_t()) :: :success | :failure | {:ok, map()} | {:error, map() | String.t()}
Send a request to the Klaviyo API.
This functions takes an optional second parameter of configuration overrides. This is useful if you want to have different configuration per request.
Track an event.
Track the first occurance of an event.