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.
GraphQL API Changelog - Jun 21 to Jun 27
This changelog introduces new queries and mutations for managing field dependencies and AI settings. Key additions include the dependentEmailTemplates query and the updateAiSettings mutation, along with their associated types. Additionally, the dependentConditionals query has been updated to enforce a non-null return type.
GraphQL API Changelog - Jun 14 to Jun 20
This update introduces new queries, mutations, and types focused on three key areas: automation, AI integration, and notification management. It includes features for exporting automation jobs, running automation simulations, controlling AI preferences, and handling notifications with advanced filtering options.
GraphQL API Changelog - Jun 7 to Jun 13
This week, we introduced new features to the GraphQL API, including support for tag categories with the addition of the tagCategories query and updateTagCategory mutation, as well as new related types. We also enhanced file upload capabilities by adding new fields to the CreatePresignedUrlInput input object.