Klaviyo Fetch "Latest Sent Email" Event

This action retrieves the most recent "Sent Email" event for a given Klaviyo profile by querying the Klaviyo Events API.

See also the Klaviyo Events API reference


Inputs

NameTypeDescription
Klaviyo API KeyCredentialsYour Klaviyo Private API Key.
Profile IDStringThe Klaviyo profile identifier.

Outputs

NameTypeDescription
SuccessBooleantrue if an event was found; otherwise false.
Event ObjectObjectThe most recent "Sent Email" event data (present if Success).
Error MessageStringError reason when lookup fails or no event is found.

Notes

  • Returns an error when the API key or Profile ID is missing.
  • Limits response to a single event sorted by most recent date.
  • Retries on rate limits or server errors with exponential backoff.