Klaviyo Fetch Profile By Email

This action retrieves a Klaviyo profile ID for a specified customer email by querying the Klaviyo Profiles API.

See also the Klaviyo Profiles API reference


Inputs

NameTypeDescription
Klaviyo API KeyCredentialsYour Klaviyo Private API Key.
Customer EmailStringEmail address of the profile to fetch.

Outputs

NameTypeDescription
SuccessBooleantrue if a matching profile was found; otherwise false.
Profile IDStringThe identifier of the fetched profile (present if Success is true).
Error MessageStringError reason when lookup fails or no profile is found.

Notes

  • Returns an error when the API key or email input is missing.
  • Retries up to three times on rate limits or server errors with exponential backoff.
  • A missing profile yields Success: false and an appropriate error message.