---
title: "Action esputnik__push_contact"
description: "Sends the current chat contact to eSputnik (sync for email marketing)."
---

# Action `esputnik__push_contact`

> **System ID:** `action_esputnik__push_contact`

## Description

Sends `bot_id` and `chat_id` (from constants) to the eSputnik integration to sync the contact. The request runs “in the background” (without waiting for the service response): the scenario continues immediately via the **success** branch.

## Events (scenario branches)

| Event | When it occurs |
|-------|----------------|
| **success** | Request sent (without waiting for the eSputnik response) |

Network/API errors are only logged and do **not** change the scenario branch.

## Parameters

No parameters (`{}`).

**Required constant:** `chat_id` — chat ID to sync in eSputnik.

## Configuration example

```json
{}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
