Connect Autopilot to Gmail in two minutes.
Real-time triggers from Autopilot, ready-made actions in Gmail. Filter, transform, and route without writing a line of code.
Workflows fire when something happens in Autopilot.
- Contact AddedWebhook
- Contact UpdatedWebhook
Workflows do something in Gmail, instantly.
- Add Labels to MessageAPI
- Create DraftAPI
- Create LabelAPI
- Delete DraftAPI
- Delete LabelAPI
- Delete MessageAPI
Pick the way that fits your stack.
Pair pages are mirrored. Each direction gets its own dedicated page.
When something happens in Autopilot, do it in Gmail.
2 Autopilot triggers wired to 27 Gmail actions. Most-used pairing: Contact Added → Add Labels to Message.
Or fire it the other way around.
1 Gmail triggers wired to 2 Autopilot actions downstream.
See Gmail → Autopilot →Common Autopilot → Gmail workflows.
Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.
Fires when a new contact is added to Autopilot (now Ortto) from any source — manual create, CSV import, API write, or form submission. Payload includes the full contact with custom fields. The base hook for "new lead → fan out to slack/sheet/CRM" patterns.
Fires when a new contact is added to Autopilot (now Ortto) from any source — manual create, CSV import, API write, or form submission. Payload includes the full contact with custom fields. The base hook for "new lead → fan out to slack/sheet/CRM" patterns.
Fires when a new contact is added to Autopilot (now Ortto) from any source — manual create, CSV import, API write, or form submission. Payload includes the full contact with custom fields. The base hook for "new lead → fan out to slack/sheet/CRM" patterns.
Fires when a new contact is added to Autopilot (now Ortto) from any source — manual create, CSV import, API write, or form submission. Payload includes the full contact with custom fields. The base hook for "new lead → fan out to slack/sheet/CRM" patterns.
Fires on any field change including custom-attribute writes and journey-state transitions. For specific change types (e.g., only when plan_tier becomes enterprise), inspect the previous_values vs current_values diff in the payload.
Fires on any field change including custom-attribute writes and journey-state transitions. For specific change types (e.g., only when plan_tier becomes enterprise), inspect the previous_values vs current_values diff in the payload.
Fires on any field change including custom-attribute writes and journey-state transitions. For specific change types (e.g., only when plan_tier becomes enterprise), inspect the previous_values vs current_values diff in the payload.
Fires on any field change including custom-attribute writes and journey-state transitions. For specific change types (e.g., only when plan_tier becomes enterprise), inspect the previous_values vs current_values diff in the payload.
Connect Autopilot and Gmail in five steps.
No code, no glue, no half-day setup. Each step is one click.
- 1ConnectAuthorize Autopilot and Gmail
Open TinyCommand, authorize Autopilot and Gmail once each. Both connections are available to every workflow on your account.
- 2TriggerPick a Autopilot trigger
Drop the Autopilot → Contact Added trigger onto the canvas. TinyCommand auto-registers the webhook.
POST /v1/webhooks/autopilot.trigger-contact-added - 3TransformAdd a filter or AI step
Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.
- 4ActionAdd the Gmail action
Drop the Gmail → Add Labels to Message action below it. Map fields from the Autopilot payload into the Gmail inputs.
google-gmail.add-labels - 5PublishPublish and forget
Hit Publish. TinyCommand runs it in production from second one. Watch the run-log fill up.