npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@bitquirky/piece-goto-connect

v0.1.30

Published

GoTo Connect integration for ActivePieces

Readme

GoTo Connect Piece for ActivePieces

This piece provides integration with GoTo Connect's API, allowing you to send SMS messages through your GoTo Connect account.

It should be possible to extend this to use other parts of the GoTo Connect API, such as the voice API or receiving SMS messages.

Authentication

The piece uses OAuth2 authentication with GoTo Connect. You will need:

  1. A GoTo Connect account
  2. An OAuth2 application registered with GoTo Connect Developer Console (https://developer.goto.com)
    • Client ID
    • Client Secret
    • Redirect URI (configured to your ActivePieces instance)
    • Required OAuth Scopes:
      • GoToConnect - For sending SMS messages
      • Admin Center - For accessing account's phone numbers

Available Actions

Send SMS

Sends an SMS message through your GoTo Connect account.

Required parameters:

  • From: Phone number to send from (must be a number in your GoTo Connect account)
  • To: Recipient's phone number
  • Message: The text message to send

Development Notes

This piece is built for ActivePieces and requires:

  • @activepieces/pieces-framework
  • @activepieces/pieces-common

Tested on a self-hosted instance, running ActivePieces v0.44.0.

Version History

  • 0.1.x: Added working SMS functionality with phone number selection
  • 0.0.x: Initial implementation with basic ActivePieces piece framework

Support

For issues or questions, please contact:

  • Author: Colin MacLeod
  • Repository: [https://github.com/colinmacleod/piece-goto-connect]