Appmixer Connectors

Discover and explore available Appmixer connectors

217 connectors
ActiveCampaign icon

ActiveCampaign

v1.3.0
ActiveCampaign is a marketing automation platform.

Changelog

Version history for ActiveCampaign

v1.3.0 Latest
  • FindContacts: new action to search contacts with filtering.
  • FindDeals: new action to search deals with filtering.
  • FindAutomations: new action to search automations with filtering.
  • AbandonedCart: new trigger that fires when an e-commerce cart is abandoned.
  • OrderStatusUpdated: new trigger that fires when an e-commerce order status changes.
  • CreatePipeline: new action to create a deal pipeline (deal group).
  • DeletePipeline: new action to delete a deal pipeline.
  • CreateStage: new action to create a deal stage within a pipeline.
  • DeleteStage: new action to delete a deal stage.
  • CreateConnection: new action to create an e-commerce connection.
  • DeleteConnection: new action to delete an e-commerce connection.
  • CreateCustomer: new action to create an e-commerce customer.
  • DeleteCustomer: new action to delete an e-commerce customer.
  • CreateOrder: new action to create an e-commerce order or abandoned cart.
  • DeleteOrder: new action to delete an e-commerce order.
v1.2.0
  • Added test() methods to triggers (NewContact, UpdatedContact, NewDeal, UpdatedDeal, NewTask, UpdatedTask) to support Flow Test Mode.
  • Refactored trigger output building into shared reshape helpers used by both receive()/tick() and test().
  • BugFix: UpdatedContact and the deal triggers now emit custom fields under the correct customField_<id> keys (previously stringified the field object).
v1.1.0
  • Added validation for required fields in components.
  • Removed Bluebird dependency.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.5
  • NewTask has been renamed to DealTaskAdded and the tooltip updated.
v1.0.4
  • CreateDeal, CreateContact, CreateTask: output now returns all possible properties.
v1.0.3
  • CreateDeal: Deal amount and Currency are now required.
  • CreateTask: Contact/Deal is now required.
  • UpdateDeal: should no longer require value (Deal amount) to run.
  • Small fixes to UpdateContact.
v1.0.0
  • Initial version
Apify icon

Apify

v1.1.0
The web scraping and automation platform.

Changelog

Version history for Apify

v1.1.0 Latest
  • Added validation for required fields in components.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
Asana icon

Asana

v2.2.0
Asana is a collaborative information manager for workspace. It helps you organize people and tasks effectively.

Changelog

Version history for Asana

v2.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Asana API.
v2.1.0
  • Added test() (Flow Test Mode) to all triggers: NewTask, NewSubtask, NewStory, NewComment, NewTag, TagAdded, TaskCompleted, NewProject, NewTeam — each reuses the same listing + findById path as tick() and emits the newest matching item.
v2.0.8
  • Added output examples to component schemas.
v2.0.7
  • Added validation for required fields in components.
v2.0.6
  • Fix for the create project color palette - Mapping asana color names with CSS color hex codes.
  • Updating component descriptions of Create Task, List Task, List Projects, List Teams and more.
v2.0.5
  • Fix for the Projects and Tasks dynamic input in the NewComment, NewStory, NewSubtask, NewTask, TagAdded, Task Completed components.
v2.0.4
  • Fix for the Assignee dynamic input in the CreateSubtask, CreateTask and UpdateTask components.
v2.0.3
  • Fixed 'Error: Cannot convert undefined or null to object' with no records when exporting a list to a file.
v2.0.2
  • Breaking: Move `workspace` and `team` parameters from `properties` to `in` ports
  • Make previously private components public: ListTeams, ListUsers
  • Added standard outport types for all List components: item, items, file.
  • Added outPort schema for: ListProject, ListTasks, ListTeams and ListUsers
v1.0.0
  • Initial version
Amazon S3 icon

Amazon S3

v2.2.0
Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Services (AWS) that provides object storage through a web service interface.

Changelog

Version history for Amazon S3

v2.2.0 Latest
  • Added test() (Flow Test Mode) to S3 event triggers: NewObject, UpdatedObject, DeletedObject. Builds a representative event record from the most-recently-modified object in the bucket (read-only).
v2.1.0
  • Added test() (Flow Test Mode) to polling triggers: NewBucket, DeletedBucket.
v2.0.0
  • Breaking change (Will require re-authentication): Updated AWS SDK to v3.
v1.1.0
  • Modernized PutObject and PutContent components to use AWS SDK native upload method instead of deprecated s3-upload-stream library.
  • Made ACL parameter optional in PutObject and PutContent components to support S3 buckets with ACLs disabled (AWS best practice).
v1.0.6
  • Added validation for required fields in components.
v1.0.5
  • Added support for KMS encryption and trusted account IDs in S3 triggers. In order to start using it with existing buckets, you need to stop and start the triggers again. Otherwise, the SNS topic configuration won't be updated.
v1.0.4
  • Connecting to S3 no longer requires the `s3:ListAllMyBuckets` permission.
  • Bucket name in all components can now be specified as a string. The previous behavior remains: If the account has s3:ListAllMyBuckets permission, the bucket name can also be selected from a list of buckets.
v1.0.3
  • Fixed a bug with initializing the SNS and S3 clients for triggers.
  • Fixed S3.NewObject, S3.DeletedObject and S3.UpdatedObject for non-versioned buckets and also object keys with spaces.
v1.0.2
  • ListRegions auxiliary component added.
v1.0.0
  • Initial version
Amazon SNS icon

Amazon SNS

v2.0.0
Amazon SNS or Amazon Simple Notification Service is a service offered by Amazon Web Services (AWS) that provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users.

Changelog

Version history for Amazon SNS

v2.0.0 Latest
  • Breaking change (Will require re-authentication): Updated AWS SDK to v3.
v1.0.3
  • Added validation for required fields in components.
v1.0.2
  • Fixed an output issue with SendSMS component.
v1.0.1
  • Initial version
Azure Cognitive Services icon

Azure Cognitive Services

v1.0.1
Azure Cognitive Services.

Changelog

Version history for Azure Cognitive Services

v1.0.1 Latest
  • Initial version
Calendly icon

Calendly

v3.2.0
Calendly helps you schedule meetings without the back-and-forth emails. It does not work with the free Basic account. It works with Premium or Pro account.

Changelog

Version history for Calendly

v3.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Calendly API.
v3.1.0
  • Added test() (Flow Test Mode) to all triggers: InviteeCreated, InviteeCanceled, InviteeNoShowCreated, InviteeNoShowDeleted — fetch the newest matching invitee via REST and reshape it into the exact webhook payload, without registering a webhook.
v3.0.4
  • Added output examples to component schemas.
v3.0.3
  • Reduced icon size for better performance.
v3.0.2
  • Handled webhook creation conflict error gracefully.
v3.0.0
  • (breaking change): Update components to use Calendly API v2. This change affect both InviteeCreated and InviteeCanceled.
  • InviteeCreated and InviteeCanceled have completely new output parameters. It is needed to map all the values from these components again.
  • (new) Invitee No Show Created: triggers when an invitee is marked as no-show.
  • (new) Invitee No Show Deleted: triggers when an invitee no-show mark is removed.
v2.0.0
  • Breaking Change: Updated authorization to OAuth2
v1.0.2
  • Provide friendly access to first 3 answers of custom questions.
v1.0.1
  • Initial version
Clearbit icon

Clearbit

v1.1.0
Clearbit is a data API that lets you enrich your person and company records with social, demographic, and firmographic data.

Changelog

Version history for Clearbit

v1.1.0 Latest
  • Added validation for required fields in components.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
DeepAI icon

DeepAI

v1.0.1
Set of machine learning functions.

Changelog

Version history for DeepAI

v1.0.1 Latest
  • Initial version
Dropbox icon

Dropbox

v1.5.1
Dropbox is a home for all your photos, documents, videos, and other files. Dropbox lets you access your stuff from anywhere and makes it easy to share with others.

Changelog

Version history for Dropbox

v1.5.1 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Dropbox API.
v1.4.0
  • Added test() (Flow Test Mode) to all triggers: NewFile, NewFolder.
v1.3.3
  • Added output examples to component schemas.
v1.3.2
  • ListFiles: Bugs fixed
v1.3.1
  • SaveURL: Bug fix
v1.3.0
  • NewFile, NewFolder: add Path and Recursive options.
v1.2.4
  • Fixed refresh token issue.
v1.2.1
  • Fixed bug in 'ListFiles' component.
v1.2.0
  • Added a new components.
v1.1.2
  • Authentication module made compatible with Appmixer 5.0
v1.1.1
  • Update DownloadFile file input label and tooltip.
v1.1.0
  • Change file select input of DownloadFile to avoid loading all files when selecting a file.
v1.0.0
  • Initial version
Evernote icon

Evernote

v1.1.0
Evernote is a powerful note taking application that makes it easy to capture ideas, images, contacts, and anything else you need to remember. Bring your life's work together in one digital workspace, available on all major mobile platforms and devices.

Changelog

Version history for Evernote

v1.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewNote, NewNotebook, NewReminder.
v1.0.1
  • Initial version
Exchange Rates icon

Exchange Rates

v1.1.0
exchangerate.host is a free service for current and historical foreign exchange rates published by the European Central Bank

Changelog

Version history for Exchange Rates

v1.1.0 Latest
  • Switched to https://api.exchangerate.host
Facebook icon

Facebook

v2.2.1
Facebook is a social utility that connects people with friends and others who work, study and live around them. With more than 1 billion users, Facebook is the world's largest social network.

Changelog

Version history for Facebook

v2.2.1 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Facebook Graph API.
v2.1.0
  • Added test() (Flow Test Mode) to the NewPagePost trigger.
v2.0.0
  • Updated to Facebook Graph API v25.0.
  • Removed deprecated fbgraph and bluebird dependencies — uses native fetch via context.httpRequest.
  • Updated OAuth scopes: manage_pages → pages_manage_posts/pages_read_engagement, publish_pages → pages_manage_posts.
  • Removed FindPlace component (Place Search API was removed from Graph API).
  • Modernized all components to use shared FacebookClient utility.
  • Removed NewPost (feed) component — user_posts permission was removed by Facebook.
v1.0.1
  • Minor fixes
v1.0.0
  • Initial version
Fakturoid icon

Fakturoid

v1.2.1
Fakturoid is an online invoicing and accounting system for small and medium sized businesses out of Czech Republic.

Changelog

Version history for Fakturoid

v1.2.1 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Fakturoid API.
v1.1.0
  • Added test() (Flow Test Mode) to all triggers: NewInvoice, NewEvent, NewTodo, ReportUpdated, AccountUpdated.
v1.0.1
  • Initial version
Freshdesk icon

Freshdesk

v2.1.0
Freshdesk is the online customer engagement solution from Freshworks, lets you streamline your company's customer support using the customer service software and helps you to efficiently manage your customers as you scale.

Changelog

Version history for Freshdesk

v2.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewTicket, UpdatedTicket, DeletedTicket, NewConversation — emit one realistic item via a read-only call, reusing the same fetch/mapping path as tick().
  • Replaced the axios/request/request-promise dependencies with a shared lib.apiCall helper built on context.httpRequest; no behavior change to existing components.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs per standard #1459 — existing flows that previously set these as JSON strings must migrate to the key-value editor. Body remains textarea/JSON.
v1.4.1
  • Added output examples to component schemas.
v1.4.0
  • Added Solution Categories CRUD components: CreateCategory, UpdateCategory, GetCategory, DeleteCategory, ListCategories.
  • Added Solution Folders CRUD components: CreateFolder, UpdateFolder, GetFolder, DeleteFolder, ListFolders.
  • Added Solution Articles CRUD components: CreateArticle, UpdateArticle, GetArticle, DeleteArticle, ListArticles.
  • Added MakeApiCall component for generic authenticated API calls.
  • NewTicket, UpdatedTicket, GetTicket: expanded output fields (updatedAt, frDueBy, source, sourceInfo, groupId, emailConfigId, productId, tags, customFields).
  • ListTickets: expanded output fields (updatedAt, frDueBy, source, groupId, emailConfigId, productId, tags, customFields).
v1.3.0
  • Added CreateReply and CreateNote components for ticket conversations.
v1.2.0
  • Added companies CRUD components: CreateCompany, UpdateCompany, DeleteCompany, GetCompany, FindCompanies.
v1.1.3
  • Implemented multiselect input normalization for embed fields in GetTicket, NewTicket, and UpdatedTicket components.
v1.1.2
  • Fixed an issue with the `ListTickets` component where it was only returning 30 tickets.
v1.1.1
  • Added new trigger DeletedTicket.
  • Get Ticket: fixed output port.
v1.0.4
  • Updated the input json schema of component CreateTicket to have correct required fields.
v1.0.3
  • Fixed an issue with the `ListContacts` component when using 'Created At' and 'Updated At' filters.
v1.0.2
  • Fixed incorrect icons for `ListAgents` and `ListContacts`.
v1.0.1
  • Initial version
Github icon

Github

v3.1.0
GitHub is the perfect place to share code and work collaboratively on private and open source software.

Changelog

Version history for Github

v3.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewStargazer, NewCommitComment, NewTeam, NewOrganization, NewMilestone, NewNotification, NewBranch, NewWatcher, NewRelease, NewRepository, NewCollaborator, NewGist, NewReviewRequest, NewPullRequest, NewIssue, NewGlobalEvent, NewCommit, NewLabel, NewEvent.
v3.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v2.1.2
  • Added output examples to component schemas.
v2.1.1
  • Implemented multiselect input normalization for assignees and labels fields in CreateIssue, FindIssue, FindPullRequest, NewIssue, and UpdateIssue components.
v2.1.0
  • Added support for GitHub Projects API with new components: ListProjects, GetProject, GetProjectItem.
v2.0.1
  • Removing unneeded dependencies.
v2.0.0
  • [Breaking Change]: Revamped Github connector with new and improved components.
v1.0.3
  • Removed 'None' empty string value from ListAssignees, ListLabels and ListMilestones.
Google Analytics icon

Google Analytics

v2.2.0
Google Analytics is a freemium web analytics service offered by Google that tracks and reports website traffic.

Changelog

Version history for Google Analytics

v2.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Analytics API.
v2.1.0
  • Implemented multiselect input normalization for dimensions and metrics fields in GenerateReport component.
v2.0.0
  • Upgrade to Google Analytics 4
v1.1.0
  • Add Google branded sign-in button.
v1.0.0
  • Initial version
Google Calendar icon

Google Calendar

v1.6.0
Google Calendar lets you organize your schedule and share events with coworkers and friends. With Google's free online calendar, it's easy to keep track of your daily schedule.

Changelog

Version history for Google Calendar

v1.6.0 Latest
  • Add AcceptEvent action to accept a calendar event invitation.
  • Add UpdatedEvent trigger that fires when an existing event changes.
  • Add DeletedEvent trigger that fires when an event is deleted.
  • Validate required inputs (throw a clear error when a required field is missing) in CreateCalendar, CreateEvent, DeclineEvent, DeleteCalendar, DeleteEvent, FindEvent, GetAvailability and UpdateEvent.
  • Changed the dynamic Calendar/Event picker inputs to free-text fields so an ID mapped from a previous step is accepted (EventStart, ListEvents, NewEvent, AcceptEvent, DeclineEvent, DeleteEvent, UpdateEvent).
v1.5.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Calendar API.
v1.4.0
  • EventStart, NewCalendar, NewEvent: added test() method for Flow Test Mode (read-only fetch of the newest matching event/calendar).
v1.3.0
  • Add DeclineEvent component to decline calendar event invitations.
v1.2.0
  • Add GetAvailability component to check for free/busy time in a calendar.
v1.1.3
  • UpdateEvent: fixed error 'required property Calendar' when the value to field Calendar was mapped from different component.
v1.1.2
  • Create Event now only shows the calendars to which the user has write access to.
v1.1.1
  • Bug Fixes. ListEvents was fixed.
v1.1.0
  • Add Google branded sign-in button.
v1.0.2
  • FindEvents uses paging to get all 250 events matching the query.
v1.0.0
  • Initial version
Google Drive icon

Google Drive

v2.4.0
Google Drive is a cloud-based storage service that enables users to store and access files online. The service syncs stored documents, photos and more across all the user's devices, including mobile devices, tablets and PCs.

Changelog

Version history for Google Drive

v2.4.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Drive API.
v2.3.0
  • NewFileOrFolder, UpdatedFileOrFolder: added test() method for Flow Test Mode (read-only fetch of the newest matching file/folder). DeletedFileOrFolder has no read-only example source and is intentionally not testable this way.
v2.2.4
  • Fixed an issue with NewFileOrFolder trigger causing false negatives when processing changes in shared folders.
v2.2.3
  • Fixed an issue with triggers NewFileOrFolder, UpdatedFileOrFolder, and DeletedFileOrFolder which could result in errors when accessing file parents in some scenarios (e.g., read-only access and/or shared drives).
v2.2.2
  • UploadFile: fixed an issue with uploading files to shared drives.
v2.2.0
  • Added multiselect input normalization for improved compatibility.
  • FindFilesOrFolders: fileTypes field now accepts both array and comma-separated string inputs.
  • DeletedFileOrFolder, NewFileOrFolder, UpdatedFileOrFolder: fileTypesRestriction field now accepts both array and comma-separated string inputs.
v2.1.1
  • FindFilesOrFolders: added support for recursive search and ordering of returned items.
  • NewFileOrFolder, UpdatedFileOrFolder: added support for monitoring files/folders in a folder recursively.
  • DeletedFileOrFolder: new component to monitor deleted files or folders.
  • AddFileOrFolderPermission: fixed domain type permissions.
v2.0.1
  • Removed deprecated components: GetFile, ExportFile. Use DownloadFile instead. Removed ListFiles. Use FindFilesOrFolders instead.
  • Renamed FindFileOrFolder to FindFilesOrFolders.
  • Renamed NewFile to NewFileOrFolder.
  • Renamed UpdatedFile to UpdatedFileOrFolder.
  • Added new components: UpdatedFile, GetFileMetadata, CreateFileFromText, AddFileOrFolderPermission, CreateShortcut, UpdateFile.
  • Improved input fields UX of multiple components.
  • Improved labels and tooltips of all components.
  • Improved output variables of all components.
v1.4.7
  • CreateFolder, FindFileOrFolder, UploadFile: handle the filename or folder name containing special characters.
v1.4.6
  • Debug messages are turned off by default. Set the DEBUG configuration key in the Backoffice to true to see the messages (currently in the NewFile and in the MoveFileOrFolder components only).
v1.4.5
  • MoveFileOrFolder: fixes - prevent 'Increasing the number of parents is not allowed', added DEBUG info message - logging file metadata and request params. Set the DEBUG configuration key in the Backoffice to true to see the messages.
v1.4.4
  • NewFile: fixes, improvements. Added DEBUG info messages. Set the DEBUG configuration key in the Backoffice to true to see the messages.
v1.4.1
  • Fixed 'ListFiles' component outPort options.
v1.4.0
  • Fixed returning metadata in the GetFile component.
  • Added new component DownloadFile to retrieve the content of the file.
v1.3.7
  • Updated dependencies: moment.
v1.3.6
  • Fixed ListFiles output port schema.
v1.3.2
  • Fixed searching files in ListFiles component when using Custom search query.
v1.3.1
  • Fixed NewFile component detection of new files.
v1.3.0
  • Added support for filtering files in ListFiles component.
  • Added standard outport types for ListFiles component: item, items, file.
v1.2.1
  • Fixed missing scope for ListFiles component.
v1.2.0
  • Add Google branded sign-in button.
v1.1.0
  • New components.
v1.0.2
  • NewFile description changed.
v1.0.0
  • Initial version
Google Gmail icon

Google Gmail

v3.1.0
Gmail is a free advertising-supported email service provided by Google. Users can access it on the web and through mobile apps, as well as through third-party programs. It's one of the most popular email services in the world.

Changelog

Version history for Google Gmail

