Q: Google Sheets/N8N Integration
Hi, can i use n8n or pabbly connect to auto generate short links from google sheets ? If yes, how does it works ?
Gautam_CutMeShort
Apr 13, 2026A: Hey! Great question.
Currently, a native n8n or Pabbly Connect integration isn’t available yet. However, you can definitely achieve this using the CutMe Short API:
https://docs.cutmeshort.com/api-reference/endpoint/createLink
You can connect this API with n8n (using an HTTP node) or even a simple script that reads your Google Sheet and creates short links automatically. It works well for setting up your own custom automation flow.
Also, if this is more of a one-time bulk task, we’d recommend using the Import Links feature inside CutMe Short — just upload a CSV file, and all your short links will be generated in one go. Much quicker for bulk use cases.
If you need help setting this up, feel free to reach out -- happy to guide you 👍
Thanks for getting back. Yes it would be a bulk task but I want it to be automated with no need to manually login into the system, can you confirm if generating short links in bulk is possible through N8N ?
Yes, this is possible.
You can use n8n’s HTTP Request node to connect directly with our API and generate short links automatically.
Since we provide a standard link creation endpoint, you can set up a workflow in n8n to create links in bulk (for example from a Google Sheet, webhook, or any trigger).
Let us know if you face any issue, kindly reach out to us at [email protected]