activepieces

Your friendliest open source all-in-one automation tool ✨ Workflow automation tool 100+ integration / Enterprise automation tool / Zapier Alternative

OTHER License

Stars
7.4K

Bot releases are hidden (Show)

activepieces - 0.3.15

Published by abuaboud over 1 year ago

06/01/2023

Features:

  • Filter Flow Runs by Status.
  • Ability to view Published/Draft Versions from the Builder.
  • Ability to disable Activepieces OAuth2 apps for self-hosters.
  • Ability to Reorder steps by drag and drop.
  • Payload dialog no longer appears on test flows if sample data is provided.
  • Testing Code Steps now resolve variables from previous steps, and the dialog to provide input has been removed.

Fixes:

  • Fixed the saving indicator in the builder.
  • Wordpress will now show all categories and tags.
  • If a flow times out or has an internal error, a snackbar will now show up; before, it would just keep loading.
  • Fixed a bug in Branch Conditions where "or" between condition groups didn't work.
  • When you add a new folder, it will now scroll to the newest folder too.
  • Code Steps is no longer deleted from the published version when editing the draft version anymore.
  • Fixed copying autocomplete tags variables and removed unneeded keyboard shortcuts in the autocomplete UI.
  • The Webhook Trigger can now handle multipart format (files and fields).
  • Fixed a bug where duplicating a Flow could remove a code piece from the newest version in the original flow.

Pieces:

  • Todoist: Added more inputs for the "Add Tasks" Action by @MyWay.
  • Matrix: Ability to send messages using Room Alias instead of ID by @MyWay.
  • Salesforce: Updated "Record (Advanced)" and "Create Record (Advanced)" Actions.
  • Google Sheets: Updated "Update Row" Action.
  • Twitter: "Create Tweet" Action.
  • Store: "Add Item to List" and "Delete Item From List" Actions.
  • Mautic: "Create Contact," "Search Contact," "Update Contact," "Create Company," "Search Company," and "Update Company" Actions by @bibhuti-did-this.
  • Gmail:"Add Reply To" for the "Send Email" Action.
  • WordPress: "Create Page" Action.
  • Asana: Added "Due Date" and "Assignee" inputs to the "Create Task" Action.
  • Google Calendar: "Add Events" Action by @bibhuti-did-this.
  • Clockodo: Added all types of Actions for Entry, Customer, Project, Service, Team, User, and Absence by @JanHolger.
  • Discord: The "Send Message" webhook now has an "embed" field by @Abdallah-Alwarawreh.
  • Blackbaud: "Create Gift," "Get Gift List," and "Get Fundraising Lists" Actions by @HKudria.

Development Experience:

  • Docker Compose Development now works for ARM-based machines (like MacOS).
  • Turned on strict checking mode for the backend package.
  • In the piece framework, the Number property now gives a number instead of a string.
  • Added a new DateTime Property.
  • In Actions, you can now use hooks to stop and pause the flow in the context.

New Contributors:

  • @tarunsamanta2k20: Fixed a typo in the Flows Run table.
  • @HKudria for contributing to Blackbaud.
  • @Abdallah-Alwarawreh: Enriched the Discord "Send Message" functionality.
  • @JanHolger: Created the perfect Clockodo piece.
activepieces - 0.3.14

Published by abuaboud over 1 year ago

05/15/2023

Pieces:

  • Salesforce: Run Query Action by @abuaboud.
  • Gotify: Notification Action sending supported by @MyWay.
  • Pushover: Notification Action sending supported by @MyWay.
  • Ntfy: Notification Action sending supported by @MyWay.
  • StabilityAI (Text to Image) developed by @Willianwg.
  • Gmail: Multiple recipients support for email sending in Gmail by @abuaboud.
  • OpenAI roles supported by @Willianwg.

Features:

  • Ability to Duplicate flow
  • Ability to open flows in a new tab when pressing Ctrl and clicking in the dashboard.
  • Enhanced complete settings experience and addition of notification settings.
  • Added inline functions support in the backend. You can use JS in variable syntax, for example, {{1 + step_name.property}}.
  • (Cloud only) Billing alerts.
  • (Cloud only) Flow AI Builder.

