Install
openclaw skills install doubletickSend tracked emails via Gmail and check if they were opened.
openclaw skills install doubletickSend tracked emails via Gmail and check if they were opened.
npx doubletick-cli login
{
"mcpServers": {
"doubletick": {
"command": "npx",
"args": ["-y", "doubletick-cli"]
}
}
}
DoubleTick injects a 1x1 tracking pixel into emails sent via the Gmail API. When the recipient opens the email, the pixel fires and the open is logged. You can then check the status to see if and when it was read.
Send a tracked email to jane@company.com with subject "Q1 Planning" and body "Hi Jane, here are the numbers for Q1..."
Check if my last tracked email was opened
Show my tracked emails dashboard
npm i -g doubletick-cli