Klaviyo Fetch Campaign Content

This action retrieves full details of a Klaviyo campaign by its identifier using the Klaviyo Campaigns API.

See also the Klaviyo Campaigns API reference


Inputs

NameTypeDescription
Klaviyo API KeyCredentialsYour Klaviyo Private API Key.
Campaign IDStringThe identifier of the campaign to fetch.

Outputs

NameTypeDescription
SuccessBooleantrue if the campaign was found; otherwise false.
Campaign ObjectObjectThe detailed campaign data returned by Klaviyo.
Error MessageStringError reason when lookup fails or the campaign is not found.

Notes

  • Requires the API key to be included in the Authorization header as Klaviyo-API-Key {key}.
  • Retries on transient errors (rate limits or server errors) up to three times with exponential backoff.
  • Returns Success: false if inputs are missing or the campaign does not exist.