v3.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewEmail, NewAttachment, NewLabel, NewStarredEmail — emit one realistic item via a read-only call, reusing the same lib helpers as tick().
v3.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v2.0.9
  • Added output examples to component schemas.
v2.0.8
  • Added conditional debug logging to trigger components - debug messages are now disabled by default and can be enabled via DEBUG configuration.
v2.0.7
  • NewEmail Trigger - Added output port label for Sender's email address and name
v2.0.6
  • NewEmail Trigger - Added support for input of labels
  • NewAttachment Trigger - Added support for labels input, filter Emails based on selected filters and fetch their attachments
  • AddLabelsToEmail Action
  • DeleteEmail Action
  • DeleteLabel Action - Input of list of user defined labels added
  • ListSignatures Action - List default signature from Gmail
  • SendEmail Action - Added input support for CC, BCC, Labels, Signature
  • CreateDraft Action - Added input support for CC, BCC, Labels, Attachments, Signature
  • RemoveLabelFromEmail - new action
  • GetAttachment - Added support for inputting email ID and then selecting which attachment to download from that email
  • ReplyEmail - new action
  • ListAttachments - new action
  • FindEmails - new action
  • Breaking change - removal of account from `connected accounts` and re-authentication of Gmail account will be required
  • DeleteEmail - Breaking Change: Ultimate Scope of mail.google.com added. Will require removal of account from `connected accounts` and re-authentication of Gmail account
  • CreateDraft - Breaking Change: New Scope of email.modify added. Will require removal of account from `connected accounts` and re-authentication of Gmail account
  • Breaking change - updating the auth service to appmixer:google:gmail. Will require re authentication
  • FindOrCreateLabel - NewAction
  • Moving auth.js from googleapis to httpRequest, improving tooltips and marking fields required
  • Adding index and total messages count in the output port options of FindEmails
  • Renamed GetAttachment to DownloadAttachment
v1.2.0
  • Added attachments in outPorts of GetEmail and NewEmail.
  • Added 'GetAttachment' component.
v1.1.5
  • GetEmail: update tooltip.
v1.1.4
  • Fixed quota issues.
v1.1.3
  • Added new components.
v1.1.2
  • Scope for all components reviewed and minimized.
v1.1.1
  • NewEmail component does not need https://mail.google.com/ scope
v1.1.0
  • Add Google branded sign-in button.
v1.0.0
  • Initial version
Google Sheets icon

Google Sheets

v4.3.0
Google Sheets allows you to create, edit, and collaborate with others in real time. Google Sheets is available on all your devices and has all the features you come to expect from spreadsheet software.

Changelog

Version history for Google Sheets

v4.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Sheets API.
v4.2.0
  • Added test() (Flow Test Mode) to polling triggers: NewRow, UpdatedRow.
v4.1.0
  • Flexible header matching: headers are now normalized before matching (line breaks replaced with spaces, repeated whitespace collapsed, leading/trailing whitespace trimmed). This makes integrations resilient to minor Google Form edits that alter column header formatting in the linked sheet. Affects: CreateRow, CreateRows, FindRow, GetRows, ListColumns, NewRow, UpdatedRow.
v4.0.3
  • Create Rows: handle empty sheets - create header row if the sheet is empty.
v4.0.2
  • Handled the case in Count Rows if there are no rows in the spreadsheet.
v4.0.1
  • Create Row, Create Rows, Delete Rows: Added `spreadsheets.readonly` scope, as it is necessary for obtaining dynamic input values for the 'Worksheet' field.
v4.0.0
  • Breaking Change: The `drive.metadata.readonly` scope has been changed to `drive.readonly`. Affected components: CountRows, CreateRow, DeleteRow, FindRow, GetRows, NewRow, UpdatedRow. Migration: you need to re-authenticate affected components mentioned above.
v3.1.4
  • Bug Fix: CountRows, CreateRow, FindRow, GetRows, NewRow, and UpdatedRow - encode worksheet names to support sheets with special characters in the sheet name.
v3.1.2
  • Bug Fix: CreateRow action throws an error when the spreadsheet is empty.
v3.0.1
  • (Breaking Change): The `drive.metadata.readonly` scope has been added wherever it was previously missing. Affected components: CountRows, CreateRow, DeleteRow, FindRow, GetRows, NewRow, UpdatedRow. Migration: you need to re-authenticate affected components mentioned above.
  • (Breaking Change): Updated the NewRow trigger to include a required input field, Index Column, used to monitor a specific column for detecting new rows in the spreadsheet.
v2.0.2
  • Updated the CreateRow action to append new row at the end of the spreadsheet, removing the need to fetch all range of rows.
v2.0.1
  • Replace the legacy scope of v3, https://spreadsheets.google.com/feeds, with the updated scope `auth/spreadsheets`. For read-only operations, is the `auth/spreadsheets.readonly` used as an alternative.
  • Migration steps: re-authenticate all Google spreadsheets components in your flows.
v1.2.8
  • Added quotas for all components.
v1.2.7
  • Updated the `ListColumns` to fetch only first row.
v1.2.6
  • Fixed the issue of column mismatch in CreateRow.
v1.2.5
  • CreateRows when a 'New column' is already in the Spreadsheet, it won't be created again.
v1.2.4
  • Added missing dependency getAuthLibraryOAuth2Client.
v1.2.3
  • CreateRows File ID tooltip changed.
v1.2.2
  • CreateRows remove cells from error message.
v1.2.1
  • CreateRows connector fixed.
v1.2.0
  • CreateRows connector added.
v1.1.0
  • Add Google branded sign-in button.
v1.0.4
  • Add column indexes to ListColumns to correct ordering when rendering inspector.
v1.0.3
  • ListSheets supports paging.
v1.0.2
  • CreateRow - package.json removed.
v1.0.0
  • Initial version
Highrise icon

Highrise

v1.3.0
Highrise CRM helps you manage your contacts, keep track of who said what when, schedule follow-ups, set reminders, and convert leads into done deals.

Changelog

Version history for Highrise

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Highrise API.
v1.2.0
  • Added test() (Flow Test Mode) to all triggers: SyncSource.
v1.1.0
  • Added test() (Flow Test Mode) to all triggers: NewContact, NewDeal, NewTask, NewCase.
v1.0.1
  • Initial version
HubSpot icon

HubSpot

v4.8.0
HubSpot is a developer and marketer of software products for inbound marketing and sales.

Changelog

Version history for HubSpot

v4.8.0 Latest
  • Added ContactPropertyChanged trigger: fires when a specific contact property changes value.
  • Added NewContactInList trigger: polls for new contacts added to a specific HubSpot list.
  • Added FormSubmission trigger: polls for new submissions of a specific HubSpot form.
  • Updated routes.js to dynamically create HubSpot webhook subscriptions for custom properties used in ContactPropertyChanged.
  • Added the 'forms' OAuth scope, required by the FormSubmission trigger's submissions API.
  • Added AddContactToList and RemoveContactFromList components and a list selection dropdown (ListLists source) for NewContactInList.
  • Added CreateTask component for creating tasks (engagements of type TASK) associated with HubSpot objects.
  • Added EnrollContactInWorkflow component for enrolling a contact in a HubSpot workflow by email, with a ListWorkflows helper source.
  • Added the 'automation' OAuth scope required by the workflows API.
  • FormSubmission: fixed the submissions endpoint path (form-integrations/v1/submissions/forms, the by-form variant returns 404).
  • Added required-input validation (CancelError) across create/update/delete/find components.
  • Added output port examples across crm and engagements components.
  • Contact variable pickers (dynamic contact outPorts) now show types and example values.
  • FormSubmission: the form is now selected from a dropdown (ListForms source) instead of a raw GUID input.
  • Dynamic dropdowns (workflow, form, list, pipeline, deal stage, owner, product, contact property) switched from select to text typeahead so values can also be entered manually when the source is unavailable.
  • NOT BREAKING despite the new OAuth scopes ('forms', 'automation'): they are configured as conditionally required on the HubSpot app, so existing connections and older connector deployments keep working; new consents request them and HubSpot grants them on any tier (feature gating happens at API-call time, not at consent). Deployment prerequisite: whitelabel apps must add both scopes to their HubSpot app config BEFORE rolling out this version, otherwise new consents fail on an unconfigured scope.
v4.7.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the HubSpot API.
v4.6.0
  • Added test() (Flow Test Mode) to the NewContact, UpdatedContact, NewDeal, UpdatedDeal and DeletedContact triggers.
v4.5.1
  • Added output examples to component schemas.
v4.5.0
  • Fixed UpdatedContact and UpdatedDeal triggers not firing for property changes outside the default watched list (e.g. lifecyclestage and custom properties). All propertyChange events now pass through to listeners; deduplication against creation events is handled internally.
  • Fixed triggerListenersDelayed dropping the entire payload when any single object in a batch matched a creation event — now filters per-objectId.
v4.4.1
  • Added optional Pipeline and Stage filters to UpdatedDeal trigger.
  • Added optional Pipeline filter to NewDeal trigger.
  • Added Pipeline and Stage filter inputs to ListDeals action using CRM Search API filterGroups.
  • Replaced hard-coded deal stages in UpdateDeal action with dynamic ListPipelineStages cascade.
v4.3.1
  • Reduced icon size for better performance.
v4.3.0
  • Added CreateCompany component for creating new companies.
  • Added UpdateCompany component with smart merge strategy to only update empty fields.
  • Added SearchCompany component for finding companies by domain.
  • Added AddCompanyToList component for adding companies to static lists.
  • Added GetCompaniesProperties component for dynamic property selection.
  • All company components support `additionalProperties` for custom and third-party (e.g. Clearbit) fields.
v4.2.3
  • Fixed an issue with triggers not working when using AuthHub. Added additional check of webhook configuration.
  • Fixed an issue with triggers not registering for inactive subscriptions.
v4.2.1
  • Added support for Notes: added components `Create Note`, `Delete Note`, `Find Notes` and `Update Note`.
v4.1.3
  • Fixed an issue when the `CreateDeal` component was showing error `resource not found`.
  • Added custom properties and additional properties to the following components: `CreateContact`, `CreateDeal`, `UpdateContact` and `UpdateDeal`. Custom properties are new properties that are not part of the default HubSpot properties. Additional properties default HubSpot properties but were not part of the default properties list before.
  • Added caching of Contact and Deal properties, which can be further configured in the connector settings.
  • Improved listing output variables for `GetContact` to make it consistent with the selected properties in the input.
v4.0.5
  • Removed webhook subscribing when using AuthHub.
  • Fixed an issue when HubSpot webhook was not automatically created when using own API key.
v4.0.4
  • Added `properties` input to triggers NewContact, UpdatedContact, NewDeal, UpdatedDeal.
  • Fixed an issue when the `DeletedContact` trigger was not starting.
v4.0.2
  • (breaking change) Improve webhook handling by better event distribution using events/listeners (applies to Appmixer version 6+). Affected components: NewContact, UpdatedContact, NewDeal, UpdatedDeal.
v3.0.1
  • (breaking change) Improve webhook handling by better event distribution. Affected components: NewContact, UpdatedContact, NewDeal, UpdatedDeal.
v2.2.0
  • New component: Engagements - GetEmails: Read a batch of emails by internal ID, or unique property values.
  • Update component: GetContact: fix support for adding properties, add support for retrieving associations.
v2.0.1
  • (breaking change) ListContacts: fix the output to match the Contact Properties scheme, standardize output to 'All at once', 'One at a time', 'File'.
  • (breaking change) ListContacts: remove the 'search' input.
  • Added new component `FindContacts` to search for contacts by email address.
  • ListContacts: add 'properties' input to select which properties to return.
  • GetContact: add 'properties' input to select which properties to return.
v1.2.0
  • Add ListPipelineStages
  • Fix ListPipelines
  • Fix CreateDeal
v1.1.3
  • Fix webhook subscriptions. Now current webhooks in Hubspot are used to determine whether a subscription should be created.
v1.1.2
  • Fix UpdatedDeal
v1.1.1
  • NewDeal ignores webhooks for deleted deals.
v1.1.0
  • Added stage and pipeline select inputs for CreateDeal and UpdateDeal
v1.0.4
  • Fix scope list
  • Fix contact updated webhooks triggering for every individual property
v1.0.3
  • NewContact ignores contacts deleted in the meantime.
v1.0.2
  • Authorization scope changed because of a Hubspot scope change.
v1.0.0
  • Initial version
Jira icon

Jira

v4.0.0
Jira is a proprietary issue tracking product developed by Atlassian which allows bug tracking and agile project management.

Changelog

Version history for Jira

v4.0.0 Latest
  • Breaking changes: existing Jira connections must be re-authenticated after this update due to changed OAuth scopes.
  • CreateProject, UpdateProject, DeleteProject: narrow scope from the broad manage:jira-configuration to manage:jira-project (the dedicated project-admin scope, sufficient for create/update/delete project).
  • UpdateProject: add read:jira-work for the GET project fallback used when permission-scheme updates are forbidden on Free plans.
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Jira API.
v3.1.0
  • Added test() (Flow Test Mode) to all triggers: NewIssue, UpdatedIssue, NewProject, DeletedProject (polling) and NewIssueWebhook, UpdatedIssueWebhook, DeletedIssue, NewProjectWebhook, UpdatedProject, DeletedProjectWebhook. Shared jira-commons.fetchLatestIssue/fetchLatestProject reuse the same search/project requests as tick() (newest-first, no `> now` baseline); webhook variants reshape the record into the webhook payload via toWebhookShape.
v3.0.1
  • Added output examples to component schemas.
v3.0.0
  • Breaking changes: existing Jira connections must be re-authenticated after this update due to changed OAuth scopes.
  • Fix OAuth scopes: auth.js now only requests offline_access, component-specific scopes are declared per component.
  • DeleteProject: fix scope from write:jira-work to manage:jira-configuration.
  • GetInstanceInfo: add missing scope read:jira-work.
  • ListTemplates: remove unnecessary scope (private component, no API call).
v2.0.3
  • CreateIssue, IssueMetadata: add pagination support for createmeta endpoints — required fields (e.g. Summary) were missing in inspector when projects had more fields than the default page size (50).
v2.0.2
  • Create Issue, Update Issue: fix support for custom fields.
v2.0.0
  • (breaking change) Updated FindIssues, NewIssue, and UpdatedIssue components to use the new JQL enhanced search API endpoint instead of the deprecated /rest/api/3/search endpoint.
v1.4.0
  • Added new component - Get Instance Info: Retrieves information about the Jira instance.
  • Use svg icon instead of png in all components.
v1.3.0
  • Auth: when creating a new connection, there is an option to specify the JIRA Cloud Site.
v1.2.2
  • CreateProject, UpdateProject, AssignIssue: fixed "Cannot read properties of undefined (reading 'includes')" error.
v1.2.1
  • Auth: remove npm dependencies from the auth.js.
v1.2.0
  • Find Issue Transitions: The new component allows you to find available issue transitions either by searching for them by name or by listing all available transitions.
v1.1.0
  • UpdateIssue: add update status field. The status can only be selected from the list of available options after entering the Issue ID or Key, as the status is dependent on the specific issue. Alternatively, you may directly enter the status ID.
v1.0.8
  • CreateProject: updated tooltip.
  • CreateIssue, UpdateIssue: Assignee field now only display assignees available for the project in the selection. The endpoint used for creating fields of both components has been updated to no longer use the deprecated one.
v1.0.7
  • UpdatedIssue: fix onTick error.
v1.0.6
  • NewIssue, UpdatedIssue: now works with timezones correctly.
v1.0.5
  • Fixed issue with JIRA API scopes when obtaining reporters.
v1.0.4
  • Fixed issue with JIRA API scopes when obtaining labels.
v1.0.3
  • Updated links to JIRA documentation to open in new tab.
v1.0.2
  • IssueMetadata fix.
v1.0.0
  • Initial version
LinkedIn icon

LinkedIn

v2.3.0
LinkedIn is the world's largest social network for professionals. Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.

Changelog

Version history for LinkedIn

v2.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the LinkedIn API.
v2.2.0
  • Updated to new LinkedIn API version.
v2.1.0
  • Updated to new LinkedIn API version and quota.
v2.0.0
  • Resolved the issues caused by the new LinkedIn API changes.
v1.0.0
  • Initial version
Mailchimp icon

Mailchimp

v2.3.0
MailChimp is the world’s leading email marketing platform. 15 million customers, from small e-commerce shops to big online retailers, use MailChimp to express themselves to the world.

Changelog

Version history for Mailchimp

v2.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Mailchimp API.
v2.2.0
  • Added test() (Flow Test Mode) to all triggers: NewCampaign, NewFile, NewList (newest record via the shared makeMailchimpRequest stack, bypassing the since_* baseline filter) and the NewSubscriber/NewUnsubscriber webhooks (newest list member fetched over REST and reshaped into the webhook payload).
v2.1.1
  • Added notFound port in FindSubscriber. Added Tooltip text to fields in Add and Update Subscriber.
v2.0.5
  • Fixed output schema for ListCampaigns, ListMembers and ListFiles.
v2.0.2
  • Fixed unregistering webhooks.
  • Fixed imports in ListFiles component.
v2.0.1
  • Updated description for ListFiles, List and Lists components.
v2.0.0
  • Rewritten from scratch.
  • Removed unwanted code.
v1.0.0
  • Initial release.
Mandrill icon

Mandrill

v1.1.0
Mandrill is a transactional email API for MailChimp users. It's reliable, powerful, and ideal for sending data-driven emails, including targeted e-commerce and personalized one-to-one messages.

Changelog

Version history for Mandrill

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
Merk icon

Merk

v1.2.0
Merk is a high quality and up-to-date database of Czech and Slovak companies.

Changelog

Version history for Merk

v1.2.0 Latest
  • Added test() (Flow Test Mode) to all triggers: SubscriptionUpdated
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
Microsoft Excel icon

Microsoft Excel

v1.2.0
Spreadsheet software.

Changelog

Version history for Microsoft Excel

v1.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (Excel) API.
v1.1.0
  • Added test() (Flow Test Mode) to the NewRow trigger.
v1.0.5
  • The authentication flow now displays an account selection screen.
v1.0.4
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.0.3
  • Bug fix of listing sheets for NewRow Trigger.
v1.0.2
  • Fix for possible connection with empty label.
v1.0.1
  • Initial release
Microsoft Mail icon

Microsoft Mail

v2.0.0
Supports sending, recieving, reading, listing emails from your Microsoft account.

Changelog

Version history for Microsoft Mail

v2.0.0 Latest
  • BREAKING: GetAttachments (relabeled 'Get Attachments Metadata') now returns attachment metadata only (id, name, contentType, size, isInline, lastModifiedDateTime). The contentBytes, contentId and contentLocation fields are no longer included in the output — to get the attachment content, call the Download Attachment component instead.
v1.6.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (Mail) API.
v1.5.0
  • Added test() (Flow Test Mode) to the NewEmail, UpdatedEmail, and DeletedEmail triggers.
v1.4.2
  • Added output examples to component schemas.
v1.4.1
  • The authentication flow now displays an account selection screen.
v1.4.0
  • Implemented multiselect input normalization for categories field in UpdateCategory component.
v1.3.5
  • SendEmail: trim email address before sending.
v1.3.4
  • Fixed a bug in trigger DeletedEmail.
v1.3.3
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.3.2
  • Fixed an issue where downloading attachments would fail for JSON files.
v1.3.1
  • Fix for possible connection with empty label.
v1.3.0
  • Added a new component CreateDraft.
v1.2.3
  • Updated tooltip text in MoveMail
v1.2.2
  • Fix an issue with renewing subscribtions in NewEmail, UpdatedEmails, and DeletedEmail
v1.2.1
  • Update tooltips for ListEmails, MarkEmailAsRead, MarkEmailAsUnread.
v1.2.0
  • Added new components to appmixer.microsoft.mail.
v1.0.0
  • Initial version.
Microsoft OneDrive icon

Microsoft OneDrive

v1.4.0
OneDrive is a file hosting service and synchronization service operated by Microsoft as part of its web version of Office.

