ContentUpdatedData

The contentUpdatedData object contains the following fields:

  • Name
    sourceId
    Type
    string
    Description

    The Source identifier bound to the Post.

  • Name
    previousContent
    Type
    Post
    Description

    Previous Post data.

  • Name
    newContent
    Type
    Post
    Description

    New Post data.

Example:

Payload

{
	// ... Common fields
	"contentUpdatedData": {
		"previousContent": {
			// ... Previous Post payload
		},
		"newContent": {
			// ... New Post payload
		},
		"sourceId": "81310ae5-228e-438e-9720-35f737b9ca9f"
	}
}