Skip to content

docs: viasocket docs#2391

Open
vishalparmarr wants to merge 4 commits intoapify:masterfrom
vishalparmarr:docs/viasocket
Open

docs: viasocket docs#2391
vishalparmarr wants to merge 4 commits intoapify:masterfrom
vishalparmarr:docs/viasocket

Conversation

@vishalparmarr
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings April 2, 2026 12:42
@vishalparmarr vishalparmarr requested a review from TC-MO as a code owner April 2, 2026 12:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation and assets for a new viaSocket integration page and exposes it from the Integrations landing page.

Changes:

  • Added a new viaSocket integration doc under Workflows & notifications.
  • Added a viaSocket logo asset and surfaced viaSocket as a card on the Integrations index.
  • Added a viaSocket UI screenshot asset used by the new doc.

Reviewed changes

Copilot reviewed 2 out of 9 changed files in this pull request and generated 2 comments.

File Description
static/img/platform/integrations/viasocket.ico Adds a viaSocket logo asset for the integrations cards.
sources/platform/integrations/workflows-and-notifications/viasocket.md New step-by-step integration guide for viaSocket.
sources/platform/integrations/index.mdx Adds a viaSocket card entry in “Integration platforms”.
sources/platform/integrations/images/viasocket/viasocket-gmail-action.png Adds a screenshot referenced by the new viaSocket guide.

Comment on lines +9 to +14
Learn how to connect Apify with viaSocket, configure triggers, authenticate using API tokens, and create automation flows.

---

[viaSocket](https://viasocket.com/) is a workflow automation platform that lets you connect apps and automate tasks without writing code. With the Apify integration, you can trigger Actor runs, retrieve results, and build end-to-end automation pipelines that react to events across your connected apps.

Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This integration doc is missing the standard third‑party integration disclaimer used across other files in workflows-and-notifications (e.g., zapier.md imports @site/sources/_partials/_third-party-integration.mdx and renders <ThirdPartyDisclaimer />). Please add the same import right after front matter and render the disclaimer near the top of the page (after the intro), to keep legal/support expectations consistent.

Copilot uses AI. Check for mistakes.
<Card
title="viaSocket"
to="./integrations/viasocket"
imageUrl="/img/platform/integrations/viasocket.ico"
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imageUrl points to an .ico file, but all other integration logos in static/img/platform/integrations/ use .svg, .png, .jpeg, or .webp. Consider converting the viaSocket logo to one of the existing formats (preferably .svg or optimized .png) to match established asset conventions and avoid any inconsistent rendering/optimization issues with .ico in docs UI.

Suggested change
imageUrl="/img/platform/integrations/viasocket.ico"
imageUrl="/img/platform/integrations/viasocket.svg"

Copilot uses AI. Check for mistakes.
imageUrl="/img/platform/integrations/zapier.svg"
smallImage
/>
<Card
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, due to limited space on this page, the cards are reserved for the largest integrations in their respective categories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants