Connect sona.to to n8n
Schedule posts, pull analytics and run SEO audits from an n8n workflow.
Start free todayn8n is a workflow automation tool you can run on your own server. The sona.to community node puts your account inside those workflows, so a post can be scheduled by whatever else you already run, and a finished SEO audit can start the next step somewhere else.
Two nodes
The sona.to node runs actions inside a workflow. The sona.to Trigger node starts a workflow when something happens in your account. Both use the same credential.
Signed event delivery
Every event is signed with HMAC SHA-256 over the raw request body, the same mechanism used by sona.to webhooks. The trigger node verifies the signature before the workflow runs, so a workflow cannot be started by a forged request.
Usable by AI agents
The node is exposed as a tool, so an agent step in n8n can call it directly and choose which operation to run based on the task it was given.
No runtime dependencies
The package ships with zero runtime dependencies and is published with build provenance, so what is on npm can be traced to the commit it was built from.
Every operation available through the connection. Names are shown as they appear in the tool.
- Create
- Get
- Get Many
- Update
- Delete
- Create
- Get
- Get Many
- Get Pages
- Get Issues
- Run Audit
- Generate Fix
- Get Many
- Upload
- Get
- Get
- A post is published
- A post fails to publish
- An SEO audit completes
- An SEO audit fails