Skip to content

docs: viaSocket integration page added#2276

Open
ViaSocket-Git wants to merge 2 commits intoapify:masterfrom
ViaSocket-Git:viaSocket_integration
Open

docs: viaSocket integration page added#2276
ViaSocket-Git wants to merge 2 commits intoapify:masterfrom
ViaSocket-Git:viaSocket_integration

Conversation

@ViaSocket-Git
Copy link

@ViaSocket-Git ViaSocket-Git commented Feb 24, 2026

Note

Low Risk
Documentation-only change that adds a new page and index link; no product logic or APIs are modified.

Overview
Adds a new viaSocket integration guide describing how to authenticate with an Apify API token, configure finished-run triggers, and build/monitor a basic automation flow.

Updates sources/platform/integrations/index.mdx to surface viaSocket under Integration platforms with a new card linking to the new page.

Written by Cursor Bugbot for commit 79cbe87. Configure here.

@ViaSocket-Git ViaSocket-Git requested a review from TC-MO as a code owner February 24, 2026 11:05
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on March 24

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment @cursor review or bugbot run to trigger another review on this PR

to="/platform/integrations/viasocket"
imageUrl="/img/platform/integrations/viasocket.ico"
smallImage
/>
Copy link

Choose a reason for hiding this comment

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

Broken viaSocket card link path

Medium Severity

The new viaSocket card links to /platform/integrations/viasocket, but the new page’s slug is /integrations/viasocket. This mismatch likely produces a 404 from the integrations index and makes the new integration page unreachable via the card.

Fix in Cursor Fix in Web

@ViaSocket-Git ViaSocket-Git changed the title viaSocket integration page added viaSocket - docs: integration page added Feb 24, 2026
@ViaSocket-Git ViaSocket-Git changed the title viaSocket - docs: integration page added docs: viaSocket integration page added Feb 24, 2026
@TC-MO TC-MO requested a review from marcel-rbro March 3, 2026 14:34
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the "Add trigger screenshot". Are they the same UI? Why use 2 images that are identical?

Copy link
Contributor

Choose a reason for hiding this comment

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

All screenshots need to be in the light theme, as per our style guide: https://github.com/apify/apify-docs/blob/master/AGENTS.md#images

Comment on lines +107 to +112
<Card
title="viaSocket"
to="./integrations/viasocket"
imageUrl="/img/platform/integrations/viasocket.ico"
smallImage
/>
Copy link
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

Suggested change
<Card
title="viaSocket"
to="./integrations/viasocket"
imageUrl="/img/platform/integrations/viasocket.ico"
smallImage
/>

1. Go to **Settings > API & Integrations > API Tokens**.
1. Copy your personal API token.

![Apify API token settings](../images/viasocket-apify-token.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

The framing of this screen is questionable. The right side of the UI is cropped.

Comment on lines +29 to +34
1. Log in to your [viaSocket account](https://viasocket.com/) and click **Create New Flow**.
1. In the **Trigger** section, search for and select **Apify**.
1. Choose **Finished Task Run** or **Finished Actor Run** as the trigger event.

![Select Apify trigger in viaSocket](../images/viasocket-select-trigger.png)
![Connect Apify account in viaSocket](../images/viasocket-connect-account.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

First, there are some steps, then there are screens. Would be nice to have each screen with the respective step.

1. Click **Save** to establish the connection.
1. Confirm the connection is successfully added before continuing.

![Configure Apify trigger in viaSocket](../images/viasocket-configure-trigger.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

What value does this screen add? It just shows the confirmation dialog, not the configuration. Also, why show the entire UI, when most of it is covered by the dialog?

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.

3 participants