Bug Fixes:

  • Saving loader now shows up again in the publish button.
  • Run Status Snackbar now shows on timeout and internal error.
  • Fixed "(or groups) was being calculated after every condition within an (and group)". That should be fixed now.
  • Added loader in the connections and runs table.
  • Scroll to the latest folder when creating a new folder.

Chores:

  • Added playwright test.
  • Fixed project notify status not null.

Contributors:

  • @MyWay contributed Gotify/Pushover/Ntfy.
  • @Willianwg contributed StabilityAI and enhanced OpenAI.

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.13...0.3.14

activepieces - 0.3.13

Published by abuaboud over 1 year ago

05/02/2023

Bug Fixes:

  • Remove some flow stale jobs that were caused by bug in previous versions (< 0.3.11).
  • Fixed selecting primitive (step sample data) in the auto complete dropdown (such as OpenAI and Store pieces)
  • Fixed adding an npm package.
  • Tab key in the step properties text field will not cause indentation anymore.
  • Correct testing action with unsandboxed mode.
  • Show default values for optional properties.

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.12...0.3.13

activepieces - 0.3.12

Published by abuaboud over 1 year ago

05/01/2023

Pieces:

  • Amazon S3: Upload from File from URL and Upload File from Base64 actions.
  • Postgres: Run Query Action
  • Monday: "New Item in Board," "New Update," and "Create Item." Action

Bug Fixes:

  • Fixed a bug in which Gmail couldn't send emails with new lines.
  • Fixed a bug where a step could be selected even if it hadn't been tested.
  • Fixed a bug where webhook triggers would stay enabled when the instance was disabled.
  • Test steps should now show errors properly.
  • Added a Home Path Variable to the sandbox so that libraries that require it, like AWS S3, now work.

Features:

  • Removed collections and replaced them with folders.
  • Cloud tasks are now only counted if they are actually executed.
  • Credentials are now censored in the logs.
  • This feature is still under experimental mode You can specify an execution mode to be unsandboxed, which will no longer require docker to be privileged. However, it can only be used if there is a single user using Activepieces, as this will give the user full access to the machine from the code piece.

Contributors:

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.11...0.3.12

activepieces - 0.3.11

Published by abuaboud over 1 year ago

04/20/2023

Pieces:

  • VTEX Piece: Create Brand / Update Brand / Delete Brand / Create Product / Update Product / Get Products by Ids / Get Category by Ids
  • Store Piece: Remove / Add To List / Remove From List Actions

Bug Fixes:

  • The "Ignore Update Notification" button now works.
  • The testing action with data from the webhook trigger now works.
  • Slack triggers have been added back to the cloud.

Chore:

  • Added E2E tests using playwright.

New Contributors:

  • @Willianwg created the VTEX piece.

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.10...0.3.11

activepieces - Release 0.3.10

Published by abuaboud over 1 year ago

04/17/2023

Pieces:

  • Google Forms: New Form Response
  • Xero: Create Invoice / Create Contact
  • Mindee: Extract from Document action
  • Matrix: Send Message Action
  • Notion: Add New Database Item Trigger
  • XML Piece: JSON to XML Converter action

Enhancements:

  • Display piece version on sidebar
  • Action can now fetch real sample data
  • Piece triggers can now fetch real sample data by simulating webhooks
  • Optimized flow and dynamic dropdown execution time by caching sandboxes and minimizing engine size, resulting in execution time reduced from 1200ms to <100ms
  • Queues now have an exponential retry policy

Bug Fixes:

  • Sample data for piece triggers is now included in test flows
  • Autocomplete dropdown on trigger fields will no longer appear in the testing panel if there is no space.

Chore:

  • Pino-Pretty only works in development mode and cannot be used in a production environment.
  • Replaced Redis Lock Library
  • Refactored and organized the frontend into packages.

Security Upgrades:

  • Upgraded TypeORM from 0.3.11 to 0.3.14
  • Upgraded RSS-Parser from 3.12.0 to 3.13.0
  • Upgraded webpack from 5.75.0 to 5.76.1
  • Upgraded @angular-devkit/build-angular from 15.1.6 to 15.2.6

