[ACTIONS/SOURCE] Loopmessage new actions source #7943
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHAT
🤖 Generated by Copilot at 9e9f977
This pull request adds a new app and several components for integrating with LoopMessage, a service for sending and receiving messages across different channels. It adds the
loopmessage.app.mjsmodule that defines the app and its auth and methods, thecomponents/loopmessage/commonmodules that provide constants and utilities, thecomponents/loopmessage/actionsmodules that provide actions for sending messages and reactions, and thecomponents/loopmessage/sourcesmodules that provide sources for receiving webhook events. It also updates thepnpm-lock.yamlfile and thecomponents/loopmessage/package.jsonfile to reflect the new dependencies and entry point.HOW
🤖 Generated by Copilot at 9e9f977
components/loopmessage/common/constants.mjsmodule to export constants used by the LoopMessage app and components (link)components/loopmessage/common/utils.mjsmodule to export utility functions used by the LoopMessage app and components (link)components/loopmessage/loopmessage.app.mjsmodule to export the LoopMessage app definition, including the auth, props, and methods (link)components/loopmessage/package.jsonto set the main entry point toloopmessage.app.mjsand add the dependency on@pipedream/platform(link)pnpm-lock.yamlto reflect the changes in dependencies for the LoopMessage app and other packages (link, link, link, link, link)components/loopmessage/.gitignoreandcomponents/loopmessage/app/loopmessage.app.ts(link, link)