---
title: "POST PUBLISHING_POST"
method: POST
path: "PUBLISHING_POST"
---

# POST PUBLISHING_POST

`POST PUBLISHING_POST` (webhook)

## Payload

- PublishingPostEvent
  - `uid` string — Unique identifier for the event
  - `type` 'PUBLISHING_POST'
  - `action` 'PUBLISHED' | 'FAILED'
  - `organizationId` integer — Unique identifier for the organization
  - `timestamp` string, date-time — Timestamp of the event
  - `payload` PublishingPost
    - `actor` User
      - `uid` string — Unique identifier for the user
      - `name` string — Name of the user
      - `email` string, email — Email address of the user
    - `post` Post
      - `uid` string — Unique identifier for the post
      - `agorapulseLink` string — Link to the post in Agorapulse application
      - `networkLink` string — Link to the post in the social network
      - `publishDate` string, date-time — Publish date of the post
      - `groupUid` string — Unique identifier for the group of posts if applicable
      - `profile` Profile1
        - `uid` string — Unique identifier for the profile
        - `name` string — Name of the profile
        - `network` 'BLUESKY' | 'FACEBOOK' | 'GOOGLE' | 'INSTAGRAM' | 'LINKEDIN' | 'PINTEREST' | 'THREADS' | 'TIKTOK' | 'TWITTER' | 'YOUTUBE'
      - `status` 'PUBLISHED' | 'FAILED'

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

## Other responses

- `410` — Return a 410 status to indicate that the endpoint is no longer active, it will automatically disable the subscription

---

[API](https://skmtc.net/agorapulse/apis/agorapulse-api.md) · [All operations](https://skmtc.net/agorapulse/apis/agorapulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agorapulse/agorapulse-api/revisions/650568d81f21/schema)