New Contributors:

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.9...0.3.10

activepieces - Release 0.3.9

Published by abuaboud over 1 year ago

04/02/2023

Please upgrade your instance to ensure that you can see the latest pieces, as some new pieces may not be compatible with older versions.

Pieces:

  • SendinBlue: Create or Update Contacts Action
  • Constant Contact: Create or Update Contact
  • Salesforce: New Record / Updated Record Trigger
  • Shopify: New Cancelled Order / New Customer / New Paid Order / New Order Trigger
  • Mastodon: Post Status Action
  • Mattermost: Send Message to Channel
  • Google Sheets: Delete Row Action
  • SMTP Piece: Send Email
  • MailerLite: Create or Update Subscriber
  • Zendesk: New Ticket in View
  • ZohoCrm: New Contact Trigger
  • Sendgrid: Send Dynamic Template Email Action

Enhancements:

  • Pieces now have authentication instructions without the need to refer to the documentation.
  • Polling Triggers now have a test button to get the most recent items.
  • Collection statuses now appear in the main dashboard to know whether they are published or not.

Bug Fixes:

  • Polling triggers used to run sequentially; now they are concurrent by configurable environment variable.
  • Branch Conditions "Exists" and "Does not Exist" are now working.
  • Gmail Piece: Search Email used to take a long time; now it returns one email.
  • OAuth2: Sometimes the OAuth2 connection popup closes suddenly due to extensions sending browser events. This is now fixed.

Chore:

  • Added polling library for contributors.
  • Added custom authentication property in piece framework.

Contributors

  • @Willianwg created MailerLite
  • @kanarelo created SendInBlue.
  • @abaza738 created SMTP piece.

Full Changelog:
https://github.com/activepieces/activepieces/compare/0.3.8...0.3.9

activepieces - Release 0.3.8

Published by abuaboud over 1 year ago

03/27/2023

Please upgrade your instance to ensure that you can see the latest pieces as some new pieces may not be compatible with older versions.

Enhancements:

  • Simple Scheduler Piece (Every Hour / Every Day / Every Week / Cron Expression)
  • Loops Piece
  • Remove Accordions from Edit Step Panel

Bug Fixes:

  • New pieces version that require new version of activepieces will no longer shows.
  • Allowing multiple versions of the same piece in the flow.
  • Webhook URL is no longer truncated when it's too long.

Chore:

  • Validation pipeline to make sure version is incremented when modify existing piece.
  • Dervie the piece code name from the package name, so avoid possible bugs.

Full Changelog:
https://github.com/activepieces/activepieces/compare/0.3.7...0.3.8

activepieces - Release 0.3.7

Published by abuaboud over 1 year ago

03/16/2023

New Pieces:

  • OpenAI: Additional optional parameters have been added.
  • Airtable: Create Record Action.
  • Square: New Customer / Customer Updated / New Payment / New Order / Order Updated / New Booking / New Invoice Triggers.
  • Intercom: Create Contact / Create Or Get Contact / Send Message Actions.
  • Delay: An action that introduces a delay of up to 5 minutes.
  • Data Mapper: An advanced mapping action that allows mapping between two objects in a JSON editor where autocomplete is available.

Enhancements:

  • Webhooks trigger now simulates real testing, including fetching real sample data.
  • Deploy to Easypanel documentation has been added.
  • All pieces are now versioned, ensuring that your running flows are safe from changes.
  • All pieces are now published to npm.
  • Pieces will be automatically released to the registry without new releases.

Bug Fixes:

  • Clickup: New connections no longer fail.
  • Youtube: Livestream videos no longer get triggered twice.
  • Deploy.sh script now works on MacOS.
  • Intercom: Create Contact Action / Create or Get Contact Action / Send Message Action.

Contributors:

  • @astorozhevsky added OpenAI additional variables.
  • @J0LGER encoded code variable in malicious redirection by third party.
  • @veverkap fixed a typo in the frontend.
  • @berksmbl documented Easy Panel deployment.
  • @kanarelo created Airtable new record.

Full Changelog:
https://github.com/activepieces/activepieces/compare/0.3.6...0.3.7

