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

sendSubscriptionNotification

Sends a custom Liquid notification to a subscription through the project's configured customer communication channel

Email projects receive a rendered email; Klaviyo projects receive an event with a rendered JSON payload.

Arguments

Argument
Description

Parameters for SendSubscriptionNotification

SendSubscriptionNotificationInput Arguments

Argument
Description

subscriptionId (ID!)

subject (String!)

Email subject or Klaviyo event name.

template (String!)

Liquid template rendered as email content for the email channel or as a JSON payload for the Klaviyo channel.

Return fields

errors ([ModelValidationError!]!)

subscription (Subscription)

Last updated

Was this helpful?