Merged
Conversation
roboli
commented
Jan 16, 2026
| async createActivity(params: ActivityParams): Promise<PipedriveResponse> { | ||
| const dealId = get(params, "dealId", null); | ||
| const subject = get(params, "subject"); | ||
| const type = get(params, "type"); |
Author
There was a problem hiding this comment.
Needed new push to PR for canary release, so I removed dead code
Contributor
|
🚀 PR was released in |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pipedrive: Enriching an activity with a Summary goes wrong:
📦 Published PR as canary version:
Canary Versions✨ Test out this PR locally via:
npm install @friggframework/api-module-pipedrive@2.0.1-canary.69.35c10f7.0 # or yarn add @friggframework/api-module-pipedrive@2.0.1-canary.69.35c10f7.0Version
Published prerelease version:
@friggframework/api-module-pipedrive@2.1.0-next.4Changelog
🎉 This release contains work from a new contributor! 🎉
Thank you, Roberto Oliveros (@roboli), for all your work!
🚀 Enhancement
@friggframework/api-module-microsoft-teams,@friggframework/api-module-slack,@friggframework/api-module-42matters,@friggframework/api-module-asana,@friggframework/api-module-attio,@friggframework/api-module-connectwise,@friggframework/api-module-contentful,@friggframework/api-module-contentstack,@friggframework/api-module-crossbeam,@friggframework/api-module-deel,@friggframework/api-module-frigg-scale-test,@friggframework/api-module-frontify,@friggframework/api-module-google-calendar,@friggframework/api-module-google-drive,@friggframework/api-module-helpscout,@friggframework/api-module-hubspot,@friggframework/api-module-ironclad,@friggframework/api-module-linear,@friggframework/api-module-pipedrive,@friggframework/api-module-salesforce,@friggframework/api-module-stripe,@friggframework/api-module-unbabel-projects,@friggframework/api-module-unbabel,@friggframework/api-module-zoho-crm,@friggframework/api-module-zoom🐛 Bug Fix
@friggframework/api-module-pipedriveAuthors: 2