> For the complete documentation index, see [llms.txt](https://learn.fueled.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.fueled.io/integrations/sources/klaviyo-source-integration/email-bounced.md).

# Email Bounced

## Description

This is a server side event that fires directly from Klaviyo whenever a receiving server could not or would not accept message

## Instrumentation

This event is implemented server-side via the Klaviyo Source for Fueled.

## Event Properties

<table data-full-width="true"><thead><tr><th width="248.33333333333331">Property</th><th width="195" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>campaign_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>The campaign ID</td></tr><tr><td>campaign_name</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>The campaign name</td></tr><tr><td>email_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Campaign specific Email ID</td></tr><tr><td>email_subject</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Email subject</td></tr><tr><td>global_email_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Global Klaviyo Email ID</td></tr><tr><td>variation_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Variation ID of the email</td></tr></tbody></table>

### Example

```javascript
analytics.track('Email Bounced', {
  campaign_id: "2342342",
  campaign_name: "Welcome Email #1",
  email_id: "r_55533222",
  email_subject: "Welcome to the Dream Team!",
  global_email_id: "a_9334555978074pqwe5985375",
  variation_id: "WUZZp3"
});
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn.fueled.io/integrations/sources/klaviyo-source-integration/email-bounced.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