Changelog

Version history for Microsoft OneDrive

v1.4.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (OneDrive) API.
v1.3.0
  • Added test() (Flow Test Mode) to the NewFile trigger.
v1.2.6
  • The authentication flow now displays an account selection screen.
v1.2.5
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.2.4
  • Fix for possible connection with empty label.
v1.2.3
  • Improved download file in ExportFile component.
v1.2.1
  • Added `redirectUri` to OneDrivePicker component.
v1.2.0
  • Configurable redirectUri param for the OneDrivePicker.
v1.1.4
  • GetFile, ListFiles, CreateFolder, MoveOrCreateFolder: handle user's permissions for dynamic inputs (userId, groupId, siteId, driveId).
v1.1.3
  • Added new components and updated input fields.
v1.1.2
  • Added groups and updated components.
v1.1.1
  • Fix output types on the ListFiles component.
v1.1.0
  • Upgraded OneDrive SDK and added new components.
v1.0.3
  • NewFile uses lock in tick method to update its state.
v1.0.2
  • NewFile recreates webhook if webhook gets deleted in OneDrive.
  • NewFile uses locks to update its state.
  • NewFile uses lock in tick method to update its state.
v1.0.0
  • Initial version
OneSignal icon

OneSignal

v1.1.0
OneSignal is a simple and smart service that send push notifications across all platforms. OneSignal features reliable delivery of millions of notifications, segmentation and targeting, automated delivery, localization, support for all major app development tools, and real time analytics.

Changelog

Version history for OneSignal

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
Pipedrive icon

Pipedrive

v2.5.0
Pipedrive is a CRM tool for small and medium-sized businesses.

Changelog

Version history for Pipedrive

v2.5.0 Latest
  • Added test() (Flow Test Mode) to webhook triggers: PersonAdded, PersonUpdated, PersonDeleted.
v2.4.0
  • Added test() (Flow Test Mode) to polling triggers: NewActivity, NewDeal, NewGoal, NewNote, NewOrganization, NewPerson, NewPipeline, NewProduct, DealUpdated.
v2.3.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v2.2.1
  • Reduced icon size for better performance.
v2.2.0
  • Implemented multiselect input normalization for fields field in FindLeads component.
v2.1.6
  • Updated List Persons to support dynamic output.
v2.1.4
  • Updated List People label to List Persons.
v2.1.2
  • Added support for leads with components: Find Leads, Create Lead, Update Lead.
v2.0.0
  • Breaking Change: Updated webhooks to v2.
v1.3.2
  • Adjusted the webhook based triggers with API changes.
v1.3.0
  • Added PersonAdded, PersonUpdated and PersonDeleted webhook trigger components.
v1.2.1
  • UpdatePerson: removed custom fields.
v1.2.0
  • CreateActivity: no longer throws error when 'Done' field is set to 'Not'.
  • CreatePerson, CreateOrganization: changed 'Add time' label to 'Creation date' for better clarity.
  • FindPerson, FindDeal, FindProduct: no longer throws API error and are updated to follow our Search component standards.
  • FindUser: out interface updated.
  • FindProduct: validation error for 'Term to search for' updated to match the tooltip.
v1.1.0
  • Add listPersonFields private component.
  • Add customFields to updatePerson.
v1.0.0
  • Initial version.
Plivo icon

Plivo

v1.2.0
Plivo is an easy tool for developers to send and receive SMS and voice calls.

Changelog

Version history for Plivo

v1.2.0 Latest
  • Added test() method to NewCall and NewSMS triggers for Flow Test Mode support.
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.4
  • Moved ListFromNumbers component to sms folder to match component name.
v1.0.2
  • Fixed an issue with creating a new Plivo application in all triggers.
v1.0.1
  • Initial version.
PostgreSQL icon

PostgreSQL

v2.2.0
PostgreSQL is an open source object-relational database management system.

Changelog

Version history for PostgreSQL

v2.2.0 Latest
  • Query: Added Async Mode for long-running queries exceeding the standard timeout.
  • Async Mode uses the PostgreSQL dblink extension to run queries in a background session.
  • Async job state is persisted in MongoDB (pgAsyncJobs collection), surviving Appmixer restarts.
  • Added plugin.js with background polling and cleanup jobs for async query management.
  • Table dropdowns (CreateRow, DeleteRow, UpdateRow, ListColumns) changed to typeahead text inputs so a table name can be entered manually when the source call fails.
  • Query: output port options are now generated without an auth account (ignoreAuth) — they are static and need no database access.
  • ListTables, ListColumns: documented the output port payload with a JSON schema (array of catalog rows with examples).
  • Async Mode hardening for multi-node deployments: atomic result-delivery claim (no duplicate delivery after stale-job takeover), unique job index (no double query start), read-only enforced server-side via default_transaction_read_only on the dblink session, stale-job recovery skips stopped flows, and result rows are no longer persisted in the job document (avoids the 16MB BSON limit).
  • Async Mode now supports the Stream to file output type: the result is streamed into a CSV file in platform storage and only the File ID is delivered, so arbitrarily large result sets are safe.
v2.1.1
  • Added output examples to component schemas.
v2.1.0
  • Fixed SQL injection vulnerabilities in ListColumns, CreateRow, UpdateRow, and DeleteRow components.
  • Removed operators: 'BETWEEN' and 'NOT BETWEEN' from UpdateRow and DeleteRow components.
v2.0.1
  • Fix: Query component - release connection after query execution.
v2.0.0
  • CreateRow: poolSize configuration removed.
  • All components support table schemas.
  • DB connections are optimized and reused.
  • New connector configuration: pool_statement_timeout, pool_query_timeout, pool_lock_timeout, pool_application_name, pool_connectionTimeoutMillis, pool_idleTimeoutMillis, pool_max, pool_allowExitOnIdle.
  • Driver updated to the latest version.
  • Added DeleteRow, UpdateRow and Query components.
v1.0.2
  • Password input changed to type password.
  • Postgres lib upgraded to the newest version.
v1.0.0
  • Initial version
Sageone icon

Sageone

v1.2.0
Simple online accounting and payroll software for small businesses

Changelog

Version history for Sageone

v1.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Sage Business Cloud Accounting API.
v1.1.0
  • Added test() (Flow Test Mode) to all triggers: NewTransaction
v1.0.1
  • Initial version
Salesforce icon

Salesforce

v1.6.0
Salesforce is much more than just a CRM solution. It brings together all your customer information in a single, integrated platform that enables you to build a customer-centred business from marketing right through to sales, customer service and business analysis. This gives you more complete understanding of your customers to drive your business’s success.

Changelog

Version history for Salesforce

v1.6.0 Latest
  • New Trigger: Lead Status Change - triggers with the lead details when the Status (or another chosen field) changes on a Lead.
  • New Trigger: Contact Status Change - triggers when a chosen status field changes on a specific Contact or on any Contact.
  • New Trigger: Account Status Change - triggers with the account details when a chosen status field changes on an Account.
  • New Trigger: Record Field Change - triggers when a chosen field changes on any record of a selected object (standard or custom).
v1.5.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Salesforce API.
v1.4.0
  • Added test() (Flow Test Mode) to all triggers: NewContact, NewEvent, NewLead, NewOpportunity, UpdatedOpportunity.
v1.3.4
  • Added output examples to component schemas.
v1.3.3
  • New Lead, Create Lead, Update Lead - enhance the output schema.
v1.3.2
  • New Trigger: Updated Opportunity - triggers when an Opportunity changes to a specified stage.
  • New Action: Get Profile Info - Gets the current user's profile information.
v1.2.2
  • Fields generated for CreateObjectRecord and UpdateObjectRecord are now cached for 5 minutes before refreshed.
v1.2.1
  • Support for custom objects. Added generic components: ListObjects, GetObjectFields, CreateObjectRecord, GetObjectRecord, UpdateObjectRecord, DeleteObjectRecord and Query. 'Record' is either standard SalesForce object or Custom object.
v1.1.3
  • Added customFields in CreateContact and updateContact.
v1.1.2
  • Reordered inputs of CreateContact.
v1.1.1
  • Apply configurable baseUrl to all auth methods.
v1.1.0
  • Configurable OAuth baseUrl.
v1.0.0
  • Initial version.
Screenshot API icon

Screenshot API

v1.0.2
Website Screenshot API that uses real Chrome browsers to capture pixel-perfect screenshots.

Changelog

Version history for Screenshot API

v1.0.2 Latest
  • Updated dependencies: axios.
v1.0.0
  • Initial version
Shopify icon

Shopify

v2.0.0
Shopify is a software service that offers you to create a website and use their shopping cart solution to sell, ship, and manage your products.

Changelog

Version history for Shopify

