Standard properties of a SocialHub Post

Property name / description Machine name / type
Submission ID
The posts submission ID.
sid
integer
SocialHub post ID
The unique post id as returned from SocialHub.
post_id
text
Post status
Current processing state of the post.
status
POST_NOT_PUBLISHED: Not published
POST_TO_PUBLISH: Published, waiting to be send
POST_QUEUED: Published, queued
POST_SCHEDULED: Published, scheduled
POST_PROCESSED: Published, processed
POST_FINISHED: Published, finished
POST_ERROR: Published, failed
Creation date
Date the post was created on.
created
date
Channels
List of channels to publish the post on.
channels
list<text>
Post types
List of post types to publish the post with.
posttypes
list<text>
Network targets
List of networks targets to publish the post on.
networktargets
list<text>
Failure threshold
Post processing failure threshold.
fail_on
FAIL_ON_ERROR: Fail on error
FAIL_ON_WARNING: Fail on warning
Strict mapping
Allow api to map values and change data to publish on.
strict
boolean
Scheduling date
Schedules the post on SocialHub.
scheduled
date
Post contents
The actual contents (payload) of the post to publish.
payload
random structure

Additional properties / fields of the SocialHub reference module

Property name / description Machine name / type
Referenced node
The node this post belongs to.
socialhub_reference_node
entity_reference
Referenced payload fields
Fields of the referenced entity to add to the payload.
reference_fields
list<text>