Is it possible to utilize pre-built actions inside of a custom source?

I’m sure this must be possible, but just cannot find the documentation. Is there any way to build a custom source that utilizes one of the many pre-built actions available in pipedream? For example, using the built-in HTTP / Webhook action… or do I just need to find an equivalent NPM package and just code it as I would in any node project?

@gotchimoto do you see an app file in the directory for the app on our GitHub repo? Which app(s) are you working with?

App files typically contain all API calls / shared code used in sources and actions. We also publish the app files as npm packages themselves so that you can use the shared methods in your own code. We may need to add a package.json file to the app directory, so let me know the app and I can take a deeper look.