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
Name | Type | Description |
---|---|---|
Klaviyo API Key | Credentials | Your Klaviyo Private API Key. |
Profile ID | String | The Klaviyo profile identifier. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | true if an event was found; otherwise false . |
Event Object | Object | The most recent "Sent Email" event data (present if Success ). |
Error Message | String | Error 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.
Updated about 20 hours ago