Skip to content
OtherReal-timeUpdated May 2026

GCP Cloud Functions

GCP Cloud Functions serverless invocation

Google Cloud Functions is the GCP serverless compute service — equivalent to AWS Lambda, with first-class integration to other GCP services (Pub/Sub triggers, Cloud Storage triggers, Firestore triggers, HTTP triggers). Tiny Command exposes two actions, no triggers (Cloud Functions are themselves the trigger destination): Call Function (invoke an HTTP-triggered Cloud Function with a JSON body, get the response), List Functions (every Cloud Function in the connected project + region). The connection uses a Google Cloud service-account key with cloudfunctions.functions.invoke permissions plus the project ID and region. The Call Function pattern is the standard "delegate heavy/specific logic to Cloud Functions" workflow shape — when a Tiny Command workflow needs Python ML inference, complex image processing, or GCP-API-heavy work that's better expressed in code than in workflow steps, push the work to a Cloud Function. For "fire a Cloud Function from a workflow event" patterns, this connector is the right path.

0triggers
2actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything GCP Cloud Functions can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Call Cloud FunctionInvokes an HTTP-triggered Cloud Function with a JSON payload. For workflows that need Python/Node logic that's better expressed in code than in workflow steps — image processing, ML inference, GCP-API-heavy operations.
List Cloud FunctionsReturns all Cloud Functions in the project+region with name, runtime, trigger type. Useful for inventory and for resolving function URLs at workflow setup.
Recipes

Pre-built GCP Cloud Functions workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect GCP Cloud Functions once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every GCP Cloud Functions field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the GCP Cloud Functions integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect GCP Cloud Functions to Tiny Command?
Open the Tiny Command workflow builder, drop in a GCP Cloud Functions node, and click Connect. Authorize GCP Cloud Functions once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What GCP Cloud Functions triggers does Tiny Command support?
Tiny Command focuses on outbound actions for GCP Cloud Functions today. Use Tiny Command's universal Webhook or Schedule trigger to start GCP Cloud Functions workflows, then run any GCP Cloud Functions action you need.
What GCP Cloud Functions actions can I run from a workflow?
2 GCP Cloud Functions actions are available out of the box, covering other operations like "Call Cloud Function". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the GCP Cloud Functions integration real-time?
GCP Cloud Functions actions execute synchronously inside your workflow. Tiny Command waits for GCP Cloud Functions's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use GCP Cloud Functions with Tiny Command?
No. Every GCP Cloud Functions trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any GCP Cloud Functions API endpoint directly.
How much does the GCP Cloud Functions integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The GCP Cloud Functions integration itself has no per-app surcharge.
Related

More other apps people connect.

Same category as GCP Cloud Functions, ordered by how often teams pair them. Hover the carousel to pause.

Do more with GCP Cloud Functions.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.