For the complete documentation index, see llms.txt. This page is also available as Markdown.

sendSubscriptionKlaviyoEvent

Sends a bespoke Klaviyo event for one subscription, independently of the project's configured customer communication channel

The subscription identifies the Klaviyo profile and properties supplies the event-specific JSON object. String values can use the standard Firmhouse Liquid roots and filters. Klaviyo must be connected and enabled for the project.

Arguments

Argument
Description

Parameters for SendSubscriptionKlaviyoEvent

SendSubscriptionKlaviyoEventInput Arguments

Argument
Description

subscriptionId (ID!)

eventName (String!)

Name of the Klaviyo event metric.

properties (JSON)

Event-specific properties sent to Klaviyo as a JSON object. String values support Liquid.

Return fields

errors ([ModelValidationError!]!)

subscription (Subscription)

Last updated

Was this helpful?