Automate Google Drive + X (Twitter)
Where the documents live — and pile up. The feed where your market thinks out loud. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.
Content Producer already works across Google Drive and X (Twitter) — free, and it runs on your machine.
Automations teams run
These are not field mappings. An agent reads the Google Drive side, works out what it means, and only then decides what — if anything — should happen in X (Twitter).
When a file lands in a folder in Google Drive…
…an agent can post threads and replies in X (Twitter) — after reading the context and deciding it should.
When a doc is updated in Google Drive…
…an agent can collect engagement metrics in X (Twitter) — after reading the context and deciding it should.
When a file is shared in Google Drive…
…an agent can post threads and replies in X (Twitter) — after reading the context and deciding it should.
When a mention or keyword appears in X (Twitter)…
…an agent can read and summarise documents in Google Drive — with the reasoning recorded in the run’s receipt.
When a schedule fires in X (Twitter)…
…an agent can file outputs into folders in Google Drive — with the reasoning recorded in the run’s receipt.
Google Drive to X (Twitter), setup template
Start with the google-drive-api node and the twitter-api node. Configure the Google Drive source payload, the agent input, and the X (Twitter) operation. The sequential template does not implement conditional writes or approval by itself.
This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.
{
"id": "1113fce9-3c85-4877-a244-ef1041b65762",
"name": "Google Drive → X (Twitter)",
"nodes": [
{
"id": "6ce5a2fc-3822-41da-ac7b-16680e146568",
"text": "Run on a schedule",
"x": 512,
"y": 144,
"isEditing": false,
"type": "trigger-timer",
"icon": "connect",
"category": "trigger",
"isSelected": false,
"parameters": {
"fireOnStart": "No",
"scheduleType": "Interval",
"schedule": "Every 15 Minutes"
},
"description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "d40ced80-6549-4ec8-ae70-bd92d7d9ca74",
"text": "Read Google Drive",
"x": 512,
"y": 336,
"isEditing": false,
"type": "google-drive-api",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"action": "LIST_FILES",
"folderId": "CONFIGURE_FOLDERID"
},
"description": "Setup template for Google Drive API. Interact with Google Drive to perform various operations on files and folders. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "3168c81d-0cd5-47b4-ad5e-fea578abedac",
"text": "Review source and draft",
"x": 512,
"y": 528,
"isEditing": false,
"type": "agnt-agent",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"agentId": "CONFIGURE_AGENTID",
"message": "Read the Google Drive item. Decide whether it warrants action in X (Twitter), and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
},
"description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "adbe8969-7953-4ed5-a2d7-a4009cd6bbba",
"text": "Configure destination in X (Twitter)",
"x": 512,
"y": 720,
"isEditing": false,
"type": "twitter-api",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"action": "POST",
"text": "CONFIGURE_TEXT"
},
"description": "Setup template for X (Twitter) API. Interact with Twitter to post, quote, reply, delete, retrieve tweets, search, manage follows, and fetch profiles/conversations. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
}
],
"edges": [
{
"id": "8cd4b763-79d4-413b-a3bd-fc66b8db8856",
"start": {
"id": "6ce5a2fc-3822-41da-ac7b-16680e146568",
"type": "output"
},
"end": {
"id": "d40ced80-6549-4ec8-ae70-bd92d7d9ca74",
"type": "input"
},
"startX": 800,
"startY": 168,
"endX": 512,
"endY": 360
},
{
"id": "107f407f-0dc9-423e-a2cd-12a1bf7728e8",
"start": {
"id": "d40ced80-6549-4ec8-ae70-bd92d7d9ca74",
"type": "output"
},
"end": {
"id": "3168c81d-0cd5-47b4-ad5e-fea578abedac",
"type": "input"
},
"startX": 800,
"startY": 360,
"endX": 512,
"endY": 552
},
{
"id": "6db288cb-9b93-48b5-a0df-c12e74520f9a",
"start": {
"id": "3168c81d-0cd5-47b4-ad5e-fea578abedac",
"type": "output"
},
"end": {
"id": "adbe8969-7953-4ed5-a2d7-a4009cd6bbba",
"type": "input"
},
"startX": 800,
"startY": 552,
"endX": 512,
"endY": 744
}
],
"zoomLevel": 1,
"canvasOffsetX": 0,
"canvasOffsetY": 0,
"isTinyNodeMode": false
}
Configure Google Drive API
Interact with Google Drive to perform various operations on files and folders.
- action — The action to perform on Google Drive Current example:
LIST_FILES. - folderId — The ID of the folder (for LIST_FILES, UPLOAD_FILE, CREATE_FOLDER) Current example:
CONFIGURE_FOLDERID.
Configure X (Twitter) API
Interact with Twitter to post, quote, reply, delete, retrieve tweets, search, manage follows, and fetch profiles/conversations.
- action — The action to perform on Twitter Current example:
POST. - text — The content of the tweet, reply, or quote tweet Current example:
CONFIGURE_TEXT.
Install Content Producer
Content Producer already uses both Google Drive and X (Twitter), so installing it gives you this exact hand-off wired up — connected, editable, and running on your own machine.
Runs on your own machine · See what it does
Build it in AGNT
- Get AGNT Community Core. Free, local, no sign-up needed to run a workflow.
- Add both connections to the vault — Google Drive takes one OAuth sign-in, X (Twitter) takes one OAuth sign-in.
- Configure the nodes above, or start from a marketplace workflow and edit it. The agent in the middle is the part worth spending time on.
- Run it once with an approval gate in place. The receipt tells you what it read, what it concluded, and what it changed in X (Twitter).
Google Drive and X (Twitter) — common questions
Can I connect Google Drive to X (Twitter) without writing code?
Yes. Google Drive connects with one OAuth sign-in and X (Twitter) with one OAuth sign-in, both from the local credential vault. You then describe the job in plain language — “when a file lands in a folder, post threads and replies” — and the agent handles the rest.
How is this different from a field-mapping Google Drive to X (Twitter) automation?
The difference shows up on the messy inputs. A rule chain needs every case enumerated in advance; an agent handles auto-summarise incoming docs the way a colleague would — reading the Google Drive context, judging it, then writing to X (Twitter) with the reasoning recorded.
Does my Google Drive and X (Twitter) data leave my machine?
AGNT Community Core is local-first, so there is no vendor middleman holding your Google Drive or X (Twitter) tokens. The runtime talks directly to both services. Choose a local model and the content of what it reads never leaves the machine at all.
What does a Google Drive and X (Twitter) run leave behind?
You get an auditable trail rather than a success flag. It shows the Google Drive context the agent worked from, the judgment it made about published work becomes native threads, and the exact change applied in X (Twitter), with approvals attached where you required them.