Mutation
uploadItemFromUrl
Enqueue a single UGC URL for import into the current workspace.
Arguments
Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.
- input UploadItemFromUrlInput! required
- Mutation input.
- url String! required
- Public URL of the UGC post (Instagram / TikTok / YouTube).
Returns
- success Boolean!
- True when the URL was accepted (audit rows created and SocialBridge enqueued). False on validation failure.
- userErrors [UserError!]!
- List of user-facing validation errors. Empty on success.
- field [String!]
- Path to the input field that caused the error.
- message String!
- The error message.