activepieces - Release 0.3.6

Published by abuaboud over 1 year ago

March 9th, 2023 - Version 0.3.6 Release Notes

New Features:

  • Gmail: New Email Trigger / Get Email Id / Search Emails
  • ClickUp: Task Created / Task Updated / Task Deleted / Task Comment posted / Task Comment Updated
  • Youtube: New Youtube Video
  • Trello: Create Card / Get Card
  • Branching: Condontional Branching

Enhancements:

  • Webhooks Supports all http types.
  • Flow Canvas supports Zoom In / Out and Panning

Bug Fixes:

  • GenerateBanners: docs are fixed now.

Contributors:

  • @kanarelo created gmail & clickup triggers.
  • @abaza738 created youtube trigger
  • @ShayPunter created trello

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.5...0.3.6

activepieces - Release 0.3.5

Published by abuaboud over 1 year ago

March 6th, 2023 - Version 0.3.5 Release Notes

New Features:

  • GenerateBanner: This feature allows users to generate an image from a template.
  • OpenAI: The Chat GPT API has been added for OpenAI support.

Enhancements:

  • Webhooks: The webhooks now support all types of HTTP methods, including GET, POST, and OPTIONS.
  • OAuth2 with PKCE: The new release now supports OAuth2 with PKCE for apps.

Bug Fixes:

  • Completed Runs Removal: Completed runs are now successfully removed from Redis.
  • Raspberry PI: The Activepieces now works on Raspberry PI.

Contributors:
@creed983 updated chat gpt model.

  • @tpatel created the GenerateBanner piece.

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.4...0.3.5

activepieces - Release 0.3.4

Published by abuaboud over 1 year ago

03/01/2023

Version 0.3.4

  • Pieces:

    • BannerBear: generate template
    • ClickUp: create task / post comment on task
    • RSS: Now support ATOM feeds
    • CSV: Convert CSV to JSON / Convert JSON to CSV (New)
    • FreshSales: Create Contact (New)
  • Features/Enhancements:

    • Dynamic Properties in Pieces Framework.
    • Properties in Pieces can have default value now
    • Code pieces now support Typescript 🥳
    • Add badge for the trigger to know if it's polling or webhook.
    • Webhooks now have flow id as path variable and not query param.
  • Fixes:

    • Storage and HTTP pieces moved to the core tab.
    • Flow no longer throttled sequentially
  • Contributors:

Full Changelog: https://github.com/activepieces/activepieces/compare/0.3.3...0.3.4

activepieces - Release 0.3.3

Published by abuaboud over 1 year ago

02/22/2023

Version 0.3.3 (0.3.2 with the hotfix) GitHub

  • Pieces:

    • Figma: Includes actions for getting file, getting comments, posting comments, and triggering new comments
    • Cal.Com: Includes triggers for cancelled bookings, created bookings, and rescheduled bookings
    • RSS: Includes a trigger for new items in the feed
    • Clickup: Includes actions for getting lists, creating folderless lists, getting tasks, getting task comments, and getting spaces actions
    • Wordpress: Includes actions for creating Wordpress posts and triggering new Wordpress posts
    • Github: Includes triggers for new pull requests and new issues
    • Posthog: Includes actions for capture events / creating project
    • Google Tasks: Includes actions for creating task
  • Features:

    • Auto Complete styling fixes
    • Multi select option added
    • App connections are now encrypted
  • Fixes:

    • Added full sample for Google Calendar
    • Code Pieces / Triggers Input Form were not saving in 0.3.2, we released hot fix.
  • Contributors

    • @kanarelo: Enriched Github, created Posthog and Cal.Com pieces
    • @ShayPunter: Enriched Clickup piece
    • @abaza738: Created RSS feed trigger and Google Tasks piece
    • @jonaboe: Created Figma piece
activepieces -

Published by abuaboud over 1 year ago

02/15/2023

Version 0.3.1 GitHub

