Page_copied webhook now contains source page data

What is changing?

The page_copied webhook currently does not contain data on the original page that was copied. We have added two new fields to the page_copied webhook payload, origin and destination , containing data for the original page and the newly-created page, respectively. Both objects have the following fields:

{
  creatorAccountId
  spaceKey
  modificationDate
  lastModifierAccountId
  self
  id
  title
  creationDate
  contentType
  version
}

Note that the destination object is identical to the already-existing page object.

Why is it changing?

The page_copied webhook payload currently lacks data on the original page. This data is relevant to many apps.

What do I need to do?

Developers using the page_copied webhook may now use the origin field to access the original page.

By when do I need to do it?

The additional fields are live now.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.