v2.0.0 Latest
  • BREAKING: Authentication switched from OAuth 2.0 to an Admin API access token (apiKey). Each merchant creates a custom app in their Shopify admin (Settings → Apps and sales channels → Develop apps) and provides the store address and shpat_ token; the auth tooltip lists all scopes the connector uses. Existing users must reconnect. App Store-only GDPR webhooks and the OAuth install route were removed.
  • BREAKING: Find Customers migrated to the standard outputType pattern ('Output Type' selector, 'out' + 'notFound' ports, array output under 'result'); flows wired to the old 'customer' port must be rewired.
  • BREAKING: Removed the reports CRUD components (plan-gated Shopify REST Report resource). Replaced by ShopifyQL-based Run Report (arbitrary query), Sales Report and Payments Report (friendly date range + grouping), available on basic/developer plans.
  • Removed the shopify-api-node dependency: lib.js now calls the Admin REST API (2024-04) directly through context.httpRequest with throttling, 429/Retry-After handling and cursor pagination.
  • Added 13 trigger components: New Paid Order, Cancelled Order, Fulfilled Order, New Refund, New/Updated Fulfillment, New/Updated Checkout, New/Updated Draft Order, Abandoned Cart, Inventory Level Updated and Return Tracking (new modules: checkouts, draftorders, inventory, returns).
  • Return Tracking subscribes to the whole returns/* topic family via a 'Return Events' multiselect (returns/update alone never fires during a standard return journey) and registers webhooks through GraphQL, emitting the fired topic in webhookTopic.
  • Create Order: omit empty customer objects and strip the UI-only variantType discriminator.
  • Added E2E trigger test flows covering every trigger component (self-provoke via MakeApiCall where the Admin API allows it; storefront-driven flows carry step-by-step notes).
v1.4.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Shopify API.
v1.3.0
  • Implemented test() methods for all trigger components to support Flow Test Mode.
v1.2.1
  • Added output examples to component schemas.
v1.2.0
  • Implemented multiselect input normalization for tax_exemptions field in CreateCustomer and UpdateCustomer components.
v1.1.0
  • Upgrade to the 2023-04 version of the Shopify API.
v1.0.2
  • Fix paging.
v1.0.1
  • Initial version.
Slack icon

Slack

v5.4.0
Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go. Offering instant messaging, document sharing and knowledge search for modern teams.

Changelog

Version history for Slack

v5.4.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Slack API.
v5.3.0
  • Added test() (Flow Test Mode) to all triggers: NewChannelMessage, NewPrivateChannelMessage, NewChannelMessageRT, NewUser, NewUserWebhook — emit one realistic item via a read-only call, same shape as production output.
v5.2.0
  • ListChannels: make component public; add output port schema for channels.
v5.1.4
  • Added output examples to component schemas.
v5.1.3
  • Added new component: `Request Approval` - Slack Task allows human approval inside workflows, with Slack user selection.
  • Added new component: `Find Request Approvals` - List and filter Slack Workflow Approvals. Only available with ACL enabled for private components.
v5.0.2
  • Fixed an issue with invalid user selection in UploadFileToUser and SendDirectMessage components.
v5.0.1
  • Fixed an issue with the `botToken` not being set correctly in the auth profile info. Requires re-authentication of the following components: SendChannelMessage, SendPrivateChannelMessage.
v4.2.0
  • Added 'Thread message ID' to SendChannelMessage and SendPrivateChannelMessage components.
v4.1.5
  • Improve `botToken` handling in SendChannelMessage and SendPrivateChannelMessage components when using the default configuration.
  • `signingSecret` existence is now checked only when not using the default configuration.
v4.1.3
  • (breaking change) Added payload authentication for triggers. Will require setting `signingSecret` in the connector configuration.
  • Added options to SendChannelMessage and SendPrivateChannelMessage to send messages as a bot user.
  • Fixed and issue when NewChannelMessageRT trigger did not register messages containing some special UTF characters.
v3.2.0
  • NewChannelMessageRT: added more output variables such as: channel, channel_type, team, event_ts, blocks, bot_profile.
v3.1.0
  • (breaking change) SendChannelMessage, SendPrivateChannelMessage: Channel field now accepts values from other components.
  • SendChannelMessage, SendPrivateChannelMessage: Migration to v3 - The Channel field needs to be filled again.
  • (breaking change) New Channel Message trigger: added scope groups:read. Will require removal of account from `connected accounts` and re-authentication of Slack account.
  • (breaking change) New User trigger now uses webhooks. The old version is now called 'NewUser - Legacy' and will be deprecated. It requiers additional configuration in your Slack account, please see the documentation.
  • Existing triggers NewChannelMessage and NewPrivateChannelMessage are now deprecated.
  • Updated labels to make them better to read in some components.
v2.4.2
  • Fixed an issue with NewUser trigger throwing error when triggered.
v2.4.1
  • Add new components: SendDirectMessage and ListUsers.
  • Add new components: AddReaction, DeleteReaction, ListReactions and GetMessageReactions.
v2.2.3
  • Add new components: UpdateMessage, DeleteMessage, UploadFileToChannel, UploadFileToUser, DeleteFile and GetFileMetadata.
v2.0.0
  • NewChannelMessageRT uses Appmixer listeners.
v1.0.2
  • Add 'groups:read' to the listChannels component to fix 'missing_scope' error.
v1.0.1
  • Initial version
Trello icon

Trello

v2.3.0
Trello is team collaboration tool that lets you organize anything and everything to keep your projects on task.

Changelog

Version history for Trello

v2.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Trello API.
v2.2.0
  • Added test() (Flow Test Mode) to all triggers: NewCard, NewActivity, NewNotification — each reuses the shared trello-commons.fetchAll request path with tick() and emits the newest matching item (picked via the Trello id timestamp).
v2.1.6
  • Added output examples to component schemas.
v2.1.5
  • Fixed an issue with AddChecklistToCard where whitespace in the checklist items was not being trimmed.
v2.1.4
  • Fixed the issue with the CreateCard component where `idChecklists` was not being sent to the output port.
v2.1.3
  • Updated the list of colors in color-palette of AddLabelToCard component and updated the tooltip texts and description
  • In AddLabelToCard component, implemented the codition to select anyOf the two options instead of oneOf.
v2.1.1
  • Update component CreateCard to include checklist.
  • Fix an issue when it was possible to create a card without a name.
  • Add component DeleteCard, ListCardChecklists, ListChecklistItems, AddChecklistToCard, AddItemToChecklist, UpdateChecklist, UpdateChecklistItem, DeleteChecklist, DeleteChecklistItem.
v2.0.4
  • Fix 'Bad Request' error when sending data in body in GET requests.
v2.0.3
  • Update component description for: ListBoardsCards, ListBoardsList, ListBoardLabels, ListBoardMembers, ListBoards and ListCardLabels.
  • Add outPorts for: RemoveLabelFromCard
v2.0.1
  • Fix 'invalid id' error when using AddLabelToCard component.
v2.0.0
  • Make previously private components public: ListBoards, ListBoardsCards, ListBoardMembers, ListBoardsList, ListBoardCardLabels, ListBoardLabels.
  • Make Board ID and other input properties variable by moving them to inPorts.
  • Fix component FindBoard not returning any value when no result is found.
v1.0.0
  • Initial version
Twilio icon

Twilio

v1.2.0
Twilio is an easy tool for developers to send and receive SMS and voice calls.

Changelog

Version history for Twilio

v1.2.0 Latest
  • Added test() (Flow Test Mode) to the NewCall trigger (throws to defer to the engine fallback chain, as the inbound-call webhook has no fetchable REST equivalent).
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.3
  • Make Call: Added response statuses of initiated and answered and updated output port options.
v1.0.1
  • Initial version.
X icon

X

v2.1.0
X (formerly Twitter) is a social platform where users share real-time messages, called Tweets, with a global audience. Connect, express yourself, and discover what's happening around the world.

Changelog

Version history for X

v2.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Twitter API.
v2.0.3
  • Changing label of app, descriptions and icon from twitter to X.
v2.0.2
  • Breaking Change: Migrate to API v2. For Free tier subscribers, only the Create Tweet and Delete Tweet actions are available.
v1.0.0
  • Initial version
Typeform icon

Typeform

v1.2.0
Typeform helps you ask awesomely online! If you ever need to run a survey, questionnaire, form, contest, etc. Typeform will help you achieve it beautifully across all devices, every time, using its next generation platform.

Changelog

Version history for Typeform

v1.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Typeform API.
v1.1.1
  • Update icon to new Typeform logo in service.json
v1.1.0
  • Added test() (Flow Test Mode) to the NewEntry trigger.
v1.0.1
  • Initial version
UserEngage icon

UserEngage

v1.2.0
UserEngage gives you insight into what your users are doing on your website. Find out what they are looking for. You will know what pages they view and actions they perform. Live chat, marketing automation and dynamic forms are additional features that make UserEngage the right tool for your marketing efforts.

Changelog

Version history for UserEngage

v1.2.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewConversation, NewConversationMessage, NewEvent, NewTemplate, NewUser, SyncSource
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
Controls icon

Controls

v1.13.0
Control utilities give you interesting flow controls that allow you to adjust your business logic to your needs.

Changelog

Version history for Controls

v1.13.0 Latest
  • Added test() (Flow Test Mode) to triggers (OnError, OnStart).
v1.12.6
  • Each: make the delayed loop resumable so the engine's automatic message re-delivery (on a transient error such as a dropped keep-alive connection surfacing as EPROTO) continues from the persisted index instead of restarting from item 0; use the retry-stable, per-execution context id as the Each<->JoinEach correlation ID instead of a generated UUID, so it stays identical across a re-delivery (keeps pairing intact) without depending on persisted state; skip the plugin store entirely when all items fit the first batch; reject a non-numeric or negative delay (a transform could otherwise feed a value that yields a NaN batch size) and always clamp the batch size to a finite value of at least 1 to prevent a stuck loop when the configured timeout interval is smaller than the delay.
v1.12.5
  • Each: add output examples for 'Items Count' and 'Correlation ID', and mark the item dropdown source as not requiring auth.
v1.12.4
  • Each: reject negative delay (prevented an infinite timeout loop), persist the absolute index on resume to avoid duplicate items, and minor cleanups.
v1.12.3
  • Fix missing properties in the schema for `Testing` component.
v1.12.2
  • Fix an issue with missing dependencies for `Condition` and `Switch` components that caused them to not work in some environments.
v1.12.1
  • Set Variable: do not provide 'undefined' variable to the output.
v1.12.0
  • Each: Added delay option to control timing between items.
v1.11.0
  • Added component CodeBlock: Allows you to write JavaScript code to transform data.
v1.10.0
  • Implemented multiselect input normalization for Testing component multiselect fields.
v1.9.5
  • Digest: fixing 'Cannot read properties of undefined (reading 'zone')'.
v1.9.4
  • OnError: fixing 'TypeError: Cannot read properties of undefined (reading 'split')'.
v1.9.3
  • Digest: Tuned to handle higher number of concurrent entries.
v1.9.2
  • Digest: Set quotas to handle concurrent entries in a more robust way.
v1.9.1
  • Digest: set * as a default for hour, dayMonth, dayWeek and 0 for minute.
v1.9.0
  • Added Digest utility to "pile up" entries until either a threshold is reached or a time interval is timed out at which point the Digest outputs all the entries as a batch.
v1.8.3
  • Enhance OnError to handle large number of errors and added limit.
v1.8.2
  • Fix SetVariable: Handles all types of variables.
v1.8.1
  • Fix Each component to handle transforms properly.
v1.8.0
  • Update Switch component to support same conditions as Condition component.
v1.7.2
  • Update the icon in 'SetVariable'.
v1.7.1
  • Update the inspector in 'SetVariable'.
v1.7.0
  • Add new component SetVariable.
v1.6.0
  • Add new component Condition.
v1.5.0
  • Add new component Switch.
v1.4.4
  • Fix Each connector causing an issue that would make the engine unresponsive in certain flow designs.
  • Each connector now can output properties from a nested property used as input.
v1.4.3
  • Fix variables output for Each component when the used field has no schema.
v1.4.2
  • Restore Index and Value variables to Each component along with property variables.
v1.4.1
  • Fix Each output variables generation.
v1.4.0
  • Change default label for variable properties.
  • Fix schema recursive iteration.
v1.3.0
  • Each generates output variables based on the input variables schema.
v1.2.0
  • Each stores index into state while sending an array to the output port. Prevents duplicates in case of crash.
v1.1.2
  • JoinEach works with 0 count, tooltips changed.
v1.1.1
  • JoinEach does not attempt to read originalMessage.correlationId.
v1.1.0
  • JoinEach has optional Correlation ID properties.
  • Each has additional output port options - Correlation ID and Items Count
v1.0.3
  • Fix in JoinEach.
v1.0.2
  • Each and JoinEach use new UUID to pair messages.
v1.0.0
  • Initial version
CSV icon

CSV

v2.0.7
CSV component allows you to read and manipulate CSV files.

Changelog

Version history for CSV

v2.0.7 Latest
  • AddRow/AddRows: Refactored for safer async behavior: fixed error propagation, added null-checks, wrapped lock.extend() in try/catch, added a destroyed flag to avoid race conditions, improved empty-file handling, and introduced periodic lock-extension when less than 40s remain. Additional fixes include preventing double resolution in getRows, ensuring pipeline errors propagate in loadFile, correcting the close handler and using formatRow() in editCSV, renaming shadowed variables in updateRows, and making addColumn accept index 0. Added new escapeCell() method implementing RFC 4180-compliant CSV escaping to prevent CSV injection.
v2.0.6
  • Lower maxWait for quota to 60 seconds to avoid unnecessary timeouts. Affects AddRow component.
v2.0.5
  • Fixed an issue with the AddRow component that could result in an error when the input row was an array.
v2.0.4
  • Fixed an issue when loading a CSV file could throw 'Maximum call stack size exceeded' error.
v2.0.3
  • (breaking change) Fixed incorrect error message when using Filters or Values in these components: AddRow, UpdateRows, DeleteRows, GetCell, GetRow, GetRows. You will need to re-enter the values for these fields again.
  • CreateCSV: make the `initialContent` required to prevent run-time exception.
  • Added a warning for the AddRows component when all the added rows are empty.
  • Optimized the performance of the AddRows component.
  • Updated description of some components to make them more informative.
  • Fixed an issue with GetCell that could result in an error when no rows are found using a filter.
  • Fixed an issue when CSV processor could throw a Lock error.
v1.3.2
  • AddRows: use the textarea for rows input, improve error handling, add maximum execution time (60minutes).
v1.3.0
  • Added a new component 'AddRows' that allows you to append multiple rows to the end of a CSV file.
v1.2.5
  • Added lock mechanism to avoid race condition in 'AddRow' component.
v1.2.4
  • Fix issue with CSV module on Appmixer 5.0.0 and higher.
v1.2.3
  • Improve lock handling in the CSVProcessor.
v1.2.2
  • Fix CSVProcessor editCSV.
v1.2.1
  • Provide parseNumbers and parseBooleans options when loading CSV files.
v1.1.1
  • CSVProcessor uses new context.replaceFileStream function.
v1.1.0
  • FileId inputs changed from 'text' to 'filepicker'. Requires Appmixer 4.4.4 or higher.
v1.0.0
  • Initial version
Email icon

Email

v1.1.1
Send email.

Changelog

Version history for Email

v1.1.1 Latest
  • Fixed an issue that could result in an incorrect error message when sending an email failed.
v1.1.0
  • Update SendEmail component to use Appmixer Cloud with the default configuration.
v1.0.1
  • Initial version
Files icon

Files

v1.4.3
Files allow you save files to DB.

Changelog

Version history for Files

v1.4.3 Latest
  • Save File, Download File, Archive File: fix quota manager maxWait value format - it should be an integer.
v1.4.2
  • Lower maxWait for quota to 60 seconds to avoid unnecessary timeouts. Affects ArchiveFile, DownloadFile and SaveFile components.
v1.4.1
  • DownloadFile: fix typo in tooltip.
v1.4.0
  • (NEW) ArchiveFile: marks a file as archived using file ID.
v1.3.1
  • DownloadFile, SaveFile: added quota that limits the number of simultaneous downloads to 80.
v1.2.1
  • Added new component 'DownloadFile' - enables downloading content from a URL.
v1.1.1
  • SaveFile fix for storing arrays.
v1.1.0
  • LoadFile, LoadFileLines and RemoveFile - fileId input changed from 'text' to 'filepicker'. Requires Appmixer 4.4.4 or higher.
v1.0.0
  • Accept array type for content input
Filters icon

Filters

v1.0.3
Filters give you fine grained control over data flowing through your flows. They allow you to effectively branch your flows based on all kinds of data conditions being met.

Changelog

Version history for Filters

v1.0.3 Latest
  • Changed behavior of IsNotEmpty component to return true if number or boolean is passed into it.
v1.0.0
  • Initial version
Forms icon

Forms

v1.2.0
Forms utilities provide you with configurable web forms that you can send and collect entries.

Changelog

Version history for Forms

v1.2.0 Latest
  • FormTrigger: added test() (Flow Test Mode) — emits one plausible form entry synthesized from the configured fields (prefers defaultValue), without waiting for a real submission.
v1.1.2
  • FormTrigger: declare all configuration inputs (logo, title, description, fields, cta, thanksMessage, thanksImage, script, stylesheet) in properties.schema.properties to match the inspector.
v1.1.1
  • Form Trigger and Form Action: update tooltips on Logo URL field.
v1.1.0
  • Form Trigger and Form Action: expose Logo URL field in inspector.
v1.0.2
  • Form Trigger: fix the checkbox value propagation.
v1.0.1
  • Initial version
HTTP icon

HTTP

v1.7.0
HTTP utilities provide you with webhooks and HTTP requests.

Changelog

Version history for HTTP

v1.7.0 Latest
  • Added test() (Flow Test Mode) to triggers (Uptime).
v1.6.0
  • Added SSL/TLS certificate support for all HTTP methods (Get, Post, Put, Patch, Delete). Users can now provide custom CA certificates, client certificates, and client keys in PEM format for secure communication with self-signed certificate servers.
v1.5.0
  • Fixed the response in case API doesn't return a valid JSON when a Binary data is sent in POST and PUT components.
v1.4.6
  • Fixed the response in case API doesn't return a valid JSON when a Binary data is sent in POST and PUT components
v1.4.5
  • Fixed an issue when updating the component from version 1.3.0 or earlier to 1.4.0 or later would cause the `Post` component loose its `body` input values.
v1.4.4
  • Add response headers to the output of HTTP actions.
v1.4.3
  • Put and Post headers improved for binary data.
v1.4.2
  • Put and Post both now support binary data as input.
v1.4.1
  • Post: fix the form-data name for the input type: file. File input name is now correctly set.
v1.4.0
  • Post: Added support for custom multipart/form-data allowing to send files.
v1.3.0
  • `Webhook Trigger` has been added as a new version of the Webhook component, removing the `response` input port.
  • `Webhook` with the `response` input port is now deprecated. Use the `Webhook Trigger` component instead.
v1.2.0
  • Added Patch component
v1.1.0
  • Added DynamicWebhook component
v1.0.0
  • Initial version
Language icon

Language

v1.0.2
Various components for text analysis using AI (sentiment analysis, language detection, ...) and automatic text translation.

Changelog

Version history for Language

v1.0.2 Latest
  • AnalyzeSentiment - Update @google-cloud/language dependency to v6.
v1.0.0
  • Initial version.
Storage icon

Storage

v2.0.1
Storage utilities give you permanent storage options that allow you to adjust your business logic to your needs.

Changelog

Version history for Storage

v2.0.1 Latest
  • Fixed SaveToFile component json2csv dependency imports to use v6+ scoped packages.
  • Fixed 'Transform is not a constructor' error when flattenValue is false and fileType is csv.
v2.0.0
  • Breaking change: Improved the input options for components.
  • Breaking change: Set component now supports setting multiple key-value pairs at the same time.
  • New action: Create Store.
  • New action: Modify.
  • New action: Get Many.
  • New action: Set Many.
v1.1.2
  • SaveToFile compatible with Node 18.
v1.1.1
  • SaveToFile flattening to CSV improved.
v1.1.0
  • SaveToFile component added.
v1.0.0
  • Initial version
Tasks icon

Tasks

v1.1.4
People tasks.

Changelog

Version history for Tasks

v1.1.4 Latest
  • RequestApprovalEmail: fix APPROVE/REJECT buttons unclickable in some email clients.
v1.1.3
  • RequestApproval, RequestApprovalEmail: validate that decisionBy is a future date.
v1.1.2
  • RequestApprovalEmail: replace broken third-party icon URLs with inline SVG data URIs.
v1.1.1
  • Request Approval: description field no longer supports Markdown.
v1.1.0
  • Request Approval, Request Approval Email: description field supports Markdown.
v1.0.4
  • Update RequestApprovalEmail component to use Appmixer Cloud with the default configuration.
  • Fix an issue with the RequestApprovalEmail component creating duplicate tasks when no configuration is provided.
v1.0.2
  • Using new context.job.lock function.
Test icon

Test

v1.1.1
Test suite components.

Changelog

Version history for Test

v1.1.1 Latest
  • Fixed issue with ProcessE2EResults not sending emails.
v1.1.0
  • Enable ProcessE2EResults to send HTML email. Improved readability and usability of test case summary.
v1.0.2
  • Fixed comparison of booleans in Assert component.
v1.0.0
  • Initial version.
Timers icon

Timers

v1.5.0
Timers give you control over how your flows behave over time.

Changelog

Version history for Timers

v1.5.0 Latest
  • Added test() (Flow Test Mode) to triggers (Scheduler, SchedulerTrigger, Timer).
v1.4.0
  • SchedulerTrigger: added test() (Flow Test Mode) — emits one well-formed schedule payload via the same getNextRun() computation, without setting timeouts or touching state.
v1.3.0
  • Implemented multiselect input normalization for SchedulerTrigger daysOfWeek and daysOfMonth fields.
v1.2.1
  • Scheduler (appmixer.utils.timers.SchedulerTrigger): fix moment-timezone dependency.
v1.2.0
  • Scheduler (appmixer.utils.timers.SchedulerTrigger): New, more user-friendly scheduler component.
  • Cron Scheduler (appmixer.utils.timers.Scheduler): The previous scheduler component has been re-labeled to Cron Scheduler .
v1.1.0
  • Added timezone option to `Scheduler`.
v1.0.3
  • Scheduler, trigger immediately fixed.
v1.0.2
  • Schedule made more bulletproof to system crash.
  • Timer made more bulletproof to system crash.
v1.0.0
  • Initial version
Weather icon

Weather

v1.0.1
Get current weather condition or weather forecast for the next 5 days for a location.

Changelog

Version history for Weather

v1.0.1 Latest
  • Initial version
VerifyEmail icon

VerifyEmail

v2.1.0
Verify-email.org email verification tool actually connects to the mail server and checks whether the mailbox exists or not.

Changelog

Version history for VerifyEmail

v2.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v2.0.0
  • Breaking change: Updated the authorization to input current user's email.
  • Updated the component VerifyEmail according to the latest API
  • Removed the deprecated component of GetCredits
v1.0.1
  • Initial version
Webflow icon

Webflow

v2.2.0
Webflow is a professional drag and drop tool built for designing websites using responsive web design best practices.

Changelog

Version history for Webflow

v2.2.0 Latest
  • Added test() (Flow Test Mode) to the NewFormSubmission trigger.
v2.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v2.0.1
  • Updated the NewFormSubmission trigger.
v2.0.0
  • Updated the api version from v1 to v2.
v1.0.1
  • Initial version
WordPress icon

WordPress

v1.3.0
Create a free website or easily build a blog on WordPress.com. Hundreds of free, customizable, mobile-ready designs and themes. Free hosting and support.

Changelog

Version history for WordPress

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the WordPress API.
v1.2.0
  • Added test() (Flow Test Mode) to all triggers: NewPost, NewComment.
v1.1.0
  • Bug Fixes: Fixed the Users and Posts dropdown input fields
v1.0.1
  • Initial version
Zendesk Chat icon

Zendesk Chat

v1.0.2
Zendesk Chat is a live chat software trusted and loved by enterprises and small business worldwide. It provides many of the great features available on the web dashboard.

Changelog

Version history for Zendesk Chat

v1.0.2 Latest
  • Updated icon for GenerateChatsOutput component.
v1.0.1
  • Initial version
Blackboard icon

Blackboard

v1.1.0
Blackboard is a web-based virtual learning environment and learning management system developed by Blackboard Inc. The software features course management, customizable open architecture, and scalable design that allows integration with student information systems and authentication protocols.

Changelog

Version history for Blackboard

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Blackboard API.
v1.0.1
  • Added validation for required fields in components.
v1.0.0
  • Initial version
Free Forex icon

Free Forex

v1.0.1
Get a currency exchange rate for a currency pair (https://freeforexapi.com).

Changelog

Version history for Free Forex

v1.0.1 Latest
  • CurrencyPair is required.
Schoology icon

Schoology

v1.0.0
Schoology is a learning management system for schools and businesses that enables its users to create, manage, and share assignments and resources. Also known as a web content management system or virtual learning environment, the cloud-based platform provides tools to manage classrooms or blended learning.

Changelog

Version history for Schoology

v1.0.0 Latest
  • Initial version
VAT Comply icon

VAT Comply

v1.0.1
Verify the validity of a VAT number issued by any EU Member State / Northern Ireland (https://www.vatcomply.com).

Changelog

Version history for VAT Comply

v1.0.1 Latest
  • [object Object]
Snowflake icon

Snowflake

v1.2.0
Snowflake is a fully managed SaaS platform for data warehousing, data lakes, data engineering, data science, data application development, and secure sharing and consumption of real-time and shared data.

Changelog

Version history for Snowflake

v1.2.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewRow, UpdatedRow, DeletedRow.
v1.1.14
  • Added output examples to component schemas.
v1.1.13
  • Fixed an issue when invalid query could cause the engine to crash.
v1.1.12
  • Update snowflake-sdk dependency to v1.11.0.
v1.1.11
  • Update snowflake-sdk dependency to v1.6.21.
v1.1.10
  • The input fields now have the required attribute.
v1.1.9
  • Updated defaultValue for 'Query' component
v1.1.8
  • Unified outport options.
  • Fixed trigger components.
v1.1.7
  • Fixed outport options.
v1.1.6
  • Added outport options.
v1.1.5
  • Updated stream names to resolve collision issue.
v1.1.4
  • Fixed tooltip in Auth screen.
v1.1.3
  • Updated tooltip for 'Account' to provide more accurate and detailed information.
v1.1.2
  • Fixed 'Query' component
v1.1.1
  • Fixed out port issue
v1.1.0
  • Added Validation for 'Query' component
  • Fixed 'ListTables' component
  • Fixed log error in AddRow component
v1.0.0
  • Initial version
Monday icon

Monday

v3.2.0
Monday.com project management software.

Changelog

Version history for Monday

v3.2.0 Latest
  • Added test() (Flow Test Mode) to the NewItem, ArchivedItem, DeletedItem triggers.
v3.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v3.0.5
  • Fixed an issue where fetching boards in ListBoards component could exceed internal timeout for accounts with a large number of boards.
v3.0.3
  • Fixed an issue with loading column names for boards without any columns in the 'FindItems' component.
  • Fixed an issue with loading board list with a large number of boards in various components.
v3.0.1
  • Improved concurrency handling in ListBoards component to prevent redundant API calls.
v3.0.0
  • Breaking Change: Updated the 'file ID' field of 'AddFileToUpdate' component to be a filepicker.
  • Updated the query of GetItem to correctly include 'Title'.
v2.1.2
  • Fixed 'AddFileToUpdate' component.
v2.1.1
  • Remove unexpected module.json causing error on install using appmixer-cli.
v2.1.0
  • Upgraded to new monday.com API (2024-01).
  • New components AddFileToUpdate and CreateUpdate.
v2.0.0
  • Upgraded to new monday.com API and updated 'FindItems' component.
v1.1.3
  • Updated a tooltip.
v1.1.2
  • Fixed FindItems edge case.
v1.1.1
  • NewItem.ItemId removed from output fields.
v1.1.0
  • ListBoards using Appmixer cache to reduce API calls.
v1.0.7
  • CreateItem does not load groups if boardId is a variable.
v1.0.6
  • Fixed 'CreateItem' component.
v1.0.5
  • Fixed 'CreateBoard' component.
  • Updated error message.
v1.0.4
  • Type errors in the codebase that were causing unexpected behavior have been resolved.
  • The tooltips have been updated to provide more accurate and useful information.
v1.0.3
  • Improved pagination for ListBoards and ListWorkspaces components.
v1.0.2
  • Fixed undefined column values on 'GetItem' component.
  • Added few missing output fields.
  • Added validation for required inputs.
v1.0.1
  • Fixed FindItems component.
  • Added an output field 'position' in 'listGroups' component.
  • Changed 'boardId' type to text from number in 'DeleteBoard' component.
MongoDB icon

MongoDB

v1.4.0
Integrate with your MongoDB database.

Changelog

Version history for MongoDB

v1.4.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewDocument, UpdatedDocument, DeletedDocument.
v1.3.2
  • Added output examples to component schemas.
v1.3.1
  • Query: fix `clientClose` is not defined error.
v1.3.0
  • Enhanced connection management: reuse live connections, close stale connections, and avoid unnecessary connection creation.
v1.2.3
  • Remove temporary files after failed connection attempt.
v1.2.2
  • Update dependencies: mongodb.
v1.2.1
  • DeleteDocument and UpdateDocument tooltips improved.
v1.2.0
  • DeleteDocument and UpdateDocument connectors added.
v1.1.4
  • Warning in the authentication module removed.
v1.1.3
  • Updated tooltip.
v1.1.2
  • Connection URI marked as required.
v1.1.1
  • Replaced deprecated method with new one.
v1.1.0
  • Added support for TSL with .crt file.
v1.0.0
  • Initial version.
Converters icon

Converters

v1.4.1
Various file conversion utilities.

Changelog

Version history for Converters

v1.4.1 Latest
  • Added check for valid XLSX file in XLSX2CSV component. Throwing early if the file is not a valid XLSX.
v1.4.0
  • PDF2Text: new component to extract text from a PDF file.
v1.3.2
  • improve CSV2HTML, CSV2JSON and JSON2CSV, JSON2HTML converters to use streams.
  • JSON2HTML, CSV2HTML: added support for custom HTML renderers.
v1.2.2
  • Fixed encoding issue with UTF-8 files without BOM.
v1.2.1
  • Fixed Archive component timeout error.
v1.2.0
  • Archive component.
v1.1.0
  • FileId inputs changed from 'text' to 'filepicker'. Requires Appmixer 4.4.4 or higher.
Amazon Lambda icon

Amazon Lambda

v2.0.0
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

Changelog

Version history for Amazon Lambda

v2.0.0 Latest
  • Breaking change (Will require re-authentication): Updated AWS SDK to v3.
v1.0.1
  • Added validation for required fields in components.
v1.0.0
  • Initial version
Microsoft SharePoint icon

Microsoft SharePoint

v2.2.0
The Microsoft SharePoint Online modules empower you to effectively monitor, retrieve, create, and update files within your Microsoft SharePoint Online environment.

Changelog

Version history for Microsoft SharePoint

v2.2.0 Latest
  • Added test() (Flow Test Mode) to the NewFile and UpdatedFile triggers.
v2.1.0
  • Added test() (Flow Test Mode) to the WatchLocation trigger.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.3.3
  • Added output examples to component schemas.
v1.3.2
  • Reduced icon size for better performance.
v1.3.1
  • The authentication flow now displays an account selection screen.
v1.3.0
  • Implemented multiselect input normalization for fileTypesRestriction field in ListFiles, FindFilesOrFolders, NewFile, and UpdatedFile components.
v1.2.3
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.2.2
  • FindFilesOrFolders - updated Item Type to File Type.
v1.2.1
  • DownloadFile - allows to select format in which to download the file. Possible options: pdf, html, txt.
v1.2.0
  • (new component) UpdatedFile - triggers when a file is updated in selected Drive or Drive folders (works recursively).
  • (new component) DeletedFile - triggers when a file is deleted in selected Drive or Drive folders (works recursively).
  • (new component) Find Files or Folders - Searches for files or folders in selected Drive using Query (works recursively).
  • DownloadFile - added option to output file data.
v1.1.3
  • NewFile: triggers only for new files in the watched Drive, not folders.
v1.1.2
  • Fix for possible connection with empty label.
v1.1.1
  • NewFile: fix for tracking changes on a custom drive.
v1.1.0
  • ListFiles: The recursive flag has been added. When set to true, the component will list all files, including those within sub-folders.
v1.0.3
  • Updated the tooltips.
v1.0.2
  • Updated component inputs and removed file picker.
v1.0.1
  • Updated component name and file picker.
v1.0.0
  • Initial version
YouTube icon

YouTube

v1.3.0
YouTube online video sharing and social media platform.

Changelog

Version history for YouTube

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the YouTube API.
v1.2.0
  • NewVideo: added test() method for Flow Test Mode (read-only fetch of the channel's latest video via the YouTube Data API).
v1.1.6
  • Fixed outport options.
v1.1.5
  • Fixed form-data module error and updated outputType options.
v1.1.4
  • Removed form-data module.
v1.1.3
  • Updated tool tips.
v1.1.2
  • Fixed scope issue for 'FindVideos' component.
v1.1.1
  • Quota definitions updated.
v1.1.0
  • Added outputType option to FindVideos and updated quota.
v1.0.0
  • Initial version
Connectwise icon

Connectwise

v1.2.0
connectwise

Changelog

Version history for Connectwise

v1.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the ConnectWise API.
v1.1.0
  • Added test() (Flow Test Mode) to the NewContact, NewProject and NewServiceTicket triggers.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Added validation for required fields in components.
v1.0.0
  • Initial version.
Microsoft Teams icon

Microsoft Teams

v1.3.0
Business communication platform offering workspace chat and videoconferencing, file storage, and application integration. Works only with school or work accounts, does not work with personal accounts.

Changelog

Version history for Microsoft Teams

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (Teams) API.
v1.2.4
  • The authentication flow now displays an account selection screen.
v1.2.3
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.2.2
  • Fix for possible connection with empty label.
v1.2.1
  • Breaking: Updated Scopes for 'ListChannels' and 'ListTeams' components to less privilage scopes.
  • Updated the endpoint of ListTeams to bring only the Teams that the current user is a part of
v1.2.0
  • Added 'ListChannelMessages' component.
v1.0.0
  • Initial version
MySQL icon

MySQL

v2.1.0
MySQL database.

Changelog

Version history for MySQL

v2.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewRow, UpdatedRow, DeletedRow, WatchRows.
v2.0.3
  • Added output examples to component schemas.
v2.0.2
  • UpdatedRow: declare detectOnStop in properties.schema.properties so the inspector input reaches the trigger.
v2.0.1
  • Reduced icon size for better performance.
v2.0.0
  • Breaking change: Improve security by restricting all SQL queries to SELECT/WITH statements only and implementing parameterized queries.
v1.0.3
  • Add catch and log errors while processing individual rows
v1.0.2
  • Fix Query component output
v1.0.1
  • Fix ListTables component
  • Fix Query component
v1.0.0
  • Initial version
QuickBooks icon

QuickBooks

v1.7.0
Smart, simple online accounting software for small business.

Changelog

Version history for QuickBooks

v1.7.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the QuickBooks API.
v1.6.0
  • Added test() (Flow Test Mode) to the NewInvoice, UpdatedInvoice, NewCustomer and UpdatedCustomer triggers.
v1.5.7
  • Added output examples to component schemas.
v1.5.6
  • Reduced icon size for better performance.
v1.5.5
  • Added warning logs for deprecated minor versions.
v1.5.4
  • Improve performance of receiving webhooks by eliminating wait for confirmation when message is sent to the New Customer, New Invoice, Updated Customer or Updated Invoice component.
v1.5.3
  • CreateInvoice: fix input parameters.
v1.5.2
  • Fixed an error when exporting records into a CSV file.
v1.5.1
  • Fixed sandbox configuration to accurately determine and use the correct environment URLs based on the sandbox setting.
v1.5.0
  • Added components: CreateCustomer.
v1.4.3
  • Added components: NewInvoice, UpdatedInvoice, NewContact, UpdatedContact.
  • Implemented webhook functionality.
  • Added realmId to the Quickbooks account section when connecting a new component.
  • Added missing outports in BillAddr and ShipAddr for ListCustomers, FindCustomers, UpdatedCustomer, NewCustomer, CreateInvoice, NewInvoice and UpdatedInvoice.
v1.3.0
  • Added components: ListCustomers
  • Improved error message when creating an invoice with no line items.
  • Customer in CreateInvoice component is now selected from a list of existing customers.
v1.2.7
  • Fixed exporting nested objects into CSV files.
v1.2.6
  • Added components: ListVendors, CreateVendor, ListJournals, ListAccounts, ListClasses, CreateBill, GetBill, UpdateBill, AddAttachmentToBill
  • Added an option in the backoffice to configure the base URL.
  • Fixed Query component error when outputType is set to 'row'.
v1.1.2
  • Fixed typos in quickbooks.accounting.Query component.json
v1.1.1
  • Added an option in the backoffice to configure the base URL
v1.1.0
  • Addressed issues with authentication flow and Query component output for improved functionality.
v1.0.0
  • Initial version.
FTP icon

FTP

v1.4.0
FTP Utilities.

Changelog

Version history for FTP

v1.4.0 Latest
  • Added test() (Flow Test Mode) to triggers (NewFile).
v1.3.3
  • GetFileInfo now returns data for SFTP. Updated output properties to reflect either FTP or SFTP.
v1.3.1
  • Fix FTP authentication.
v1.3.0
  • Add option to authenticate with a private key when using SFTP.
v1.2.1
  • Fix DownloadFile component.
v1.2.0
  • Add handling of errors with status 550.
  • The 'notFound' port added to some components.
v1.1.4
  • Get file info fixed.
v1.1.3
  • New file fixed.
  • Port parameter fixed.
v1.1.2
  • GetFileInfo fixed.
v1.1.1
  • UploadFile tooltip enhanced, 553 error enhanced.
v1.1.0
  • Added SFTP support.
Xero icon

Xero

v1.6.4
Xero is a New Zealand–based technology company that provides cloud-based accounting software for small and medium-sized businesses.

Changelog

Version history for Xero

v1.6.4 Latest
  • Fixed *META* lock exhaustion ("Exceeded 30 attempts to lock the resource ...:locks:xero:<hash>") on long-running jobs (>15 min) that repeatedly read the same account/query via the withCache list cache. Cache hits are now served without taking the lock, so warm-cache reads no longer contend; the lock is only used to dedupe the burst that populates a cold cache.
  • withCache: the lock is now released in every code path (cache hit, success and error), the release is awaited and guarded, and lock acquisition uses an explicit TTL (60s, documented) plus a longer retry budget. If the lock still cannot be acquired the call degrades to a direct fetch instead of failing the component, and lock acquisition/release failures are logged with the lock key.
v1.6.3
  • Fixed dynamic output port options of ListAccounts, ListContacts, ListJournals and GetOrganization: the designer's options call was rejected because the required tenantId input was not supplied, leaving downstream variable pickers empty (invalid-variable chips).
  • GetOrganization now outputs the organisation object directly (fields at the top level), matching the variable picker options; previously the output was wrapped in an items key that the picker did not offer.
  • Fixed swapped label/value pairs in output options (ListAccounts Account ID, GetOrganization External Links and Payment Terms).
  • ListJournals: pagination is now handled internally using the Journals endpoint's offset mechanism (the endpoint ignores page-based pagination); the manual Offset input was removed.
  • ListAccounts, ListContacts, ListJournals, GetOrganization: required Tenant ID input is validated with a clear error message.
v1.6.2
  • Cache inspector/list source calls (ListTenants, ListContacts, ListAccounts, ListTrackingCategories) with context.lock + staticCache and a configurable TTL (context.config.listCacheTTL, default 120s) to avoid Xero 429 rate-limit errors in the designer.
  • XeroClient: honor Retry-After on 429 responses so a single throttled page does not fail the whole paginated fetch.
v1.6.1
  • Fixed account identity resolution: profile info now comes from the OpenID Connect userinfo endpoint (the authenticated user) instead of the organisation's first user, so two users on the same Xero org no longer collapse to the same connected account.
  • Re-authentication required: existing Xero connections still carry the old (organisation's first user) identity. Remove and re-authorize each affected connection after upgrading for the correct user to resolve.
v1.6.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Xero API.
v1.5.0
  • Added test() (Flow Test Mode) to the NewContact, UpdatedContact, NewInvoice and UpdatedInvoice triggers.
v1.4.0
  • Added component: CreateTrackingCategory.
  • CreateTrackingCategoryOption: validate required inputs (tenantId, trackingCategoryId, name).
  • ListTrackingCategories: tenantId is no longer a hard schema requirement so it can back a dependent dropdown; when used as a dropdown source (isSource) it degrades to an empty list on a missing/invalid tenant or API error instead of surfacing an inspector error.
v1.3.0
  • Added component: CreateTrackingCategoryOption.
v1.2.1
  • Added output examples to component schemas.
v1.2.0
  • Added components: FindManualJournals, CreateManualJournal, UpdateManualJournal.
v1.1.3
  • Fixed issue with all trigger components not working properly with the default configuration.
v1.1.2
  • Fixed currency enumerations in CreateInvoice and UpdateInvoice components.
v1.1.1
  • Added components: NewInvoice, UpdatedInvoice, NewContact, UpdatedContact.
v1.0.3
  • Fixed type of ExpectedPaymentDate and PlannedPaymentDate fields in inspector to be date instead of string for CreateInvoice and UpdateInvoice components.
v1.0.0
  • Initial version.
Zoho Books icon

Zoho Books

v1.0.3
Zoho Books is online accounting software that manages your finances, automates business workflows, and helps you work collectively across departments.

Changelog

Version history for Zoho Books

v1.0.3 Latest
  • Improved error message when using Zoho account without organization.
v1.0.0
  • Initial version
Jotform icon

Jotform

v3.1.0
Jotform is a powerful online application that allows anyone to quickly create custom online forms. Its intuitive drag-and-drop user interface makes form building incredibly simple, and doesn't require you to write a single line of code.

Changelog

Version history for Jotform

v3.1.0 Latest
  • Added test() (Flow Test Mode) to the NewFormSubmission trigger (throws to defer to the engine fallback chain, as the JotForm webhook body has no fetchable REST equivalent).
v3.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs per standard #1459 — existing flows that previously set these as JSON strings must migrate to the key-value editor. Body remains textarea/JSON.
v2.0.0
  • GetFormSubmission, GetFormSubmissions: added answersList output field — answers as an array for easier processing in flows.
v1.2.0
  • add MakeApiCall component
v1.1.0
  • Get Form Submission, Get Form Submissions: property answers in the output is now an array of the submission answers instead of an object.
v1.0.2
  • NewFormSubmission: should now always output data
v1.0.1
  • bugfix: remove blank quota definition.
v1.0.0
  • Initial version.
ServiceNow icon

ServiceNow

v3.2.0
ServiceNow allows employees to work the way they want to, not how software dictates they have to. And customers can get what they need, when they need it.

Changelog

Version history for ServiceNow

v3.2.0 Latest
  • Added test() method to NewRecord, UpdatedRecord and DeletedRecord triggers for Flow Test Mode support.
v3.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v3.0.1
  • Reduced icon size for better performance.
v3.0.0
  • Breaking Change: CreateRecord, UpdateRecord renamed to CreateRecord v2, UpdateRecord v2 to distinguish from the previous versions. CreateRecord and UpdateRecord are now backwards compatible with the v1 versions and labeled as Create Record - Legacy and Update Record - Legacy.
v2.2.0
  • Added API Key authentication support to connection.
v2.1.0
  • Added triggers: UpdatedRecord and DeletedRecord.
v2.0.1
  • (Breaking Change) CreateRecord, UpdateRecord: There's no longer a need to specify the input as JSON. The 'record' input has been removed; now, inputs are generated based on the retrieved table schema.
  • Migration: The Table Name and its columns must be defined.
v1.1.2
  • Version compatible with Appmixer engine 6.
  • Added trigger: NewRecord.
v1.1.1
  • Version compatible with Appmixer engine 5.
  • Removed trigger: NewRecord.
v1.1.0
  • Added new trigger: NewRecord
v1.0.0
  • Initial version
Voys icon

Voys

v1.2.0

Voys is the top business VoIP provider in SA. The full-featured phone system for modern business. Free national calls and unmatched quality!

Changelog

Version history for Voys

v1.2.0 Latest
  • Added test() (Flow Test Mode) to the WatchCall trigger (throws to defer to the engine fallback chain, as the call-notification webhook has no fetchable REST equivalent).
v1.1.0
  • re-generate using the OpenAPI Generator 2.1.2
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.0
  • Initial version
XML icon

XML

v1.0.4
XML Utilities.

Changelog

Version history for XML

v1.0.4 Latest
  • Fix: JsonToXml now handles format:true with missing or numeric indentBy, preventing crash when indentBy is undefined.
v1.0.3
  • jsonToXml: fix the input json as a string.
v1.0.2
  • Initial version.
Zoho CRM icon

Zoho CRM

v2.2.0
An Intuitive CRM to Better Tack & Manage Leads, and Close Deals Faster. Try For Free. The Best Way to Manage Your Sales Pipeline. Get Started in Less Than 2 Minutes!

Changelog

Version history for Zoho CRM

v2.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Zoho API.
v2.1.0
  • Added test() (Flow Test Mode) to the ContactCreated, ContactUpdated, LeadCreated and LeadUpdated triggers.
v2.0.3
  • Fixed module ID.
v2.0.2
  • Fixed outports for ListAccounts, ListContacts and ListLeads.
v2.0.1
  • Fixed creating EU endpoint URLs.
v2.0.0
  • Switch to ZOHO V2 (apiKey to Oauth).
v1.0.0
  • Initial version
Openai icon

Openai

v1.3.0
The OpenAI REST API. Please see https://platform.openai.com/docs/api-reference for more details.

Changelog

Version history for Openai

v1.3.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.2.7
  • Fixed an issue with the `CreateTranslation` and `CreateTranscription` components where the `response_format` parameter `vtt` was causing an 'Invalid obj param.' error.
v1.2.6
  • Updated labels for models in the `CreateEdit` component.
v1.2.5
  • UploadFile: now correctly works with all 4 purpose options. Beware that not all options work for each file.
v1.2.4
  • Remove empty quotas.
  • Marked `CreateEdit` as deprecated. It can still be used, but it uses the same functionality as `CreateChatCompletion`. Use `CreateChatCompletion` instead.
v1.2.3
  • CreateCompletion: fixed 'invalid obj param' error that sometimes occurred + added dynamic list for models.
  • RetrieveModel: added dynamic list for models.
v1.2.1
  • Fixed validation error in the `createChatCompletion` component for the `max_tokens` parameter.
v1.1.0
  • OpenAI API
Airtable icon

Airtable

v3.2.0
Airtable is a low-code platform to build next-gen apps. Move beyond rigid tools, operationalize your critical data, and reimagine workflows with AI.

Changelog

Version history for Airtable

v3.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Airtable API.
v3.1.0
  • Added test() (Flow Test Mode) to all triggers: NewRecordWebhook, UpdatedRecordWebhook.
v3.0.3
  • Added output examples to component schemas.
v3.0.2
  • Added validation for required fields in components.
v3.0.1
  • Fixed issue with CreateOrUpdateRecord and ListRecords showing must be array.
v3.0.0
  • Connector has been updated to use only Airtable Web API.
  • (new component) CreateOrUpdateRecord: creates or updates a record depending on the Record ID provided, if Record ID is empty, uses Merge Fields to update by.
  • (new component) UpdatedRecord: triggers when a record is updated in a selected table.
  • (changed) CreateRecord + UpdateRecord: fields for mapping are now dynamically generated based on a Table selected.
  • (changed) DeleteRecord -> DeleteRecords: now accepts multiple Record IDs for deletion, up to 10.
  • (updated) ListRecords, GetRecord: output now offers dynamically generated fields for mapping based on a Table selected.
v2.1.0
  • (new component) NewRecord: Webhook trigger for watching new records in specific table.
v2.0.1
  • (breaking change) Fixed output schema for ListTables and ListBases.
v1.0.5
  • Renamed output varible name in ListBases from Array to Bases and in ListTables from Array to Tables.
v1.0.4
  • Initial release
Canvas icon

Canvas

v1.1.0
Canvas is a web-based learning management system, or LMS. It is used by learning institutions, educators, and students to access and manage online course learning materials and communicate about skill development and learning achievement.

Changelog

Version history for Canvas

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Canvas API.
v1.0.7
  • Added output examples to component schemas.
v1.0.6
  • Added validation for required fields in components.
v1.0.5
  • Added multiselect input normalization for submissionTypes in CreateAssignment component.
  • Enhanced input validation and error handling for better user experience.
v1.0.4
  • Added 'in' port.
v1.0.3
  • Added the error handler.
v1.0.2
  • Updated the tooltips and component name.
v1.0.1
  • Updated the dependencies.
v1.0.0
  • Initial version.
Google BigQuery icon

Google BigQuery

v4.2.0
Google BigQuery is a data warehouse service.

Changelog

Version history for Google BigQuery

v4.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google BigQuery API.
v4.1.0
  • NewRow, UpdatedRow: added test() method for Flow Test Mode (read-only fetch of the newest matching row). DeletedRow has no read-only example source and is intentionally not testable this way.
v4.0.2
  • UpdatedRow: declare detectOnStop in properties.schema.properties so the inspector input reaches the trigger.
v4.0.1
  • (breaking) Added Projects list in the input properties of NewRow, UpdatedRow, DeletedRow to fix error of projectId not found.
  • Removed the need to select Storage in NewRow, UpdatedRow and DeletedRow Triggers. Removed the toggle for recordOldValues in UpdatedRow Trigger.
v3.0.1
  • Add quotas for all components.
v3.0.0
  • (breaking) ListProjects: updated endpoint to retrieve project properties. The object returned is not backward compatible.
v2.1.6
  • Fix occasionally using wrong project ID.
v2.1.5
  • Fix output type file on ListTables.
v2.1.4
  • Fix UpdatedRow.
v2.1.0
  • Add Google branded sign-in button.
v2.0.1
  • Fix DeleteRow table input.
  • Fix storage cleanup.
v2.0.0
  • Fix ListTables.
  • Change ListTables parameters from properties to inputs.
v1.0.0
  • Initial version.
Microsoft Calendar icon

Microsoft Calendar

v1.2.1
Supports calendaring operations for Microsoft Outlook and Office 365.

Changelog

Version history for Microsoft Calendar

v1.2.1 Latest
  • Updated Event trigger no longer fires when an event is only created.
v1.2.0
  • Add New Event, Updated Event, Deleted Event and Event Start triggers.
v1.1.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (Calendar) API.
v1.0.5
  • The authentication flow now displays an account selection screen.
v1.0.4
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.0.3
  • Fix for possible connection with empty label.
v1.0.2
  • List Events start and end time filters fixed.
v1.0.1
  • Initial release.
Amazon Redshift icon

Amazon Redshift

v1.1.0
Amazon Redshift is a data warehouse product which forms part of the Amazon Web Services (AWS) platform.

Changelog

Version history for Amazon Redshift

v1.1.0 Latest
  • Added test() (Flow Test Mode) to polling triggers: NewRow, UpdatedRow.
v1.0.2
  • Added validation for required fields in components.
v1.0.1
  • NewRow, UpdatedRow: query fields now ignores semicolon at the end of the query to avoid syntax error.
v1.0.0
  • Initial version
Docusign icon

Docusign

v1.3.1
DocuSign is the fast, reliable way to electronically sign documents and agreements on practically any device from almost anywhere in the world.

Changelog

Version history for Docusign

v1.3.1 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the DocuSign eSignature API.
v1.2.0
  • Added test() (Flow Test Mode) to the WatchEvents trigger.
v1.1.3
  • Added output examples to component schemas.
v1.1.2
  • Implemented multiselect input normalization for WatchEvents.events and GetEnvelope.include fields.
v1.1.1
  • WatchEvents: Bug fixes and improvements.
v1.1.0
  • (New) RequestSignatureByTemplate component added.
v1.0.3
  • Fix the authentication.
v1.0.2
  • Authentication - make the authentication endpoint configurable: `production: true` - use the account.docusign.com/oauth/auth endpoint `production: false` - use the account-d.docusign.com/oauth/auth endpoint
v1.0.1
  • Updated the DocuSign icon and added input validation.
v1.0.0
  • Initial version
Microsoft Dynamics 365 CRM icon

Microsoft Dynamics 365 CRM

v2.2.0
Dynamics 365 is a portfolio of intelligent business applications that delivers superior operational efficiency and breakthrough customer experiences enabling businesses to become more agile and reduce complexity without increasing costs.

Changelog

Version history for Microsoft Dynamics 365 CRM

v2.2.0 Latest
  • Added polling triggers: New Contact, Updated Contact, New Lead, Updated Lead, New Account, Updated Account, New Object Record and Updated Object Record. They detect created/updated records by polling the Dataverse OData API on createdon/modifiedon, deduplicate by record id and start watching from the moment the flow is started (historical records are never emitted). The New/Updated Object Record triggers work with any (including custom) entity via the same entity selector as the Object Record actions.
  • Added the 'Deal Stage Changed' trigger: fires when the sales stage of an opportunity changes. It remembers the stage of each opportunity it has seen and fires only on an actual stage transition (the watched stage attribute is configurable, defaulting to 'salesstage').
  • Create/Get/Update/Delete Object Record (and the generic Object Record triggers) now resolve the entity collection segment from the Dataverse metadata instead of naively appending 's' to the logical name, so entities with irregular plurals (e.g. opportunity -> opportunities) work too.
  • MakeApiCall: the Request Headers and Query Parameters key-value inputs are also accepted as a JSON string (e.g. when produced by a flow transform).
v2.1.1
  • CreateObjectRecord/UpdateObjectRecord: lookup fields (e.g. regardingobjectid, transactioncurrencyid) are bound via their target-specific navigation property and are no longer marked as required in the inspector — they use navigation-property names rather than the bare logical name and are commonly auto-populated by the Web API, so requiring them blocked otherwise-valid configurations.
  • ListEntities: the output variable picker now adapts to the selected Output Type (array / object / file) instead of always showing the array shape.
  • UpdateObjectRecord/UpdateAccount/UpdateContact/UpdateLead: the inspector-generation source now wires the required objectName/id inputs (and the schema declares its properties), so inspector generation is no longer rejected by required-input validation.
v2.1.0
  • Added the 'List Entities' component to retrieve all entities (object types) in the organization.
  • CreateObjectRecord/UpdateObjectRecord: the Object Name field is now a typeahead that suggests the most common entities while allowing any entity logical name to be typed manually (or bound from the new 'List Entities' component).
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.0.7
  • Added output examples to component schemas.
v1.0.6
  • The authentication flow now displays an account selection screen.
v1.0.5
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.0.4
  • Fix for possible connection with empty label.
v1.0.3
  • Initial release
mssql icon

mssql

v2.1.0
Microsoft SQL Server is a relational database management system developed by Microsoft.

Changelog

Version history for mssql

v2.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewRow, UpdatedRow, DeletedRow, WatchRows.
v2.0.2
  • Added output examples to component schemas.
v2.0.1
  • UpdatedRow: declare detectOnStop in properties.schema.properties so the inspector input reaches the trigger.
v2.0.0
  • Breaking change: Improve security by restricting all SQL queries to SELECT/WITH statements only.
  • Updated icon for the service.
v1.0.3
  • Bug Fix: Support for non SELECT Queries in `Query` component.
v1.0.2
  • Added a new port `info` for `Query` component.
v1.0.0
  • Initial version
RSS icon

RSS

v1.1.0
RSS utilities.

Changelog

Version history for RSS

v1.1.0 Latest
  • Added test() (Flow Test Mode) to triggers (NewFeedItem).
v1.0.1
  • NewFeedItem: URL is now required
v1.0.0
  • Initial version
Leadspicker icon

Leadspicker

v1.2.0

Seamlessly capture leads from LinkedIn, optimize your email strategy with tailored outreach solution, and harness the power of email rotation for a guaranteed high delivery rate.

Changelog

Version history for Leadspicker

v1.2.0 Latest
  • Added test() (Flow Test Mode) to all triggers: OnProjectMessageSent.
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.0
  • NinjaAPI
Redmine icon

Redmine

v1.1.0

Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.

Changelog

Version history for Redmine

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.4
  • Improved error handling during account connection.
v1.0.3
  • Redmine
App Events icon

App Events

v1.1.0
App Events are events sent by your application either using the Appmixer REST API or the Appmixer SDK. App Events are an easy way to send data to your automation(s) or integration(s).

Changelog

Version history for App Events

v1.1.0 Latest
  • Added test() (Flow Test Mode) to triggers (OnAppEvent).
v1.0.1
  • Improved message consumption performance by eliminating the wait for confirmation when message is sent to the OnAppEvent component.
v1.0.0
  • First version.
XtremePush icon

XtremePush

v1.1.0
Xtremepush is the world's leading omnichannel customer engagement platform with built-in CDP. Channels include; web, app & social engagement.

Changelog

Version history for XtremePush

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.2
  • AddUser - fixed typo.
v1.0.1
  • Updated icons.
v1.0.0
  • Initial version
RingRing icon

RingRing

v1.0.2

A communication platform for every business

Changelog

Version history for RingRing

v1.0.2 Latest
  • RingRing
Smartsheet icon

Smartsheet

v2.3.0

Smartsheet is a software as a service offering for collaboration and work management, developed and marketed by Smartsheet Inc. It is used to assign tasks, track project progress, manage calendars, share documents, and manage other work, using a tabular user interface.

Changelog

Version history for Smartsheet

v2.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Smartsheet API.
v2.2.0
  • Added test() (Flow Test Mode) to the WatchRows trigger.
v2.1.1
  • Added output examples to component schemas.
v2.1.0
  • Implemented multiselect input normalization for include and skipRemap fields in CopyFolder, CopySheet, GetFolder, GetWorkspace, and MoveRows components.
v2.0.5
  • Breaking change: Updated the input ports of AddRowsToSheet to fix the display of correct columns to input value in the inspector
  • Breaking change: Bug fix in input fields of Copyfolder and MoveFolder
  • Breaking change: Updated the input ports of UpdateRow to fix the display of correct columns to input value in the inspector
  • Bug fix: Fixed the MoveRow component
v2.0.1
  • BugFix: Update of path to ListHomeFolders in multiple component's inspectors.
  • Breaking: Added input fields of isAdmin and licensedSheetCreator in AddUser as they are required fields from the API.
  • Cleanup of descriptions of all components.
  • Breaking: Updated input field of GetFolders to have multiselect instead of single select.
  • BugFix: Fixed GetSheet.
v1.0.1
  • Smartsheet
ClickUp icon

ClickUp

v2.2.0
ClickUp is an all-in-one productivity platform that works as an ideal place for teams to come together, brainstorm, plan, and collaborate on everything from process docs to product designs.

Changelog

Version history for ClickUp

v2.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the ClickUp API.
v2.1.2
  • Added output examples to component schemas.
v2.1.1
  • Aligned UpdateTask component schema with inspector inputs for validation.
v2.1.0
  • Find Tasks: Support for searching tasks within a folder.
v2.0.2
  • Added validation for required fields in components.
v2.0.1
  • Enhanced multiselect field normalization for FindTasks component statuses field.
v2.0.0
  • CreateTask and FindTasks updated with dynamically loaded spaces and lists to select from. These two components newly require a 'Space ID' field to be set. Two new components where added: GetSpaces and GetLists. FindTasks one-by-one output type was fixed. FindTasks now adds a new notFound output port. FindTasks also adds a new output type to return the first task found only. Assignees field removed from both CreateTask and UpdateTask.
v1.0.1
  • Initial version.
Naxai icon

Naxai

v1.1.0
naxai

Changelog

Version history for Naxai

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.3
  • Naxai
System icon

System

v1.1.2
Appmixer system utilities

Changelog

Version history for System

v1.1.2 Latest
  • Added new trigger OnAnyFlowComponentError for Appmixer 6.1 or higher.
v1.1.1
  • Removed OnAnyFlowComponentError trigger when using Appmixer 6.0 or higher.
v1.1.0
  • Added new trigger OnAnyFlowComponentError.
v1.0.0
  • Initial version
Azure AI Services - Document Intelligence icon

Azure AI Services - Document Intelligence

v2.1.0
Turn documents into intelligent data-driven solutions.

Changelog

Version history for Azure AI Services - Document Intelligence

v2.1.0 Latest
  • Added validation for required fields in components.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v2.0.0
  • (breaking change) ClassifyDocument split into ClassifyDocument and ClassifyDocumentFromStream. ClassifyDocumentFromStream is using only the File ID parameter, ClassifyDocument is using either File URL or Base64Source.
  • ClassifyDocument and ClassifyDocumentFromStream: added supported file extensions to the tooltip of either File ID or File URL.
v1.0.2
  • Initial version.
Currencylayer icon

Currencylayer

v1.1.0
Get a currency exchange rate for a currency pair (https://currencylayer.com/).

Changelog

Version history for Currencylayer

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the currencylayer API.
v1.0.4
  • Added output examples to component schemas.
v1.0.3
  • Added validation for required fields in components.
v1.0.2
  • Added retries in case of limit exceeded and improved authentication
v1.0.1
  • Making GetCurrencyExchangeRates and GetSingleCurrencyRate public and ListCurrencies Private
v1.0.0
  • Initial version
Kafka icon

Kafka

v1.2.3
Apache Kafka is an open-source distributed event streaming platform for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

Changelog

Version history for Kafka

v1.2.3 Latest
  • Reduced icon size for better performance.
v1.2.2
  • Added support for SSL option `passphrase`.
  • Added consumer run option `partitionsConsumedConcurrently` configurable in the Backoffice. Default is 3.
  • Added support for Snappy compression via kafkajs-snappy.
v1.2.1
  • NewMessage: added support for consumer options (https://kafka.js.org/docs/consuming#a-name-options-a-options).
v1.1.0
  • Added support for more SSL options.
v1.0.1
  • Initial version.
Facebook Business icon

Facebook Business

v3.1.1
Manage Facebook business tools such as Ads and Campaigns.

Changelog

Version history for Facebook Business

v3.1.1 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Facebook Marketing API.
v3.0.1
  • Added output examples to component schemas.
v2.1.1
  • Fix validateAccessToken in auth.js.
  • Bump Graph API from v20.0 to v25.0.
v2.1.0
  • Add support for custom delimiter in AddMembersFromCSVToAudience, ReplaceMembersFromCSVInAudience and RemoveMembersInCSVFromAudience.
  • Removed dependency on fbgraph library.
v2.0.0
  • Support for sessions to upload large number of users.
  • New: RemoveMembersInCSVFromAudience, ReplaceMembersFromCSVInAudience
  • Changed: schema configuration for AddMembersFromCSVToAudience.
v1.0.0
  • Initial version
AI icon

AI

v1.1.2
Various AI utilities for responding to text prompts, generating and describing images, moderating content, generating and transcribing audio and more.

Changelog

Version history for AI

v1.1.2 Latest
  • TransformTextToJSON: improved error handling for invalid JSON schema input.
v1.1.1
  • DescribeImages: images are now required
v1.1.0
  • CreateTranscription: add Response Format configuration field (text/srt/vtt).
v1.0.0
  • Initial version.
notion icon

notion

v2.1.0
An all-in-one workspace and collaboration platform that combines note-taking, document management, task management, and collaboration features. It was designed to provide individuals and teams with a flexible and customizable platform for organizing and managing information.

Changelog

Version history for notion

v2.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewDatabaseItem, UpdatedDatabaseItem.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial release
Virustotal icon

Virustotal

v1.1.0
VirusTotal does multiscanning. It aggregates many antivirus products and online scan engines.

Changelog

Version history for Virustotal

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.0
  • Initial version.
Zendesk Tickets icon

Zendesk Tickets

v1.3.0
Zendesk Tickets are the means through which your end users (customers) communicate with agents in Zendesk Support.

Changelog

Version history for Zendesk Tickets

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Zendesk API.
v1.2.0
  • Added test() methods to WatchTickets, WatchUsers and WatchOrganizations triggers for Flow Test Mode.
  • BugFix: WatchOrganizations now emits the fetched organization on the user output (previously undefined).
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • Implemented multiselect input normalization for eventTypes in WatchUsers and WatchOrganizations components.
v1.0.1
  • Updated authentication behavior.
v1.0.0
  • Module was moved from appmixer.zendesktickets to appmixer.zendesk.tickets.
  • All components updated to be more user friendly and complete.
RabbitMQ icon

RabbitMQ

v1.0.3
RabbitMQ is a reliable and mature messaging and streaming broker, which is easy to deploy on cloud environments, on-premises, and on your local machine.

Changelog

Version history for RabbitMQ

v1.0.3 Latest
  • Enhanced message consumption performance by eliminating the wait for confirmation when message is sent to the NewMessage component.
v1.0.2
  • Fix automatic reconnection to RabbitMQ broker.
v1.0.1
  • Fixed parsing message headers in Publish and SendToQueue.
v1.0.0
  • Initial version.
Perplexity icon

Perplexity

v1.1.0
Perplexity is an AI-powered search engine that provides precise and concise answers to user queries. It leverages advanced natural language processing models to deliver accurate and relevant information quickly. Perplexity is designed to enhance user experience by providing direct answers to questions, reducing the need for extensive searching.

Changelog

Version history for Perplexity

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Reduced icon size for better performance.
v1.0.1
  • Perform Search: Added tooltip to explain that domain filters are Tier specific.
v1.0.0
  • Initial version
Chat icon

Chat

v2.0.2
Chat utilities provide you with chat UI, triggers and actions useful for building conversational workflows and AI agents.

Changelog

Version history for Chat

v2.0.2 Latest
  • Replaced direct Redis pub/sub with tenant-isolated context pubSub methods. SSE clients now subscribe to exact channels per connection, removing the need for psubscribe ACL permissions.
v2.0.1
  • Fixed ioredis sentinel connection configuration to properly parse sentinel hosts and handle password authentication.
v2.0.0
  • Breaking Change - Updated configuration of ChatTrigger: added 'agentIntro', 'agentDescription' (previously 'chatTheme'), 'agentPromptPlaceholder', removed 'agentMessage'.
  • Completely redesigned Chat UI (appmixer-chatbot v1.1.0)
  • Added support for file attachments in chat messages.
v1.1.0
  • Introduced progress status messages for chat threads, allowing users to see real-time updates (e.g., "Thinking...") during conversations.
v1.0.1
  • Polling requests are not logged therefore not polluting user logs.
v1.0.0
  • Initial version
Agent Tools icon

Agent Tools

v1.0.0
Generic tool components for building AI agents.

Changelog

Version history for Agent Tools

v1.0.0 Latest
  • First version.
OpenAI icon

OpenAI

v1.4.0
OpenAI components for building AI agents.

Changelog

Version history for OpenAI

v1.4.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the OpenAI API.
v1.3.4
  • GenerateImage: handle b64_json response format for gpt-image-1/gpt-image-2 models; throw CancelError when API returns neither url nor b64_json.
v1.3.3
  • Replaced direct Redis pub/sub with tenant-isolated context pubSubPublish method.
v1.3.2
  • Fixed ioredis sentinel connection configuration to properly parse sentinel hosts and handle password authentication.
v1.3.1
  • Fixed AI Agent mcpCallTool not passing correlationId, causing MCP server tool calls to appear in separate execution logs.
v1.3.0
  • Introduced VariableExtractor component to specifically extract values for given variables from inputs using AI.
v1.2.3
  • Updated langchain npm dependencies.
v1.2.2
  • Added validation for required fields in components.
v1.2.1
  • Renamed the AI Agent component label to remove the OpenAI suffix for clarity in the Designer.
v1.2.0
  • Added support for files. AI agent now accepts a file that can be used as additional context for the prompt.
v1.1.2
  • Fixed OpenAI API error "tool_call_ids did not have response messages" by ensuring all tool call IDs receive responses, even when tools timeout or fail. Added comprehensive error handling for malformed JSON arguments and improved polling logic to guarantee complete tool call coverage. Enhanced logging and reliability for AI conversations when tools experience issues.
v1.1.1
  • Fixed a bug which prevented the AI Agent from using MCP server tools.
v1.1.0
  • Add mcp output port for connecting MCP servers.
  • Memory data store can be selected to store agent memory and summary.
  • New connector configuration: AI_AGENT_MAX_HISTORY_SIZE (default 512000), llmBaseUrl and llmDefaultHeaders to support other OpenAI SDK compatible LLMs.
  • Report usage and timing information in the output.
  • Better performance, assistant API exchanged for chat completion.
  • Support for streaming responses with built-in chat utility.
  • Partial agent progress reported via streams too (for built-in chat utility).
v1.0.3
  • Fixed an error `JSON schema is invalid` that occurred when the AiAgent used a tool with an empty parameters object.
v1.0.2
  • TransformTextToJSON: improved error handling for invalid JSON schema input.
v1.0.1
  • Fixed missing prompt in SendPrompt output variables. Other, small internal improvements.
v1.0.0
  • First version.
Pinecone icon

Pinecone

v1.1.0
With its vector database at the core, Pinecone is the leading knowledge platform for building accurate, secure, and scalable AI applications.

Changelog

Version history for Pinecone

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.3
  • QueryVectors: Fixed example for the 'Result Transformation JSONata' field.
v1.0.2
  • CreateIndex: Serverless Cloud and Region fields are now trimmed upon start.
v1.0.1
  • CreateIndex: required parameters from API are now also required on our side.
v1.0.0
  • Initial version
Subflows icon

Subflows

v1.2.0
Subflows utilities provide you with tools to call other flows and collect their outputs.

Changelog

Version history for Subflows

v1.2.0 Latest
  • Added test() (Flow Test Mode) to triggers (OnFlowCall).
v1.1.0
  • Call Flow: improve usability by adding a dynamic source for the flowId and componentId inputs.
v1.0.0
  • Initial version
Cloudflare Lists icon

Cloudflare Lists

v1.4.0
Cloudflare Lists integrations allows you to work with IP lists.

Changelog

Version history for Cloudflare Lists

v1.4.0 Latest
  • Added validation for required fields in components.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.3.0
  • Authentication: add support for Account API Token.
v1.2.0
  • Authentication: add support for User API Token.
v1.1.0
  • Add IP To Ip List, Remove IPs From IP List: added support for entering IPs in JSON format.
v1.0.4
  • AddIpToList: fix ttl input, allow add multiple IPs separated by commas.
v1.0.0
  • Initial version.
Cloudflare WAF icon

Cloudflare WAF

v1.3.1
Cloudflare WAF integrations allows you to actively block attacker IP by using Cloudflare WAF infrastructure.

Changelog

Version history for Cloudflare WAF

v1.3.1 Latest
  • Block IPs: make TTL optional so leaving it blank or setting it to 0 creates a permanent block instead of throwing an error.
v1.3.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.2.3
  • CreateCustomRules now prevents overwriting existing connector rules. It only updates rules created by the connector itself.
v1.2.1
  • Added validation for required fields in components.
v1.2.0
  • Authentication: add support for Account API Token.
v1.1.0
  • Block IPs: added support for entering IPs in JSON format.
v1.0.10
  • Initial version.
Imperva icon

Imperva

v1.2.0
Imperva web application firewall (WAF) inspects and analyzes incoming requests to applications with the intention of stopping any form of cyber attacks. Imperva WAF is a cloud-managed service that shields your application from layer attacks, including zero-day threats and OWASP top 10.

Changelog

Version history for Imperva

v1.2.0 Latest
  • Fixed an issue when filter for `ClientIP` contained '&' character instead of '|' character when there were multiple IPs.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.1.2
  • Fixed an issue when the Block IPs did not fail properly when error response was received from Imperva.
v1.1.1
  • Fields `siteId` and `ruleId` are now required for the `GetRule` and `DeleteRule` components.
v1.1.0
  • Block IPs: added support for entering IPs in JSON format.
v1.0.2
  • Imperva
Google Gemini icon

Google Gemini

v1.1.0
Google Gemini components for building AI agents.

Changelog

Version history for Google Gemini

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Gemini API.
v1.0.4
  • Updated langchain npm dependencies.
v1.0.3
  • Added validation for required fields in components.
v1.0.2
  • Fixed an error `JSON schema is invalid` that occurred when the AiAgent used a tool with an empty parameters object.
v1.0.1
  • TransformTextToJSON: improved error handling for invalid JSON schema input.
v1.0.0
  • First version.
Akamai icon

Akamai

v1.3.1
Akamai is the best

Changelog

Version history for Akamai

v1.3.1 Latest
  • ActivateList, UpsertListEntries, WaitForActivation: waiting for activation no longer blocks the component execution (which is capped by the engine). Waits are carried by scheduled poll continuations (context.setTimeout) with the timeout enforced as a deadline. Concurrent waits on the same list share a cached status guarded by a lock, so a list is polled once per interval regardless of how many components wait on it.
  • ActivateList: activating a list that is already ACTIVE now succeeds as a no-op instead of failing (Akamai rejects re-activating an unchanged list version).
v1.3.0
  • ActivateList, UpsertListEntries: check the current activation status before activating. If the list is already PENDING_ACTIVATION, either wait for it to complete (new "Wait for Activation" option, with configurable timeout) or fail with a clear message instead of a silent error. Activation status is now surfaced on the output.
  • Added WaitForActivation component that polls a list until it reaches the ACTIVE state, useful for rapid sequential list updates (attacker-after-attacker mitigation).
v1.2.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Akamai API.
v1.1.2
  • Added validation for required fields in components.
v1.1.1
  • ActivateList: removed option to select whether Activate or Deactivate the list, now always just activates.
v1.1.0
  • UpsertListEntries, DeleteListEntries: added support for entering IPs in JSON format.
v1.0.3
  • UpsertListEntries: updated tooltip for IPs as 255.255.255.255 would return an error.
  • Lists select now show the type of the List.
v1.0.2
  • DeleteListEntries: now accepts multiple IPs separated by comma.
  • UpsertListEntries: now also activates the list after the upsert is completed.
v1.0.1
  • Initial version
WIZ icon

WIZ

v1.4.0
WIZ Connector.

Changelog

Version history for WIZ

v1.4.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Wiz API.
v1.3.5
  • Added output examples to component schemas.
v1.3.4
  • Upload Enrichment Document: Fixes to prevent infinite loop causing the 'Prepared 0 documents for upload'.
v1.3.2
  • Upload Enrichment Document: The upload will be triggered when either the configured schedule is reached or when the number of entries in the buffer exceeds the defined threshold.
v1.3.0
  • Improve stability and performance of Upload Enrichment Document.
v1.2.0
  • Create and Upload Security Scan, Upload Enrichment Documents: configurable status call. statusNumberOfAttempts (default 20), statusPollingInterval (default 3000ms)
v1.1.1
  • Upload Enrichment Document: make the lock configurable.
v1.1.0
  • Create Enrichment Document, Upload Enrichment Document: new components to create and upload security scans in batches to Wiz.
v1.0.9
  • UploadSecurityScan: validate system activity and throw an error if not all reported vulnerabilities are addressed, i.e., when the number of 'handled' vulnerabilities is less than 'incoming' vulnerabilities.
v1.0.8
  • UploadSecurityScan: cleanup docs for upload. Remove 'vulnerabilityFindings' and 'webAppVulnerabilityFindings' from the Attacker document. Also, remove 'events' from the Posture Gap document.
v1.0.7
  • UploadSecurityScan: throw an error if systemActivity status call return FAILURE or SKIPPED status.
v1.0.6
  • UploadSecurityScan: remove vulnerabilityFindings part.
v1.0.5
  • Initial version.
Anthropic Claude icon

Anthropic Claude

v1.1.0
The Anthropic Claude service provides advanced AI capabilities for natural language processing and understanding, enabling seamless integration into applications for enhanced user interactions.

Changelog

Version history for Anthropic Claude

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Anthropic (Claude) API.
v1.0.5
  • Updated langchain npm dependencies.
v1.0.4
  • Added validation for required fields in components.
v1.0.3
  • Fixed an error `JSON schema is invalid` that occurred when the AiAgent used a tool with an empty parameters object.
v1.0.2
  • Initial version
Voyage AI icon

Voyage AI

v1.1.0
Best-in-class embedding models and rerankers.

Changelog

Version history for Voyage AI

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Voyage AI API.
v1.0.2
  • Updated langchain npm dependencies.
v1.0.1
  • Added validation for required fields in components.
v1.0.0
  • First version.
Nexl icon

Nexl

v1.2.0
Nexl is a no-data-entry CRM platform that helps businesses manage relationships effortlessly. It automatically captures contacts and interactions from emails and calendars. Users can build dynamic contact lists and assign tasks without manual data input. The platform supports automation and integrations via a GraphQL API. Ideal for sales, partnerships, and BD teams focused on relationship-driven growth.

Changelog

Version history for Nexl

v1.2.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewContactInList
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
WHOIS (MCP Server) icon

WHOIS (MCP Server)

v1.1.1
Perform WHOIS lookups and retrieve domain details. You can directly ask the AI to check if a domain is available, who owns it, when it was registered, and other important details. (@bharathvaj/whois-mcp 1.0.1). Documentation: https://github.com/bharathvaj-ganesan/whois-mcp

Changelog

Version history for WHOIS (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Perplexity (MCP Server) icon

Perplexity (MCP Server)

v1.1.1
Perplexity Ask MCP Server (@chatmcp/server-perplexity-ask 0.1.0). Documentation: https://mcp.so/server/perplexity/ppl-ai?tab=content

Changelog

Version history for Perplexity (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
CircleCI (MCP Server) icon

CircleCI (MCP Server)

v1.1.1
A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI's development workflow. This project serves as a bridge between CircleCI's infrastructure and the Model Context Protocol, enabling enhanced AI-powered development experiences. (@circleci/mcp-server-circleci 0.7.1). Documentation: https://github.com/CircleCI-Public/mcp-server-circleci

Changelog

Version history for CircleCI (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Coincap Crypto Price (MCP Server) icon

Coincap Crypto Price (MCP Server)

v1.1.1
Crypto Price & Market Analysis MCP Server. (mcp-crypto-price 1.2.0). Documentation: https://github.com/truss44/mcp-crypto-price

Changelog

Version history for Coincap Crypto Price (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
SearXNG (MCP Server) icon

SearXNG (MCP Server)

v1.1.1
Integrates the SearXNG API, providing web search capabilities. (mcp-searxng 0.4.6). Documentation: https://github.com/ihor-sokoliuk/mcp-searxng

Changelog

Version history for SearXNG (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Brave Search (MCP Server) icon

Brave Search (MCP Server)

v1.1.1
MCP Server for Brave Search. (@modelcontextprotocol/server-brave-search 0.6.2). Documentation: https://mcp.so/server/brave-search/modelcontextprotocol?tab=content

Changelog

Version history for Brave Search (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
EverArt (MCP Server) icon

EverArt (MCP Server)

v1.1.1
AI image generation using various models. (@modelcontextprotocol/server-everart 0.6.2). Documentation: https://mcp.so/server/everart/modelcontextprotocol?tab=content

Changelog

Version history for EverArt (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Github (MCP Server) icon

Github (MCP Server)

v1.1.1
MCP Server for Github. (@modelcontextprotocol/server-github 2025.4.8). Documentation: https://mcp.so/server/github/modelcontextprotocol?tab=content

Changelog

Version history for Github (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
GitLab (MCP Server) icon

GitLab (MCP Server)

v1.1.1
GitLab API, enabling project management. (@modelcontextprotocol/server-gitlab 2025.4.25). Documentation: https://mcp.so/server/gitlab/modelcontextprotocol?tab=content

Changelog

Version history for GitLab (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Google Maps (MCP Server) icon

Google Maps (MCP Server)

v1.1.1
MCP Server for the Google Maps API. (@modelcontextprotocol/server-google-maps 0.6.2). Documentation: https://mcp.so/server/google-maps/modelcontextprotocol?tab=content

Changelog

Version history for Google Maps (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Sequential Thinking (MCP Server) icon

Sequential Thinking (MCP Server)

v1.1.1
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. (@modelcontextprotocol/server-sequential-thinking 0.6.2). Documentation: https://mcp.so/server/sequentialthinking/modelcontextprotocol?tab=content

Changelog

Version history for Sequential Thinking (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Slack (MCP Server) icon

Slack (MCP Server)

v1.1.1
MCP Server for Slack. (@modelcontextprotocol/server-slack 2025.4.25). Documentation: https://mcp.so/server/slack/modelcontextprotocol?tab=content

Changelog

Version history for Slack (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Octagon (MCP Server) icon

Octagon (MCP Server)

v1.1.1
Real-Time Market Intelligence for AI. (octagon-mcp 1.0.18). Documentation: https://github.com/OctagonAI/octagon-mcp-server

Changelog

Version history for Octagon (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Lara Translate (MCP Server) icon

Lara Translate (MCP Server)

v1.1.1
Enabling powerful translation capabilities with support for language detection, context-aware translations and translation memories. (@translated/lara-mcp 0.0.10). Documentation: https://github.com/translated/lara-mcp?tab=readme-ov-file

Changelog

Version history for Lara Translate (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Supabase Management icon

Supabase Management

v1.0.0
Supabase Management API allows you to manage your Supabase projects programmatically including pausing and restoring projects.

Changelog

Version history for Supabase Management

v1.0.0 Latest
  • Initial version
Brevo icon

Brevo

v1.3.0
Integration component for Brevo API providing core operations including contact, list, and campaign management as well as transactional email functionality.

Changelog

Version history for Brevo

v1.3.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.2.4
  • Enhanced JSON parameter parsing in SendEmail component to handle non-string values.
v1.2.3
  • Improved tooltip for template addition to SendEmail component.
v1.2.2
  • Added tooltips for better user guidance in SendEmail component.
v1.2.1
  • Fixed the input validation for Text vs Html content in SendEmail component.
v1.2.0
  • Updated SendEmail component to include templateId and params.
v1.1.0
  • New component: Send Email Immediately
  • Fixed 'senderType is not defined' error in CreateEmailCampaign component.
v1.0.2
  • Added validation for required fields in components.
v1.0.1
  • Initial version
Canva icon

Canva

v1.0.0
Connect Canva with your favorite apps to create visual automated workflows and automate design tasks.

Changelog

Version history for Canva

v1.0.0 Latest
  • Initial version
ElevenLabs icon

ElevenLabs

v1.1.0
ElevenLabs API integration for advanced text-to-speech synthesis.

Changelog

Version history for ElevenLabs

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Pinterest icon

Pinterest

v1.0.0
Connector for interacting with Pinterest via its API. Use this connector to create boards, pins and perform various Pinterest operations.

Changelog

Version history for Pinterest

v1.0.0 Latest
  • Initial version
PDF.co icon

PDF.co

v1.2.0
Integration with PDF.co service offering file uploads, HTML to PDF conversion, PDF merging, metadata extraction, barcode generation and reading, and PDF compression.

Changelog

Version history for PDF.co

v1.2.0 Latest
  • Implemented multiselect input normalization for types field in ReadBarcode component.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Tally icon

Tally

v1.1.0
Tally integration for building custom workflows using triggers, actions, and searches. This service allows you to retrieve forms and field definitions among other capabilities.

Changelog

Version history for Tally

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial version
Apigee icon

Apigee

v1.1.0
Integration component for dynamically managing Apigee IP blocking configurations with TTL.

Changelog

Version history for Apigee

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Apigee API.
v1.0.2
  • Optimized storing items in the KVM. IPs are now stored in 500 groups instead of 1.
v1.0.1
  • Added validation for required fields in components.
v1.0.0
  • Initial version
F

Figma

v3.0.0
Integration component for Figma, providing endpoints for core operations such as posting comments, retrieving comments, file version history, project files, and team projects.

Changelog

Version history for Figma

v3.0.0 Latest
  • (breaking change) MakeApiCall redesigned to the #1459 standard: the `resource` input is replaced by `url`, and `headers`/`parameters` are now key-value array inputs. Existing flows using MakeApiCall must be updated.
v2.0.2
  • Added output examples to component schemas.
v2.0.1
  • Reduced icon size for better performance.
v2.0.0
  • Breaking change (Will require re-authentication): Updated the scopes of the figma connector according to their latest api changes.
v1.0.0
  • Initial version
Blogger icon

Blogger

v1.1.0
Google Blogger API allows managing blogs, posts, and related resources.

Changelog

Version history for Blogger

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Blogger API.
v1.0.3
  • Added output examples to component schemas.
v1.0.2
  • Initial version
Google Contacts icon

Google Contacts

v1.1.0
Google People API to manage contacts and contact groups.

Changelog

Version history for Google Contacts

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Contacts API.
v1.0.4
  • Added output examples to component schemas.
v1.0.3
  • List Other Contacts: now correctly returns contacts.
  • All required values are now double checked before sending requests.
  • Better guidance in the UI with clearer tooltips and labels for contact ID fields.
v1.0.1
  • Removing duplicate components.
v1.0.0
  • Initial version
Google Tasks icon

Google Tasks

v1.1.0
Integration with Google Tasks API allowing operations on tasks and task lists.

Changelog

Version history for Google Tasks

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Tasks API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Linear icon

Linear

v1.1.0
Integration component for Linear’s GraphQL API providing core operations like creating, retrieving, updating, and deleting issues and comments.

Changelog

Version history for Linear

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Linear API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Replicate icon

Replicate

v1.2.0
Replicate is a cloud platform for running machine learning models. It provides APIs to create predictions, retrieve model details, and more.

Changelog

Version history for Replicate

v1.2.0 Latest
  • Implemented multiselect input normalization for webhookEventsFilter field in CreatePrediction component.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Discord icon

Discord

v1.1.0
Integration component for Discord core operations including messaging, guild management, and channel invites.

Changelog

Version history for Discord

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Discord API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Google Slides icon

Google Slides

v1.2.0
Integrate with the Google Slides API to manage presentations, slides, charts, and images.

Changelog

Version history for Google Slides

v1.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Slides API.
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • Implemented multiselect input normalization for fields parameter in GetPresentation component.
v1.0.4
  • Fixed FindPresentations 'Type is not fully qualified' error.
v1.0.1
  • Removing duplicate components.
v1.0.0
  • Initial version
Kit icon

Kit

v1.1.0
Integration with Kit email marketing platform providing subscriber and tag management capabilities.

Changelog

Version history for Kit

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Lemon Squeezy icon

Lemon Squeezy

v1.1.0
Integration with Lemon Squeezy for managing digital product sales, subscriptions, orders, and customer data.

Changelog

Version history for Lemon Squeezy

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Corrected icons on components: Create Customer, Cancel Subscription, Update Customer, Generate Order Invoice, Issue Refund, Update Subscription.
v1.0.0
  • Initial version
Railway icon

Railway

v1.1.0
Integration service for Railway Cloud Platform to manage projects, services, deployments, and environment variables using their GraphQL API.

Changelog

Version history for Railway

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Strava icon

Strava

v1.1.0
Strava API integration for tracking activities, athlete profiles, and performance statistics.

Changelog

Version history for Strava

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Strava API.
v1.0.1
  • Added output examples to component schemas.
v1.0.0
  • Initial version
Zoom icon

Zoom

v1.1.0
Zoom integration for managing meetings, users, webinars, recordings, and account settings.

Changelog

Version history for Zoom

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Zoom API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Clerk icon

Clerk

v1.0.3
Clerk is a comprehensive authentication and user management service that provides features for user sign-up, sign-in, and profile management.

Changelog

Version history for Clerk

v1.0.3 Latest
  • Initial version
Google Meet icon

Google Meet

v1.1.0
Google Meet is a video conferencing service by Google. This service enables creation and management of meeting spaces, access to conference records, participants, and meeting artifacts (recordings and transcripts).

Changelog

Version history for Google Meet

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Meet API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Mailerlite icon

Mailerlite

v1.1.0
Integration with Mailerlite, an email marketing platform offering subscriber management, campaign creation, and analytics.

Changelog

Version history for Mailerlite

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Stripe icon

Stripe

v1.1.0
Stripe API integration for managing payments, customers, refunds, invoices, and balance operations.

Changelog

Version history for Stripe

v1.1.0 Latest
  • Enhanced CreatePaymentIntent and ConfirmPaymentIntent components with flexible capture options - now supports both automatic instant capture and manual partial amount capture for improved payment flow control.
v1.0.4
  • Initial version
BigCommerce icon

BigCommerce

v1.1.0
Integration component for managing BigCommerce products, customers, and orders. Supports OAuth2 authentication for multi-store usage and API tokens as an alternative.

Changelog

Version history for BigCommerce

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Intercom icon

Intercom

v1.1.0
Intercom Connector for managing customer messaging, contacts, conversations, companies, and sending messages.

Changelog

Version history for Intercom

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Intercom API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
SonarQube icon

SonarQube

v1.1.0
Integration component for SonarQube core operations including server version retrieval, connectivity check, project quality gate status, file duplications, and measures analysis.

Changelog

Version history for SonarQube

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Initial version
Square icon

Square

v1.1.0
Square connector for Appmixer that provides customer management and business location services integration with Square's platform.

Changelog

Version history for Square

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Square API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
OpenRouter icon

OpenRouter

v1.1.0
The unified interface for LLMs.

Changelog

Version history for OpenRouter

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the OpenRouter API.
v1.0.1
  • Fixed AI Agent mcpCallTool not passing correlationId, causing MCP server tool calls to appear in separate execution logs.
v1.0.0
  • First version.
EverArt icon

EverArt

v1.1.0
EverArt REST API allows you to create and retrieve text-to-image generations. The service is used for generating images from text prompts and managing models.

Changelog

Version history for EverArt

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Initial version
Klaviyo icon

Klaviyo

v1.1.0
Klaviyo integration for managing customer profiles, lists, campaigns, and event tracking.

Changelog

Version history for Klaviyo

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Initial version
Firecrawl (MCP Server) icon

Firecrawl (MCP Server)

v1.0.0
Turn websites into LLM-ready data. (firecrawl-mcp 3.3.6). Documentation: https://github.com/mendableai/firecrawl-mcp-server

Changelog

Version history for Firecrawl (MCP Server)

v1.0.0 Latest
  • First version.
AWS Knowledge Base Retrieval (MCP Server) icon

AWS Knowledge Base Retrieval (MCP Server)

v1.0.0
An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime. (@modelcontextprotocol/server-aws-kb-retrieval 0.6.2). Documentation: https://mcp.so/server/aws-kb-retrieval-server/modelcontextprotocol?tab=content

Changelog

Version history for AWS Knowledge Base Retrieval (MCP Server)

v1.0.0 Latest
  • First version.
Upstash (MCP Server) icon

Upstash (MCP Server)

v1.0.0
Upstash is a serverless database platform that offers different products, including Redis, QStash and Vector database (@upstash/mcp-server 0.2.0). Documentation: https://upstash.com/docs/redis/integrations/mcp

Changelog

Version history for Upstash (MCP Server)

v1.0.0 Latest
  • First version.
Webflow (MCP Server) icon

Webflow (MCP Server)

v1.0.0
Enable AI agents to interact with Webflow APIs. (webflow-mcp-server 1.0.0). Documentation: https://github.com/webflow/mcp-server

Changelog

Version history for Webflow (MCP Server)

v1.0.0 Latest
  • First version.
WebScraping.AI (MCP Server) icon

WebScraping.AI (MCP Server)

v1.0.0
WebScraping.AI for web data extraction capabilities. (webscraping-ai-mcp 1.0.2). Documentation: https://github.com/webscraping-ai/webscraping-ai-mcp-server

Changelog

Version history for WebScraping.AI (MCP Server)

v1.0.0 Latest
  • First version.
Vercel icon

Vercel

v1.1.0
Integration component for Vercel, enabling management of projects, deployments, domains, environment variables, teams, users, and webhooks.

Changelog

Version history for Vercel

v1.1.0 Latest
  • Added MakeApiCall component for arbitrary API calls.
v1.0.1
  • Initial version
Groq icon

Groq

v1.0.5
Integration with Groq's API for multimodal content analysis, chat completions, audio transcription, translation, and more.

Changelog

Version history for Groq

v1.0.5 Latest
  • Initial version
Streamable HTTP MCP Server (MCP Server) icon

Streamable HTTP MCP Server (MCP Server)

v1.0.2
Streamable HTTP MCP Server

Changelog

Version history for Streamable HTTP MCP Server (MCP Server)

v1.0.2 Latest
  • Updated connector label.
v1.0.1
  • Initial version.
Help Scout icon

Help Scout

v1.1.0
Help Scout Mailbox connector.

Changelog

Version history for Help Scout

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Help Scout API.
v1.0.4
  • Added output examples to component schemas.
v1.0.3
  • Initial version
Context7 (MCP Server) icon

Context7 (MCP Server)

v1.1.1
Up-to-date Code Docs For Any Prompt. (@upstash/context7-mcp 1.0.14). Documentation: https://github.com/upstash/context7

Changelog

Version history for Context7 (MCP Server)

v1.1.1 Latest
  • Updated connector label.
v1.1.0
  • Implemented multiselect input normalization for tools field.
v1.0.0
  • First version.
Box icon

Box

v1.1.0
Cloud content management and file sharing platform for businesses.

Changelog

Version history for Box

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Box API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version
Google Docs icon

Google Docs

v1.3.0
Integration component for Google Docs core operations, allowing creation, modification, deletion, and retrieval of document content.

Changelog

Version history for Google Docs

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Docs API.
v1.2.0
  • Added test() (Flow Test Mode) to all triggers: NewDocument, UpdatedDocument.
v1.1.0
  • CreateDocument: added HTML rich text support via contentType selector
v1.0.0
  • Initial version with Google Docs operations
Todoist icon

Todoist

v1.1.0
Todoist is a task management application that helps users organize tasks and projects with features like due dates, priorities, labels, and collaboration.

Changelog

Version history for Todoist

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Todoist API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Replace deprecated API endpoints with new ones.
v1.0.0
  • Initial version
Front icon

Front

v1.1.0
Front is a customer communication platform that centralizes team email, SMS, chat, and social messages in one collaborative inbox. This connector allows you to manage contacts, conversations, messages, and team collaboration features through the Front Core API.

Changelog

Version history for Front

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Front API.
v1.0.3
  • Added output examples to component schemas.
v1.0.2
  • Initial version
Unkey icon

Unkey

v1.1.0
Unkey is an open source API authentication and authorization platform for scaling user facing APIs. Manage API keys, rate limiting, and more.

Changelog

Version history for Unkey

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial release with key management components: CreateKey, GetKey, UpdateKey, DeleteKey, VerifyKey, ListKeys, GetAPI, and UpdateKeyRemaining.
Redis icon

Redis

v1.0.0
Redis is an open-source, in-memory data structure store used as a database, cache, and message broker. It supports various data structures such as strings, hashes, lists, sets, and more.

Changelog

Version history for Redis

v1.0.0 Latest
  • Initial version.
Vapi icon

Vapi

v1.1.0
Vapi is a platform for building voice AI assistants. Integrate voice capabilities into your workflows.

Changelog

Version history for Vapi

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • CreateSquad: changed Assistant field to multiselect Members, marked as required.
  • UpdateSquad: marked Members field as required.
  • FindSquads, FindAssistants: fixed date filter fields showing one day earlier than selected.
v1.0.0
  • Initial release with assistants and squads components.
RagieAI icon

RagieAI

v1.1.0
RagieAI is a fully managed RAG-as-a-Service platform that helps developers build production-ready AI applications with retrieval augmented generation.

Changelog

Version history for RagieAI

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Initial release with document management components.
Axiom icon

Axiom

v1.1.0
Axiom is a cloud-native observability platform that allows you to store, query, and analyze log data at scale.

Changelog

Version history for Axiom

v1.1.0 Latest
  • Added MakeApiCall component for arbitrary API calls.
v1.0.0
  • Initial release with dataset, query, and monitor management components.
Resend icon

Resend

v1.2.0
Resend is an email API service that provides transactional email delivery, domain management, and API key operations. It is designed for developers to easily integrate reliable email functionalities into their applications.

Changelog

Version history for Resend

v1.2.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.1.0
  • Added scheduledAt parameter to SendEmail action for scheduling emails up to 72 hours in advance.
v1.0.3
  • Initial version
Constant Contact icon

Constant Contact

v1.1.0
Constant Contact v3 REST API for managing contacts, lists, and email campaigns.

Changelog

Version history for Constant Contact

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Constant Contact API.
v1.0.1
  • Added output examples to component schemas.
v1.0.0
  • Initial version
ntfy icon

ntfy

v1.1.0
Integration component for ntfy (ntfy.sh) - a simple HTTP-based pub-sub notification service. Supports sending push notifications to Android, iOS, and desktop with rich options including title, priority, tags, and click actions.

Changelog

Version history for ntfy

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.0
  • Initial version: PublishNotification component with support for message, title, priority, tags, click URL, icon URL, and attachment URL.
LogScale icon

LogScale

v1.1.0
Send events to CrowdStrike Falcon LogScale using the HTTP Event Collector ingestion API.

Changelog

Version history for LogScale

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.0
  • Initial release with SendEvent and SendEvents components for Falcon LogScale ingestion.
Convex icon

Convex

v1.1.0
Convex Management API integration for managing projects and deployments using Team Access Tokens (Bearer).

Changelog

Version history for Convex

v1.1.0 Latest
  • Added MakeApiCall component for arbitrary Convex API calls.
v1.0.0
  • Initial version
GoHighLevel icon

GoHighLevel

v1.1.0
GoHighLevel is an all-in-one CRM and marketing automation platform for agencies and businesses. Connect to manage contacts, opportunities, conversations, calendars, and more.

Changelog

Version history for GoHighLevel

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.0
  • Initial release.
Azure DevOps icon

Azure DevOps

v1.3.0
Azure DevOps is a set of developer services providing version control, reporting, requirements management, project management, automated builds, testing and release management capabilities.

Changelog

Version history for Azure DevOps

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Azure DevOps API.
v1.2.0
  • Added test() (Flow Test Mode) to the NewWorkItem and UpdatedWorkItem triggers.
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • auth: add optional Tenant ID field to support multi-tenant Azure AD setups (#2684)
  • components: return a clear error when the API response is not a valid object (prevents engine TypeError)
v1.0.0
  • Initial release.
Better Stack icon

Better Stack

v1.1.0
Better Stack Uptime API connector for monitor management.

Changelog

Version history for Better Stack

v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Fix quota resource identifiers for status page components.
v1.0.0
  • Initial release with Uptime monitor CRUD components.
Google Ads icon

Google Ads

v1.3.0
Google Ads connector for Customer Match workflows, user list management, and offline user data jobs.

Changelog

Version history for Google Ads

v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Ads API.
v1.2.2
  • Added output examples to component schemas.
v1.2.0
  • Added explicit schema mapping for CSV uploads.
v1.1.0
  • Added support for uploading and removing users to Google Ads user lists from CSV files via two new components.
v1.0.0
  • Initial Google Ads release with user list and Customer Match workflow components.
beehiiv icon

beehiiv

v1.2.0
Newsletter platform built for growth. Manage subscriptions, posts, automations, and more.

Changelog

Version history for beehiiv

v1.2.0 Latest
  • Added test() methods to subscriber webhook triggers (NewSubscriber, SubscriberConfirmed, SubscriberUpgraded, SubscriberDowngraded, SubscriberDeleted) for Flow Test Mode support via shared lib.fetchLatestSubscription/toWebhookShape helpers.
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.0
  • Initial release.
Google Chat icon

Google Chat

v1.2.0
Integration with Google Chat messaging platform for sending messages, retrieving spaces, and searching messages.

Changelog

Version history for Google Chat

v1.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Chat API.
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • Added multiselect input normalization for improved compatibility.
  • FindSpaces: spaceTypes field now accepts both array and comma-separated string inputs.
v1.0.1
  • Initial version
Google Forms icon

Google Forms

v1.0.1
Google Forms is a survey administration software included as part of the free, web-based Google Docs Editors suite offered by Google. The service allows users to create surveys and quizzes with multiple question types.

Changelog

Version history for Google Forms

v1.0.1 Latest
  • Initial release with core Google Forms actions
  • Implemented Create Form, Get Form, Get Response, Delete Form, Update Form, and Make API Call actions
Microsoft Power BI icon

Microsoft Power BI

v1.1.0
Microsoft Power BI is a business analytics service that delivers insights to enable fast, informed decisions. Connect to hundreds of data sources, simplify data prep, and drive ad hoc analysis.

Changelog

Version history for Microsoft Power BI

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Power BI API.
v1.0.2
  • Added output port examples to all components.
v1.0.0
  • Initial release.
Paddle icon

Paddle

v1.1.1
Paddle Billing REST API for products, customers, and transactions. Base URL https://api.paddle.com. Authenticate with an API key using Authorization: Bearer and set any required version headers as per Paddle docs.

Changelog

Version history for Paddle

v1.1.1 Latest
  • add MakeApiCall component.
  • FindTransactions: remove empty 'All' status option that caused validation error.
v1.0.1
  • Initial version
Bluesky icon

Bluesky

v2.1.0
Bluesky is a decentralized social media platform built on the AT Protocol. Connect Appmixer to Bluesky to automate posts, monitor mentions, search users and posts, manage follows, likes, reposts, and more.

Changelog

Version history for Bluesky

v2.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewFollower, NewMention, NewReply.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed from textarea/JSON string to key-value array inputs per standard #1459 (body remains textarea/JSON to support nested structures) — existing flows that used the old string-typed headers or parameters must be updated.
v1.0.0
  • Initial release.
Mollie icon

Mollie

v1.1.1
Mollie Payments API integration for creating and managing payments, refunds, and customers.

Changelog

Version history for Mollie

v1.1.1 Latest
  • Added output examples to component schemas.
v1.1.0
  • feat: update MakeApiCall component to match standard spec (add headers, parameters inputs; fix output format)
v1.0.0
  • Initial version
WhatsApp icon

WhatsApp

v2.2.0
Connect Appmixer to the WhatsApp Business Cloud API. Send and receive messages, manage media, and react to inbound events.

Changelog

Version history for WhatsApp

v2.2.0 Latest
  • Added test() (Flow Test Mode) to the NewMessage and MessageStatusUpdated triggers (representative synthetic payload — the WhatsApp Cloud API cannot list past messages/statuses).
v2.1.1
  • New WhatsApp Embedded Signup flow (Backoffice: appmixer:whatsapp.esConfigId + Meta App 'Allowed Domains for the JavaScript SDK'). Auth starts on a plugin-served page running Meta's Embedded Signup via the FB JS SDK — users select or create a WABA and phone number, Zapier-style; the resulting token carries enumerable WABA target_ids. Requires a verified business and advanced access for the whatsapp scopes on the Meta App.
  • OAuth simplified to two flows: Embedded Signup (esConfigId) and plain OAuth with explicit whatsapp scopes (+ auth_type=rerequest so stale Business Integration grants are re-prompted). The Login-Configuration redirect flow (configId) was removed — it added setup complexity over plain OAuth without any benefit (same picker, same scopes, no WABA enumeration).
  • Auth: WABA discovery hardened — /debug_token failures are logged instead of silently swallowed; auth now always fails when the token carries no whatsapp scope at all (Meta drops scopes silently for stale grants or standard access without an app role). WABA IDs are collected from both whatsapp granular scopes; unrestricted grants ('all current and future WABAs', no target_ids) pass with manual WABA entry, with best-effort enumeration via /me/businesses when business_management happens to be granted.
  • New ListBusinessAccounts component (businessAccounts/). Lists the WABAs granted during OAuth (from profileInfo, no extra Graph API scope needed) with best-effort name enrichment.
  • WhatsApp Business Account ID is now a required dynamic dropdown (sourced from ListBusinessAccounts) on all components that take it — Send*Message, ListMessageTemplates, ListPhoneNumbers, UploadMedia, NewMessage, MessageStatusUpdated. Manual entry remains possible via variable mode.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed from textarea/JSON string to key-value array inputs per standard #1459 (body remains textarea/JSON to support nested structures) — existing flows that used the old string-typed headers or parameters must be updated.
v1.1.0
  • Send*Message component descriptions clarify the 24-hour messaging window and silent-drop behaviour.
  • OAuth now uses Facebook Login for Business with a Meta Login Configuration ID (`appmixer:whatsapp.configId` in Backoffice). Customers see the WABA asset picker instead of a plain consent screen. Falls back to plain OAuth when configId is not set.
  • Auth fails explicitly when /debug_token returns granular_scopes but no WhatsApp Business Account is selected — prevents 'connected but useless' accounts.
  • New ListMessageTemplates component (messages/). Usable standalone and as the dynamic-source dropdown for SendTemplateMessage's Template Name field — customers now pick APPROVED templates from a typeahead.
v1.0.0
  • Initial WhatsApp Business Cloud API connector.
  • Messages: SendTextMessage, SendTemplateMessage, SendImageMessage, SendVideoMessage, SendAudioMessage, SendDocumentMessage, SendLocationMessage.
  • Media: UploadMedia, GetMediaURL, DownloadMedia, DeleteMedia.
  • Sender phone numbers: RegisterSenderPhoneNumber (Register Sender), DeregisterPhoneNumber, ListPhoneNumbers, GetPhoneNumber, GetRegistrationStatus, EnsurePhoneNumberRegistered — all operate on YOUR business sender numbers, never on recipients.
  • Triggers (webhook): NewMessage, MessageStatusUpdated.
  • Core: MakeApiCall (per #1459 standard).
Freshsales icon

Freshsales

v1.1.1
Freshsales REST API for managing contacts, accounts, deals, activities, and bulk jobs over HTTPS JSON endpoints. Base URL pattern: https://{bundleAlias}.myfreshworks.com/crm/sales/api/ (legacy: https://{subdomain}.freshsales.io/api/).

Changelog

Version history for Freshsales

v1.1.1 Latest
  • add MakeApiCall component
v1.0.0
  • Initial version
GetResponse icon

GetResponse

v1.1.0
Email marketing platform. Manage contacts, campaigns, and tags using the GetResponse REST API v3.

Changelog

Version history for GetResponse

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the GetResponse API.
v1.0.1
  • Initial version
Harvest icon

Harvest

v1.1.0
Harvest is a time tracking and invoicing application that helps businesses and freelancers track work hours, manage projects, and create professional invoices for clients.

Changelog

Version history for Harvest

v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Harvest API.
v1.0.1
  • Added output examples to component schemas.
v1.0.0
  • Initial version
E2B icon

E2B

v1.0.0
E2B provides secure, isolated cloud sandboxes for running AI-generated code and commands. Create sandboxes, execute code and shell commands, transfer files, and manage the sandbox lifecycle.

Changelog

Version history for E2B

v1.0.0 Latest
  • Initial version.
Epic icon

Epic

v1.0.1
Read clinical data from Epic on FHIR (R4): patients, conditions, observations (labs, vitals, smoking history), medications, procedures, immunizations, diagnostic reports, documents and more.

Changelog

Version history for Epic

v1.0.1 Latest
  • Production readiness: OAuth2 authorize/token endpoints are now configurable per organisation. Set epicOauthBaseUrl explicitly, or let it derive from epicFhirBaseUrl (standard Epic interconnect layout); the public sandbox remains the default. The OAuth audience (aud) now follows the configured FHIR base URL.
  • Internal: shared utilities consolidated into lib.js (commons.js removed) to follow the repository convention.
v1.0.0
  • Initial release. Read clinical FHIR (R4) data from Epic: Patient, Condition, Observation (labs, vitals, smoking history), Medication, MedicationRequest, Procedure, CarePlan, Goal, Immunization, DiagnosticReport, DocumentReference and Device.
  • Appointment support: Get Appointment and polling triggers New Appointment, Updated Appointment, Cancelled Appointment.
  • Get components for fetching a single resource by FHIR ID: Get Patient, Get Diagnostic Report, Get Procedure and Get Medication Request.
  • Make Api Call component for arbitrary authorized FHIR requests.
Latchshot icon

Latchshot

v1.0.1
Capture guarded screenshots and PDFs of public web pages and store the returned artifact as a file.

Changelog

Version history for Latchshot

v1.0.1 Latest
  • Initial version.
Woodpecker icon

Woodpecker

v1.1.0
Woodpecker.co is a cold-email and sales-outreach platform. Automate campaigns, prospects, mailboxes and react to outreach events in real time.

Changelog

Version history for Woodpecker

v1.1.0 Latest
  • Fixed API endpoints: Add Or Update Prospect now calls POST /v1/add_prospects_list (POST /v1/prospects does not exist), List Campaigns calls GET /v1/campaign_list (GET /v2/campaigns responds 405; empty accounts respond 204) and List Manual Tasks calls /v2/manual_tasks (underscore).
  • Create Campaign now sends the full APIv2 campaign structure (settings with timezone and daily_enroll, email_account_ids, START→EMAIL steps with delivery times and a body version). New required inputs: Email Account ID (a connected Woodpecker mailbox), Subject and Message; new optional Daily Enroll Limit; the unsupported From Name input was removed.
  • Find Prospects now searches via GET /v2/prospects (the previously used /v1/search-prospects endpoint responds 400).
  • Get Campaign Statistics reads stats from the v1 campaign detail (GET /v1/campaign_list?id=X) — the previously used /v2/campaigns/:id/statistics endpoint does not exist; output now carries the real stats fields (prospects, sent, delivery, opened, clicked, replied, interested, bounced, invalid, optout, queue).
  • List Mailboxes and Get Mailbox flatten the API's nested `details` object so the declared output fields (email, from_name, daily_limit, ...) resolve.
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Woodpecker API.
  • Copilot review round: awaited lock release and PII-safe payload logging (opt-in via logWebhookPayloads config) in the plugin webhook route, events without a company id are skipped instead of routed to an 'unknown' listener key, plugin triggers fail fast when the account has no company id, Add Prospects To Campaign requires and validates the prospects array, Task Created Flow Test prefers a real manual task id, company_id output accepts string ids.
v1.0.0
  • Initial release. Campaigns and Prospects actions, Mailboxes, Manual Tasks and webhook-based triggers.