---
title: "Submit a share event"
method: POST
path: "/api/v4/events/share"
tags: ["Profiles"]
deprecated: true
---

# Submit a share event

`POST /api/v4/events/share`

> **Deprecated.**

Deprecated. Use `POST /api/v6/email/share` instead. Records a share event on behalf of the authenticated advocate and returns a `polling_id` for status polling.

## Request body

- EventShareRequest
  - `campaign_id` string, required
  - `consumer_event` ConsumerEventRequest, nullable, required
    - `campaign_id` string, nullable
    - `channel` string, nullable, required
    - `origin_event_id` integer, nullable
    - `parameters` object, nullable
    - `product_id` string, nullable
    - `recipient_emails` string[], nullable
    - `site_host_id` string, nullable
    - `source` string, nullable
    - `source_url` string, nullable
    - `via_zone` string, nullable
    - `zone_name` string, nullable
  - `data` object, required
  - `message` string, required
  - `recipient_email` string, required
  - `shareable_id` string, required

## Response `200`

Successful response

- EventShareResponse
  - `polling_id` string, required
  - `share_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
