addedInput schema / properties / controls / properties / gbpCallToActionType
Added value: +{
+ "enum": [
+ "BOOK",
+ "ORDER",
+ "LEARN_MORE",
+ "SIGN_UP",
+ "CALL",
+ "SHOP"
+ ],
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpCallToActionUrl
Added value: +{
+ "description": "CTA button URL (not needed for CALL, ignored for OFFER)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpEventEndDate
Added value: +{
+ "description": "End date for EVENT/OFFER (ISO 8601)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpEventStartDate
Added value: +{
+ "description": "Start date for EVENT/OFFER (ISO 8601)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpEventTitle
Added value: +{
+ "description": "Title for EVENT/OFFER posts (max 58 chars)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpLocationId
Added value: +{
+ "description": "GBP location resource name (from list_gbp_locations)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpOfferCouponCode
Added value: +{
+ "description": "Coupon code (OFFER only)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpOfferRedeemUrl
Added value: +{
+ "description": "Redemption URL (OFFER only)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpOfferTerms
Added value: +{
+ "description": "Terms and conditions (OFFER only)",
+ "type": "string"
+}
addedInput schema / properties / controls / properties / gbpTopicType
Added value: +{
+ "description": "Post type",
+ "enum": [
+ "STANDARD",
+ "EVENT",
+ "OFFER"
+ ],
+ "type": "string"
+}
removedInput schema / properties / controls / properties / xCommunityId
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / controls / properties / xQuoteTweetUrl
Removed value: -{
- "type": "string"
-}
addedInput schema / properties / posts / items / properties / mediaItems / items / properties / coverImageKey
Added value: +{
+ "description": "S3 key of a custom cover/thumbnail image for video posts (upload via get_upload_urls first). Supported on Instagram Reels, Facebook Reels, Pinterest video pins.",
+ "type": "string"
+}
changedInput schema / properties / posts / items / properties / mediaItems / items / properties / coverTimestamp / description
Previous value: -"Video cover timestamp"New value: +"Video cover timestamp in milliseconds (e.g. \"5000\" = 5s). Fallback when coverImageKey is also provided."