trigger_youtube_publish
ActiveTool of Weftly
declared in 0.25.1
Start the YouTube upload after payment is confirmed. Call this after publish_to_youtube once payment_status is "paid". Returns immediately — the upload runs as a durable Workflow in the background. Poll get_youtube_publish_status to track progress.
Parameters schema
{
"type": "object",
"required": [
"session_token",
"job_id"
],
"properties": {
"job_id": {
"type": "string",
"description": "Job ID returned by publish_to_youtube"
},
"session_token": {
"type": "string",
"description": "Session token"
}
},
"additionalProperties": false
}Parent server
Weftly
https://github.com/woven-record-media/weftly-monorepo
1/7 registries