# Mailchimp: Automation Activities

## Description

* Each record represents an activity taken in relation to a automation email.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/mailchimp/resources/mailchimp.svg" alt="" data-size="line"> Mailchimp

## Columns

| Type     | Name                  | Description                                                               |
| -------- | --------------------- | ------------------------------------------------------------------------- |
| STRING   | action\_type          | One of the following actions: 'open', 'click', or 'bounce'                |
| STRING   | automation\_email\_id | The ID for the automation email that relates to the activity.             |
| STRING   | member\_id            | The ID of the member the activity relates to.                             |
| STRING   | list\_id              | The ID of the list the email was sent to.                                 |
| DATETIME | activity\_timestamp   | The timestamp when the activity occurred.                                 |
| STRING   | ip\_address           | The IP address recorded for the action.                                   |
| STRING   | url                   | If the action is a 'click', the URL on which the member clicked.          |
| INTEGER  | bounce\_type          | If the action is a 'bounce', the type of bounce received: 'hard', 'soft'. |
| STRING   | activity\_id          | The ID of the activity/event.                                             |
| STRING   | automation\_id        | The ID for the automation that relates to the activity.                   |
| INTEGER  | segment\_id           | The ID for the Segment that relates to the activity.                      |


---

# Agent Instructions: 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:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/mailchimp-automation-activities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