Breaking Changes: The webhook URL is now constructed from AP_FRONTEND_URL. Please ensure that your docker-compose.yml is up to date as well.

  • Pieces:

    • Dropbox: Create File from Text / Create Folder
    • Google Drive: Create File From Text / Create Folder
    • Airtable: New Record
  • Features:

    • Added Docuemntation link in Trigger / Action, So you can easily open the documenation.
    • Created deployment scripts that generate database crednenetials
    • Add upgrade notification inside the app to be notified
  • Fixes:

    • Login now accepts password longer than 25 characters.
    • Fix refreshing oauth2, sometime they failed due to bug in isExpired method.
    • Flow worker concurency were set to 1 flow, now it's 10 by default.
    • Reorded http methods and remove connect due it to error it make
  • Contributors

    • @kanarelo created Dropbox and Google Drive Pieces
activepieces - 0.3.0

Published by abuaboud over 1 year ago

02/08/2023

Version 0.3.0

GitHub

Pieces:

  • Twilio: Send SMS / New Incoming SMS
  • Todoist: Completed Task Trigger

Features:

  • Add Basic Authentication Property to piece framework.
  • Add request piece button when it's not found
  • Add In give feedback from builder

Fixes:

  • Delete Instance in API will also delete schedule now.

Security

New Contributors

  • M-Arman as a security contributor for penetration testing code piece.

Full Changelog

https://github.com/activepieces/activepieces/compare/0.2.5...0.3.0

activepieces - Release 0.2.5

Published by abuaboud over 1 year ago

02/04/2023

Version 0.2.5 (GitHub)

A big shoutout to Osama Haikal, Kanarelo for zoom & calendar pieces

Pieces:

  • Google Calendar: Create Quick Event / New Event
  • Zoom: Create new Meeting Action / New Meeting Registerant
  • Todoist: Create Task Action

Features:

  • Add Enable Sign up Environment Variable
  • Breaking Change: Webhook Trigger now returns object contains body, headers and query params.

Fixes:

  • Mailchimp: the dropdown options weren't loading.
activepieces - Release 0.2.4

Published by abuaboud over 1 year ago

02/01/2023

Version 0.2.4 (GitHub)

A big shoutout to Creed983, ShahedAlMashni for their contributions to Discord and Typeform pieces

Pieces:

  • Discord: Send Message via Webhooks
  • Drip: New Subscriber / New Tag
  • Click Up: Create Task
  • Telegram Bot: Send Message
  • Google Contacts: New or Updated Contacts
  • Asana: Create Task
  • Calendly Piece: Invitee Created / Canceled
  • Stripe: New Customer Subscription
  • HTTP Piece
  • Typeform: New Form Entry
  • Hubspot: Create Or Update Contact / Add Contact to List

Features:

  • JSON Property for Actions
  • Improved UI/UX for Auto Complete
  • Authorization for Project Resources - each user accesses their own resources

Fixes:

  • Schedules are now automatically deleted when the flow is deleted
activepieces - Release 0.2.0

Published by abuaboud over 1 year ago

01/23/2023

Version 0.2.X (GitHub)

  • Pieces:

    • Google Sheets: Insert new Row Action / New Row Trigger
    • Send Grid: Send Email Action
    • Google Contact: Add Contact Action
    • MailChimp: New Subscriber Trigger.
    • Stripe: New Payment Triggerr / New Customer Trigger / Payment Failed Trigger
    • Pipedrive: New Person Trigger / New Deal Trigger / Updated Person Trigger / Updated Deal Trigger / Add Person Action
    • Blackbaud: Insert Contacts Action / List Contacts Action
  • Features:

    • App Connections are centerlized in project dashboard.
    • API Key are now considered connections instead of short text.
    • Auto Complete for variables.
    • Test Flow suggest sample data for app triggers.
  • Fixes:

    • Full screen Code Editior is Fixed.
    • Triggers schedule now get deleted when the collection is deleted.
    • Trigger / Action logs is streamed to backend logs now.
activepieces - Release 0.1.3

Published by abuaboud almost 2 years ago

  • Pieces:

    • Google Cloud Vision: Get Text from PDF
    • Open AI: Ask Chat GPT
  • Fixes:

    • Breaking change: send http request wrapper now returns body,headers,status instead of body only.
    • Webhook Trigger fixed.
    • Fullscreen code editior issue fixed, It wasn't loading.