Gmail
One-click sign-inEmail documents from your own Gmail address, with attachments.
What you can do
- Send an email with Gmail — subject, body and up to 5 generated documents attached
No false success: every send/create in Gmail is verified — ASHDOCS reads the item back from Gmail's API before the step turns green. If it can't be found, the run fails honestly instead of pretending.
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Sign in with Google” and approve the permissions on Google's consent screen.
- 3That's it — the connection appears in your list, named after the account. Connect more than one account if you like; every step lets you pick which to use.
Use it in a flow
In the flow builder, add the Gmail step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
“Gmail refused the send (403)”
The sign-in is missing the gmail.send permission — reconnect Google on the Connections page and accept it.
Attachments missing
Set “Attach this run's documents?” to yes in the step, and make sure an earlier step produced a file.
FAQ
Who does the email come from?
Your own Gmail address — recipients see you, not ASHDOCS.
Is the send verified?
Yes — ASHDOCS reads the sent message back by its ID. If your token is send-only, the step reports verified:"response" (Gmail's own send confirmation).