GraphQL Changelog – Week 29/09 to 03/10

This update adds new fields to help you manage AI features and SMTP configurations. You can now track who disabled AI features and why, check for SMTP reauthentication, and specify reference connectors when creating cards.

GraphQL Changelog – Week 22/09 to 26/09

This update expands the autoFillFields query with a new throughConnectors argument, and introduces the filterAuthorizedFormsToMe query to retrieve only forms specifically authorized for you.

GraphQL Changelog – Week 15/09 to 19/09

This update introduces new organization usage statistics types and queries, including AI credit usage details, while removing the pages field from InterfaceType.

GraphQL Changelog – Week 08/09 to 12/09

Hey there! We're excited to share what's new in our latest update. We've added a couple of features to make your workflow smoother and data access even easier. Here's a look at the changes:

GraphQL Changelog – Week 01/09 to 05/09

We’ve added full automation management to the GraphQL API. Use the createAutomation, updateAutomation, and deleteAutomation mutations to create, modify, and remove automation configurations, with corresponding input and payload types (CreateAutomationInput/Payload, UpdateAutomationInput/Payload, DeleteAutomationInput/Payload).

GraphQL Changelog – Week 25/08 to 29/08

New types have been introduced, including Base, Form, and various PortalInterface types to support new portal functionalities. Several types and mutations related to SMTP configurations have also been added, such as createSmtpConfiguration and SmtpConfiguration, enabling new email management features. Additionally, new fields were added to AiBehaviorMetadata and AiBehaviorParams, enhancing AI-related functionalities. A change was made to the value field in FieldMapInput, making it optional.

GraphQL Changelog – Week Aug 04 to Aug 08

This week's update is the addition of a new identification field, id, to both the AiBehaviorActionAttributes object type and the AiBehaviorActionAttributesInput input type. This change allows for the unique identification of actions, providing greater precision and control in managing AI behaviors.

GraphQL Changelog – Week Jul 28 to Aug 01

This changelog introduces a new createTag mutation, enabling users to create tags. It also adds new CreateInput and CreatePayload types to support this functionality. Additionally, the BulkTagsInput has been updated with a new visibleToMembers boolean field, allowing for more granular control over tag visibility.

GraphQL Changelog – Jul 5 to Jul 25

This update introduces robust organization reporting features, allowing you to create, manage, and export detailed reports. We've also added enhanced controls for AI behavior, giving you more precise configuration options. Finally, this release brings improved tag management capabilities, including bulk operations and visibility controls, while streamlining our API by removing some legacy embedding interfaces.

GraphQL API Changelog - Jun 28 to Jul 04

This API update focuses on improving assistant and dependency management. For assistants, the assistantId fields were removed from AppInterface and InterfaceType, replaced by a new, standardized assistant field in those same types, alongside the introduction of the InterfaceAssistant type. Regarding dependencies, the DependentConnection, DependentConnectionConnection, and DependentConnectionEdge types were added, and the dependentConnections field was included in the FieldDependency type for more robust dependency connection management.