The additional
object allows platform-specific enhancements to your scheduled posts.
"google": {
"post": {
"title": "title post",
"topicType": "STANDARD",
"couponCode": "coupon code",
"callToActionUrl": "call to action url",
"redeemOnlineUrl": "redeem online url",
"termsConditions": "terms conditions",
"callToActionType": "SIGN_UP"
}
}
Field | Type | Description |
---|
title | string | Title of the post |
topicType | string | Post topic type (e.g., STANDARD ) |
couponCode | string | Coupon code for promotions |
callToActionUrl | string | URL for CTA button |
redeemOnlineUrl | string | URL to redeem offers online |
termsConditions | string | Terms and conditions text |
callToActionType | string | CTA type (SIGN_UP , LEARN_MORE , etc.) |
"tiktok": {
"post": {
"brandContent": true,
"brandOrganic": true,
"duetDisabled": true,
"privacyStatus": "PUBLIC_TO_EVERYONE",
"stitchDisabled": true,
"commentDisabled": true
},
"channel": {
"value": "direct"
},
"postType": {
"value": "video"
},
"postPhoto": {
"title": "Video title",
"brandContent": true,
"brandOrganic": true,
"duetDisabled": true,
"privacyStatus": "PUBLIC_TO_EVERYONE",
"stitchDisabled": true,
"commentDisabled": true
}
}
Field | Type | Description |
---|
brandContent | boolean | Marks as branded content |
brandOrganic | boolean | Marks as organic brand content |
duetDisabled | boolean | Disables duet feature |
privacyStatus | string | Visibility (PUBLIC_TO_EVERYONE , etc.) |
stitchDisabled | boolean | Disables stitch |
commentDisabled | boolean | Disables comments |
channel.value | string | Channel type (e.g., direct ) |
postType.value | string | Type of content (video , photo , etc.) |
postPhoto.title | string | Title of the TikTok video for image-based posts |
"threads": {
"channel": {
"value": "direct"
}
}
Field | Type | Description |
---|
channel.value | string | Posting method (direct ) |
"youtube": {
"post": {
"title": "YT title video",
"license": "creativeCommon",
"privacyStatus": "public",
"selfDeclaredMadeForKids": "yes"
},
"postType": {
"value": "short"
}
}
Field | Type | Description |
---|
title | string | Video title |
license | string | standard or creativeCommon |
privacyStatus | string | public , private , or unlisted |
selfDeclaredMadeForKids | string | yes or no |
postType.value | string | Video type (short , video ) |
"facebook": {
"postType": {
"value": "story"
}
}
Field | Type | Description |
---|
postType.value | string | story , feed , etc. |
"linkedin": {
"audience": {
"value": "PUBLIC"
}
}
Field | Type | Description |
---|
audience.value | string | PUBLIC , CONNECTIONS , etc. |
"instagram": {
"postReel": {
"audioName": "Audio name",
"shareToFeed": true
},
"postType": {
"value": "post"
}
}
Field | Type | Description |
---|
audioName | string | Custom audio track for reel |
shareToFeed | boolean | Also share reel to the Instagram feed |
postType.value | string | Post type (post , reel , etc.) |
"pinterest": {
"post": {
"link": "link",
"title": "title",
"imageAlt": "image alt"
}
}
Field | Type | Description |
---|
link | string | Destination URL |
title | string | Pin title |
imageAlt | string | Alt text for the pin image |