<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>epilot API Changelog</title>
        <link>https://docs.epilot.io/api/changelog</link>
        <description>Breaking changes, new features, and significant updates to epilot APIs.</description>
        <lastBuildDate>Wed, 27 May 2026 23:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[2026-05-27 File API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-27-file-api</link>
            <guid>/api/changelog/2026-05-27-file-api</guid>
            <pubDate>Wed, 27 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/files//summary:generate endpoint added for generating an AI summary of a file, alongside new previewsummary, shortsummary, and summary_status response fields]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-25 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-25-pricing-api</link>
            <guid>/api/changelog/2026-05-25-pricing-api</guid>
            <pubDate>Mon, 25 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Provider search responses (POST /v1/public/integration//providers:search) now include the required type and additionalData fields, the latter carrying grid operators, default suppliers, and market-area details]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-25 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-25-webhooks-api</link>
            <guid>/api/changelog/2026-05-25-webhooks-api</guid>
            <pubDate>Mon, 25 May 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- Multipart webhook delivery configuration was restructured: the metadataFieldName field was removed and replaced by fileSource (a JSONata expression selecting which attachments to send), fileFieldStrategy (single or multi), and extraFields (additional form fields populated from JSONata expressions) (breaking)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-25 Event Catalog API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-25-event-catalog-api</link>
            <guid>/api/changelog/2026-05-25-event-catalog-api</guid>
            <pubDate>Mon, 25 May 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New endpoints added for accessing event historyhistory to search past events and GET /v2/events//history/{event_id} to fetch a single event]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-22 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-22-email-settings-api</link>
            <guid>/api/changelog/2026-05-22-email-settings-api</guid>
            <pubDate>Fri, 22 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/outlook/calendar/me and DELETE /v2/outlook/calendar/me endpoints added for inspecting and removing the current user's Outlook calendar connection]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-22 User API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-22-user-api</link>
            <guid>/api/changelog/2026-05-22-user-api</guid>
            <pubDate>Fri, 22 May 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New endpoints added for managing per-user settings: GET /v2/users/me/settings (list available scopes and keys), GET /v2/users/me/settings/, and GET/PUT/DELETE /v2/users/me/settings/{scope}/{key} — scopes include calendar, navigation, and search]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-21 Notes API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-21-notes-api</link>
            <guid>/api/changelog/2026-05-21-notes-api</guid>
            <pubDate>Thu, 21 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/note//archive and POST /v1/note/{id}/unarchive endpoints added, along with an archivedat field and a filter query parameter for filtering notes by archive state]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-20 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-20-automation-api</link>
            <guid>/api/changelog/2026-05-20-automation-api</guid>
            <pubDate>Wed, 20 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New loops field added to automation flows (POST /v1/automation/flows) defining loop scopes that resolve an array from the trigger entity; actions opt into a loop via a new loop_id property and then run once per resolved item]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-19 Query API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-19-query-api</link>
            <guid>/api/changelog/2026-05-19-query-api</guid>
            <pubDate>Tue, 19 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New nextCursor and total response fields added, enabling keyset pagination for chart-config row queries and total-count reporting for paginated raw-SQL queries]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-15 File API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-15-file-api</link>
            <guid>/api/changelog/2026-05-15-file-api</guid>
            <pubDate>Fri, 15 May 2026 23:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[2026-05-13 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-13-entity-api</link>
            <guid>/api/changelog/2026-05-13-entity-api</guid>
            <pubDate>Wed, 13 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional orgid field added to createdby user objects on saved views (POST /v1/entity/view, GET/PUT/PATCH /v1/entity/view/, GET /v1/entity/views, GET /v1/entity/views/favorites) for partner access control across organizations]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-13 Integration Toolkit API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-13-integration-toolkit-api</link>
            <guid>/api/changelog/2026-05-13-integration-toolkit-api</guid>
            <pubDate>Wed, 13 May 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New portalref and envvarref config options added to inbound use case field mappings — portalref resolves to a property (portalid, origin, domain, name) of one of the calling organization's portal configurations at runtime by filter, and envvar_ref resolves to an org-scoped non-secret environment variable from the environments-api service, replacing hardcoded environment-specific portal UUIDs and config values in inbound mappings]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-13 Metering API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-13-metering-api</link>
            <guid>/api/changelog/2026-05-13-metering-api</guid>
            <pubDate>Wed, 13 May 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New endpoints added for managing pending reading changesetsapply (approve and commit to ClickHouse), and POST .../changesets/:dismiss (reject)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-13 Event: Meter Reading Added]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-13-event-meter-reading-added</link>
            <guid>/api/changelog/2026-05-13-event-meter-reading-added</guid>
            <pubDate>Wed, 13 May 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- New activity_type field added identifying the lifecycle action that triggered the event: MeterReadingsAdded (direct commit), ChangesetCreated (pending), ChangesetApplied (pending → committed), or ChangesetDismissed (pending rejected)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-07 Event: Service Meter Reading Added]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-07-event-service-meter-reading-added</link>
            <guid>/api/changelog/2026-05-07-event-service-meter-reading-added</guid>
            <pubDate>Thu, 07 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New eventattachments array added carrying file metadata (entityid, filename, mimetype, sizebytes, s3ref, versionindex, readablesize, tags, relationtags, category, filedate, createdat) for every file related to the ticket — consumers should filter by relationtags, tags, mimetype, or createdat proximity to reading_timestamp to identify the meter reading photo]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-06 App API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-06-app-api</link>
            <guid>/api/changelog/2026-05-06-app-api</guid>
            <pubDate>Wed, 06 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New PortalExtensionHookDataExport portal extension hook type added — when configured on export-capable portal blocks, the portal delegates the export action (CSV/Excel/PDF download) to the external source instead of generating the file itself]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-06 User API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-06-user-api</link>
            <guid>/api/changelog/2026-05-06-user-api</guid>
            <pubDate>Wed, 06 May 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New optional abbreviation field (up to 2 characters, nullable) added to user groups across GET /v1/groups, POST /v1/groups, GET/PATCH /v1/groups/, POST /v1/groups/{id}/user:next, and GET /v2/users/{id}/groups]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-05 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-05-automation-api</link>
            <guid>/api/changelog/2026-05-05-automation-api</guid>
            <pubDate>Tue, 05 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional markasread field added to ForwardEmailAction, ReplyEmailAction, and SendEmailAction configurations, controlling whether the email thread is automatically marked as read after the action completes]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-04 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-04-pricing-api</link>
            <guid>/api/changelog/2026-05-04-pricing-api</guid>
            <pubDate>Mon, 04 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional availabilityaddress and variableinputs fields added to the external catalog request context on POST /v1/public/external-catalog/products, POST /v1/public/external-catalog/product-recommendations, and POST /integration/external-service, enabling availability filtering by address and variable-amount price computation]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-02 Message API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-02-message-api</link>
            <guid>/api/changelog/2026-05-02-message-api</guid>
            <pubDate>Sat, 02 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional markthreadas_read field added to POST /v1/message/messages and POST /v1/message/drafts, controlling whether sending a reply marks the thread as read for the sender's org/user (defaults to true)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-01 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-01-core-events</link>
            <guid>/api/changelog/2026-05-01-core-events</guid>
            <pubDate>Fri, 01 May 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Four new pending-changeset metadata fields added across all built-in events: haspendingchangesets, changeseteditmodes, changesetattributes, and changeseteditmodesby_attribute — enabling fine-grained webhook conditions based on whether the triggering entity has pending changesets and which attributes/edit modes are involved]]></description>
        </item>
        <item>
            <title><![CDATA[2026-05-01 Event: Meter Reading Added]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-05-01-event-meter-reading-added</link>
            <guid>/api/changelog/2026-05-01-event-meter-reading-added</guid>
            <pubDate>Fri, 01 May 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New proposedmeterreadings array added carrying pending reading-changeset context (counter ID, value, direction, status, editmode, changesetid, and previous values being overwritten); populated only when the event represents a pending reading-changeset creation]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-30 Integration Toolkit API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-30-integration-toolkit-api</link>
            <guid>/api/changelog/2026-04-30-integration-toolkit-api</guid>
            <pubDate>Thu, 30 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- slug request property is now required on all use-case create variants (POST /v1/integrations//use-cases) — file proxy, inbound, managed call, outbound, and secure proxy (breaking)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-30 Journey Config API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-30-journey-config-api</link>
            <guid>/api/changelog/2026-04-30-journey-config-api</guid>
            <pubDate>Thu, 30 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New optional version query parameter added to GET /v1/journey/configuration/ and GET /v2/journey/configuration/{id} for fetching historical snapshots; 0 (default) returns the live row, positive integers return earlier saved versions]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-28 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-28-entity-api</link>
            <guid>/api/changelog/2026-04-28-entity-api</guid>
            <pubDate>Tue, 28 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional editmode and editmode_config fields added to all entity schema attribute types in schema responses]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-28 Notes API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-28-notes-api</link>
            <guid>/api/changelog/2026-04-28-notes-api</guid>
            <pubDate>Tue, 28 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- createdby field type changed from a single object to an array of objects across all note endpoints — consumers reading createdby fields must handle arrays (breaking)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-28 Entity Mapping API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-28-entity-mapping-api</link>
            <guid>/api/changelog/2026-04-28-entity-mapping-api</guid>
            <pubDate>Tue, 28 Apr 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New iteration operations added to entity mapping rules: each (path to the source array to iterate), as (variable name for each item, accessed as $ in copy paths within map), and _map (operation applied per iteration item), enabling array-to-array entity transformation]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-28 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-28-webhooks-api</link>
            <guid>/api/changelog/2026-04-28-webhooks-api</guid>
            <pubDate>Tue, 28 Apr 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- Webhook auth credential fields (password, clientSecret, keyValue) are now nullable; passing null explicitly clears the stored value, omitting the field preserves the existing value]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-21 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-21-core-events</link>
            <guid>/api/changelog/2026-04-21-core-events</guid>
            <pubDate>Tue, 21 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New remarks array field added to MeterReadingAdded and ServiceMeterReadingAdded events, containing free-text remarks from the submitter in reading order (one per counter for multi-counter meters; empty or whitespace-only remarks are omitted)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-17 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-17-pricing-api</link>
            <guid>/api/changelog/2026-04-17-pricing-api</guid>
            <pubDate>Fri, 17 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- context.contract.billing_account and context.contract.payment request fields on POST /v1/public/external-catalog/products and POST /v1/public/external-catalog/product-recommendations changed from string relation IDs to objects (breaking)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-17 Permissions API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-17-permissions-api</link>
            <guid>/api/changelog/2026-04-17-permissions-api</guid>
            <pubDate>Fri, 17 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New equalscurrentuser grant condition (EqualsCurrentUserCondition) added, checking whether any relation_user attribute on the entity contains the currently authenticated user; an optional attribute path restricts the check to a specific field]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-16 Design Builder API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-16-design-builder-api</link>
            <guid>/api/changelog/2026-04-16-design-builder-api</guid>
            <pubDate>Thu, 16 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Many new design token fields added to Journey design objects for fine-grained styling: button variants (primary, ghost, outlined), input fields, cards, chips, dropdowns, datepicker, toggles, topbar, font size scale, and more; IMAGE added as a new file_type option for design logos]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-16 Integration Toolkit API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-16-integration-toolkit-api</link>
            <guid>/api/changelog/2026-04-16-integration-toolkit-api</guid>
            <pubDate>Thu, 16 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New optional groupid field on POST /v3/erp/updates/events for controlling processing parallelism: events sharing the same groupid are processed in order; events with different group_id values are processed concurrently (up to 20 concurrent groups per integration)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-16 Message API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-16-message-api</link>
            <guid>/api/changelog/2026-04-16-message-api</guid>
            <pubDate>Thu, 16 Apr 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New optional unlinkmappedentities query parameter on POST /v1/message/threads//unassign; when true, also removes the unassigned entities from mapped_entities on related source entities]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-16 Event: Meter Reading Added]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-16-event-meter-reading-added</link>
            <guid>/api/changelog/2026-04-16-event-meter-reading-added</guid>
            <pubDate>Thu, 16 Apr 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- New contracts array field added to the MeterReadingAdded event payload, providing the full list of hydrated contract entities linked to the meter (supports meters associated with multiple contracts)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-15 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-15-customer-portal-api</link>
            <guid>/api/changelog/2026-04-15-customer-portal-api</guid>
            <pubDate>Wed, 15 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/portal/metering/readings endpoint added for retrieving paginated meter readings for a specific counter, with optional Handlebars template resolution per reading and per counter entity]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-14 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-14-customer-portal-api</link>
            <guid>/api/changelog/2026-04-14-customer-portal-api</guid>
            <pubDate>Tue, 14 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New aggregation_method field added to consumption items in GET /v2/portal/consumption responses, indicating the aggregation method used (values: sum, average, max, min)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-14 Environments API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-14-environments-api</link>
            <guid>/api/changelog/2026-04-14-environments-api</guid>
            <pubDate>Tue, 14 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New endpoints added for managing environment variable groups: GET /v1/environments/groups (list groups), PUT /v1/environments/groups/ (create or update a group), DELETE /v1/environments/groups/{name} (delete a group)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-13 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-13-blueprint-manifest-api</link>
            <guid>/api/changelog/2026-04-13-blueprint-manifest-api</guid>
            <pubDate>Mon, 13 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v1/marketplace-listings endpoint added for listing all marketplace listings for the authenticated organization]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-13 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-13-email-settings-api</link>
            <guid>/api/changelog/2026-04-13-email-settings-api</guid>
            <pubDate>Mon, 13 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/email-settings/domain/dns-records:verify endpoint added for verifying that all DNS records (MX, TXT, CNAME) are correctly configured for a domain]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-13 User API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-13-user-api</link>
            <guid>/api/changelog/2026-04-13-user-api</guid>
            <pubDate>Mon, 13 Apr 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New image_uri field added to user groups, supporting profile image URLs and gradient avatar color configuration]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-10 Deduplication API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-10-deduplication-api</link>
            <guid>/api/changelog/2026-04-10-deduplication-api</guid>
            <pubDate>Fri, 10 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New asynchronous deduplication endpoints: POST /v1/deduplicate/job submits a background job and returns a jobId; GET /v1/deduplicate/jobs/ returns the current job status and result]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-10 Journey Config API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-10-journey-config-api</link>
            <guid>/api/changelog/2026-04-10-journey-config-api</guid>
            <pubDate>Fri, 10 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New optional protectedEditable array field added to journey configurations, listing path patterns (with wildcard support) that remain editable when the journey is in protected (read-only) mode]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-09 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-09-automation-api</link>
            <guid>/api/changelog/2026-04-09-automation-api</guid>
            <pubDate>Thu, 09 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New ForwardEmailAction and ReplyEmailAction action types added to automation flows and executions, enabling automated email forwarding and reply workflows]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-09 Integration Toolkit API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-09-integration-toolkit-api</link>
            <guid>/api/changelog/2026-04-09-integration-toolkit-api</guid>
            <pubDate>Thu, 09 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New groupby request field added to POST /v2/integrations//monitoring/time-series, enabling breakdown of time-series buckets by usecasetype or usecase]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-09 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-09-workflows-definition-api</link>
            <guid>/api/changelog/2026-04-09-workflows-definition-api</guid>
            <pubDate>Thu, 09 Apr 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New inputentity field added to AutomationTrigger for email thread triggers, specifying which entity (thread, firstemail, or last_email) is used as input for automation and decision tasks]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-08 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-08-blueprint-manifest-api</link>
            <guid>/api/changelog/2026-04-08-blueprint-manifest-api</guid>
            <pubDate>Wed, 08 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v3/blueprint-manifest/blueprint:install endpoint added for installing blueprints using the V3 engine (direct API calls with checkpoint-based resume on failure)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-08 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-08-webhooks-api</link>
            <guid>/api/changelog/2026-04-08-webhooks-api</guid>
            <pubDate>Wed, 08 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/webhooks/configs//test-oauth endpoint added for testing the OAuth client credentials configuration of a webhook]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-07 File API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-07-file-api</link>
            <guid>/api/changelog/2026-04-07-file-api</guid>
            <pubDate>Tue, 07 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- GET /v1/files//public-links and DELETE /v1/files/{id}/public-links/{linkId} endpoints are now implemented — listing and revoking public file links is now available]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-06 Event: FileCreated]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-06-event-filecreated</link>
            <guid>/api/changelog/2026-04-06-event-filecreated</guid>
            <pubDate>Mon, 06 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New FileCreated event type added with required fields: entityid, filename, mimetype, sizebytes, s3ref, versionindex; includes an embedded file entity object with file metadata and a category field]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-03 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-03-email-settings-api</link>
            <guid>/api/changelog/2026-04-03-email-settings-api</guid>
            <pubDate>Fri, 03 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v1/email-settings/domain endpoint added for retrieving all custom email domains configured for the organization]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-02 Scheduler API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-02-scheduler-api</link>
            <guid>/api/changelog/2026-04-02-scheduler-api</guid>
            <pubDate>Thu, 02 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New scheduledatfrom and scheduledatto date-time filter fields added to POST /v1/schedules:search for filtering schedules by time window]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-01 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-01-automation-api</link>
            <guid>/api/changelog/2026-04-01-automation-api</guid>
            <pubDate>Wed, 01 Apr 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional target_workflow query parameter added to GET /v1/automation/flows — filters automations to those targeting a specific workflow by ID]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-01 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-01-customer-portal-api</link>
            <guid>/api/changelog/2026-04-01-customer-portal-api</guid>
            <pubDate>Wed, 01 Apr 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- Deprecated POST /v2/portal/public/user (portal user creation endpoint)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-01 Kanban API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-01-kanban-api</link>
            <guid>/api/changelog/2026-04-01-kanban-api</guid>
            <pubDate>Wed, 01 Apr 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New task enum value added to groupby.field on Kanban boards (alongside existing contextentity and phase)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-04-01 Organization API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-04-01-organization-api</link>
            <guid>/api/changelog/2026-04-01-organization-api</guid>
            <pubDate>Wed, 01 Apr 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/organization/feature-settings endpoint added for retrieving feature flag metadata for the organization UI]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-31 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-31-customer-portal-api</link>
            <guid>/api/changelog/2026-03-31-customer-portal-api</guid>
            <pubDate>Tue, 31 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New searchsnippets and templatesoutput_highlighted optional fields added to entity search responses, providing highlighted text snippets for matched fields]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-31 Integration Toolkit API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-31-integration-toolkit-api</link>
            <guid>/api/changelog/2026-03-31-integration-toolkit-api</guid>
            <pubDate>Tue, 31 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New monitoring v2 endpoints: POST /v2/integrations//monitoring/events, POST /v2/integrations/{integrationId}/monitoring/stats, POST /v2/integrations/{integrationId}/monitoring/time-series, GET /v2/integrations/{integrationId}/monitoring/events/{eventId}/associated]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-31 Message API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-31-message-api</link>
            <guid>/api/changelog/2026-03-31-message-api</guid>
            <pubDate>Tue, 31 Mar 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New spam management endpoints added: POST /v1/message/messages//spam, POST /v1/message/messages/{id}/unspam, POST /v1/message/threads/{id}/spam, POST /v1/message/threads/{id}/unspam]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-30 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-30-entity-api</link>
            <guid>/api/changelog/2026-03-30-entity-api</guid>
            <pubDate>Mon, 30 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New exclude_types query parameter added to the taxonomy classification search endpoint, allowing specific entity types to be excluded from results]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-30 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-30-workflows-definition-api</link>
            <guid>/api/changelog/2026-03-30-workflows-definition-api</guid>
            <pubDate>Mon, 30 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New partner optional field added to workflow steps (v1 definitions) and tasks (v2 flow templates), providing partner-specific task display details (enabled, label, description) for partner org users]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-27 App API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-27-app-api</link>
            <guid>/api/changelog/2026-03-27-app-api</guid>
            <pubDate>Fri, 27 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v1/public/app//proxy/{proxyName}/{path} and POST /v1/public/app/{appId}/proxy/{proxyName}/{path} endpoints added for routing requests through a named API proxy configured on the app]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-25 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-25-entity-api</link>
            <guid>/api/changelog/2026-03-25-entity-api</guid>
            <pubDate>Wed, 25 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/entity/schemas//freeze and POST /v1/entity/schemas/{slug}/unfreeze endpoints added for managing schema version lifecycle]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-25 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-25-workflows-execution-api</link>
            <guid>/api/changelog/2026-03-25-workflows-execution-api</guid>
            <pubDate>Wed, 25 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/flows/executions//tasks/{taskid}/schedule/run-now endpoint added — cancels the pending schedule for a task and immediately triggers its automation execution]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-24 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-24-customer-portal-api</link>
            <guid>/api/changelog/2026-03-24-customer-portal-api</guid>
            <pubDate>Tue, 24 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v3/portal/widgets and POST /v3/portal/widgets endpoints added for managing portal widgets (v3)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-24 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-24-email-settings-api</link>
            <guid>/api/changelog/2026-03-24-email-settings-api</guid>
            <pubDate>Tue, 24 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New MS Teams channel endpoints added: POST /v2/channels/msteams/connect, POST /v2/channels/msteams/disconnect, GET /v2/channels/msteams/status]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-24 Kanban API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-24-kanban-api</link>
            <guid>/api/changelog/2026-03-24-kanban-api</guid>
            <pubDate>Tue, 24 Mar 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New groupby field added to Kanban board configuration, enabling tasks to be grouped within each swimlane; supports contextentity, phase, and task grouping options]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-23 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-23-customer-portal-api</link>
            <guid>/api/changelog/2026-03-23-customer-portal-api</guid>
            <pubDate>Mon, 23 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New domain parameter accepted as an alternative to portal_id across most public portal endpoints, allowing portal identification by domain name]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-19 Event: InvoiceSimulationRequested]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-19-event-invoicesimulationrequested</link>
            <guid>/api/changelog/2026-03-19-event-invoicesimulationrequested</guid>
            <pubDate>Thu, 19 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New meter entity object added to the event payload, containing meter details associated with the simulation request]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-18 App API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-18-app-api</link>
            <guid>/api/changelog/2026-03-18-app-api</guid>
            <pubDate>Wed, 18 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional secure_proxy field added to all portal extension hook types (via PortalExtensionSecureProxy schema), routing hook HTTP requests through a VPC secure proxy]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-18 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-18-customer-portal-api</link>
            <guid>/api/changelog/2026-03-18-customer-portal-api</guid>
            <pubDate>Wed, 18 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New portal_id parameter added to the admin login-as-user endpoint]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-18 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-18-workflows-definition-api</link>
            <guid>/api/changelog/2026-03-18-workflows-definition-api</guid>
            <pubDate>Wed, 18 Mar 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- max_iterations maximum for decision task loop configuration increased from 10 to 100]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-16 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-16-entity-api</link>
            <guid>/api/changelog/2026-03-16-entity-api</guid>
            <pubDate>Mon, 16 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/entity/schemas endpoint added, supporting full, unpublished, exclude, and include query parameters for flexible schema retrieval]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-16 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-16-erp-integration-api</link>
            <guid>/api/changelog/2026-03-16-erp-integration-api</guid>
            <pubDate>Mon, 16 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New secure_proxy use case type introduced across all use-case endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-16 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-16-webhooks-api</link>
            <guid>/api/changelog/2026-03-16-webhooks-api</guid>
            <pubDate>Mon, 16 Mar 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New optional secureProxy object added to webhook configuration — routes webhook HTTP requests through the VPC secure proxy; requires integrationid and usecase_slug referencing a configured ERP integration secure proxy use case]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-12 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-12-blueprint-manifest-api</link>
            <guid>/api/changelog/2026-03-12-blueprint-manifest-api</guid>
            <pubDate>Thu, 12 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/blueprint-manifest/blueprints:publish endpoint added for publishing a blueprint to the marketplace]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-12 Event: InvoiceSimulationRequested]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-12-event-invoicesimulationrequested</link>
            <guid>/api/changelog/2026-03-12-event-invoicesimulationrequested</guid>
            <pubDate>Thu, 12 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New InvoiceSimulationRequested event type introduced with fields: meterreadingvalue, meterreadingdate, customernumber, debitornumber, billing_group, and an embedded contract entity reference]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-11 Access Token API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-11-access-token-api</link>
            <guid>/api/changelog/2026-03-11-access-token-api</guid>
            <pubDate>Wed, 11 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New portal_preview token type added, enabling tokens scoped for portal preview sessions]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-11 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-11-pricing-api</link>
            <guid>/api/changelog/2026-03-11-pricing-api</guid>
            <pubDate>Wed, 11 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking installmentamount changed from {value, currency} object to number; balance changed from {value, currency} object to number; customer changed from an array to a single object; deliveryaddress changed from a single object to an array]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-11 Submission API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-11-submission-api</link>
            <guid>/api/changelog/2026-03-11-submission-api</guid>
            <pubDate>Wed, 11 Mar 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- POST /v1/submission/submissions now returns a response body containing a submission_id string (previously returned 201 Created with no body)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-10 Billing Event Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-10-billing-event-entity</link>
            <guid>/api/changelog/2026-03-10-billing-event-entity</guid>
            <pubDate>Tue, 10 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New invoicenumber string field added to the billingevent entity schema]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-09 Message API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-09-message-api</link>
            <guid>/api/changelog/2026-03-09-message-api</guid>
            <pubDate>Mon, 09 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/message/threads/bulk:move endpoint added for moving multiple threads to a different inbox in a single request]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-07 GenAI API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-07-genai-api</link>
            <guid>/api/changelog/2026-03-07-genai-api</guid>
            <pubDate>Sat, 07 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/genai/search/query:generate endpoint added — generates an AI-optimized Elasticsearch Lucene query from natural language input; accepts input, schemas, and locale in the request; returns query, confidence, and intent in the response]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-05 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-05-erp-integration-api</link>
            <guid>/api/changelog/2026-03-05-erp-integration-api</guid>
            <pubDate>Thu, 05 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New oauth2_password auth type added to file proxy use case authentication configuration, with username and password credential fields]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-04 File API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-04-file-api</link>
            <guid>/api/changelog/2026-03-04-file-api</guid>
            <pubDate>Wed, 04 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional version_only query parameter added to POST /v1/files and POST /v2/files — when true, creates a new file version without overwriting top-level entity metadata]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-03 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-03-customer-portal-api</link>
            <guid>/api/changelog/2026-03-03-customer-portal-api</guid>
            <pubDate>Tue, 03 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New PRODUCTRECOMMENDATIONSWIDGET widget type was added; the new ProductRecommendationsWidget schema (extending TeaserWidget with a campaign_id field) is now available across the GET /v2/portal/widgets, GET /v2/portal/public-widgets, and POST /v2/portal/widgets endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-03 Pricing API External Catalog]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-03-pricing-api-external-catalog</link>
            <guid>/api/changelog/2026-03-03-pricing-api-external-catalog</guid>
            <pubDate>Tue, 03 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking products → product and products-recommendation → product-recommendations; the corresponding response schema was also renamed from ExternalCatalogProductsRecommendationResponse to ExternalCatalogProductRecommendationsResponse]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-03 Message API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-03-message-api</link>
            <guid>/api/changelog/2026-03-03-message-api</guid>
            <pubDate>Tue, 03 Mar 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v1/message/messages//eml endpoint was added, returning a 302 redirect to a pre-signed URL for downloading the message as an EML file]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-02 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-02-blueprint-manifest-api</link>
            <guid>/api/changelog/2026-03-02-blueprint-manifest-api</guid>
            <pubDate>Mon, 02 Mar 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/blueprint-manifest/blueprints/:format-description endpoint was added, which formats a blueprint description as markdown using AI (accepts a text field, returns markdown)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-03-02 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-03-02-workflows-definition-api</link>
            <guid>/api/changelog/2026-03-02-workflows-definition-api</guid>
            <pubDate>Mon, 02 Mar 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/flows/templates//export endpoint was added, exporting a flow template with all referenced automations resolved and bundled]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-27 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-27-workflows-execution-api</link>
            <guid>/api/changelog/2026-02-27-workflows-execution-api</guid>
            <pubDate>Fri, 27 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- The assignedto field on executions, phases, and tasks now accepts variable assignment objects ({ variable, value }) in addition to plain user ID strings, enabling dynamic assignee resolution during workflow execution; affects POST /v2/flows/executions, GET and PATCH /v2/flows/executions/, PATCH /v2/flows/executions/{executionid}/phases/{phaseid}, and task creation/update endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-26 User API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-26-user-api</link>
            <guid>/api/changelog/2026-02-26-user-api</guid>
            <pubDate>Thu, 26 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New passkey authentication and management endpoints were addedauthenticateBegin andresolveCredential resolves user identity from a discoverable assertion; POST /v2/users/me/passkeysregisterComplete handle passkey registration; GET /v2/users/me/passkeys lists registered passkeys; DELETE /v2/users/me/passkeys/ removes a passkey]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-26 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-26-erp-integration-api</link>
            <guid>/api/changelog/2026-02-26-erp-integration-api</guid>
            <pubDate>Thu, 26 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: The requires_vpc field in File Proxy use-case configuration is now read-only after creation — it can no longer be set or updated via the API; affects POST /v1/integrations//use-cases, PUT /v1/integrations/{integrationId}/use-cases/{useCaseId}, and their v2 equivalents]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-26 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-26-workflows-definition-api</link>
            <guid>/api/changelog/2026-02-26-workflows-definition-api</guid>
            <pubDate>Thu, 26 Feb 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- PhaseMarkedInProgress and PhaseSkipped entity sync trigger event values were re-added to flow templates (reverting the 2026-02-23 removal) — affects all /v2/flows/templates endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-26 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-26-workflows-execution-api</link>
            <guid>/api/changelog/2026-02-26-workflows-execution-api</guid>
            <pubDate>Thu, 26 Feb 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- PhaseMarkedInProgress and PhaseSkipped entity sync trigger event values were re-added to execution responses (reverting the 2026-02-23 removal); TaskMarkedOnHold entity sync trigger event value was also added — affects POST /v2/flows/executions, GET /v2/flows/executions/, PATCH /v2/flows/executions/{executionid}, and POST /v2/flows/executions:search]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-25 Access Token API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-25-access-token-api</link>
            <guid>/api/changelog/2026-02-25-access-token-api</guid>
            <pubDate>Wed, 25 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New last_used field was added to access token responses, indicating the date the token was last used (YYYY-MM-DD format, 1-day accuracy); available in GET /v1/access-tokens, POST /v1/access-tokens, and DELETE /v1/access-tokens/ responses]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-25 Billing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-25-billing-api</link>
            <guid>/api/changelog/2026-02-25-billing-api</guid>
            <pubDate>Wed, 25 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: booking_date (date) is now a required field when creating or updating billing events — affects POST /v1/billing/events and PATCH /v1/billing/events/]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-25 App API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-25-app-api</link>
            <guid>/api/changelog/2026-02-25-app-api</guid>
            <pubDate>Wed, 25 Feb 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New CUSTOMPAGE app component type was added — the new CustomPageComponent schema includes a required slug field (URL route, e.g. "zapier") and optional navlabel, navicon, and navdescription navigation fields; supported across all app and app-configuration endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-25 GenAI API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-25-genai-api</link>
            <guid>/api/changelog/2026-02-25-genai-api</guid>
            <pubDate>Wed, 25 Feb 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/genai/entity//{entityid}/summary endpoint was added to generate AI summaries for entities, streaming the response via text/event-stream; supports optional language (de/en), variant (short/detailed/actionpoints), and current_summary parameters]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-25 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-25-workflows-definition-api</link>
            <guid>/api/changelog/2026-02-25-workflows-definition-api</guid>
            <pubDate>Wed, 25 Feb 2026 19:00:00 GMT</pubDate>
            <description><![CDATA[- Automation triggers and tasks in flow templates now support inline configuration: new optional triggerconfig array on AutomationTrigger and new optional actionconfig object on AutomationTask.automationconfig allow automation flows to be created or updated in place without a pre-existing ID — automationid on triggers and flow_id on automation configs are now optional; affects all /v2/flows/templates endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-24 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-24-erp-integration-api</link>
            <guid>/api/changelog/2026-02-24-erp-integration-api</guid>
            <pubDate>Tue, 24 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking 2 and object payloads require minProperties: 1; affects POST /v1/erp/updates/events, POST /v2/erp/updates/events, and POST /v3/erp/updates/events]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-23 Message API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-23-message-api</link>
            <guid>/api/changelog/2026-02-23-message-api</guid>
            <pubDate>Mon, 23 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/message/threads//assign:users endpoint was added, allowing users to be added or removed from a message thread]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-23 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-23-workflows-execution-api</link>
            <guid>/api/changelog/2026-02-23-workflows-execution-api</guid>
            <pubDate>Mon, 23 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- PhaseMarkedInProgress and PhaseSkipped enum values were removed from the trigger/event field in entity sync responses — affects POST /v2/flows/executions, GET /v2/flows/executions/, PATCH /v2/flows/executions/{executionid}, and POST /v2/flows/executions:search]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-23 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-23-workflows-definition-api</link>
            <guid>/api/changelog/2026-02-23-workflows-definition-api</guid>
            <pubDate>Mon, 23 Feb 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- PhaseMarkedInProgress and PhaseSkipped enum values were removed from the entity_sync/trigger/event field across all flow template endpoints — affects request body of POST and PUT /v2/flows/templates/, and responses of GET, POST, PUT /v2/flows/templates, POST /v2/flows/templates:search]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-23 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-23-customer-portal-api</link>
            <guid>/api/changelog/2026-02-23-customer-portal-api</guid>
            <pubDate>Mon, 23 Feb 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- New allowedportalentities field was added to portal config request and response schemas — accepts an array of entity slugs (e.g., contact, contract) to restrict which entity types are accessible in the portal; available across all v2 and v3 portal config endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-23 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-23-automation-api</link>
            <guid>/api/changelog/2026-02-23-automation-api</guid>
            <pubDate>Mon, 23 Feb 2026 19:00:00 GMT</pubDate>
            <description><![CDATA[- New assign-thread automation action type was added — AssignThreadAction and AssignThreadConfig schemas allow automations to add or remove assignees from message threads]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-23 Meter Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-23-meter-entity</link>
            <guid>/api/changelog/2026-02-23-meter-entity</guid>
            <pubDate>Mon, 23 Feb 2026 18:00:00 GMT</pubDate>
            <description><![CDATA[- New meloid field was added for storing the MeLo-ID (Messlokation) measurement location identifier]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-22 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-22-blueprint-manifest-api</link>
            <guid>/api/changelog/2026-02-22-blueprint-manifest-api</guid>
            <pubDate>Sun, 22 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New optional archived query parameter was added to GET /v2/blueprint-manifest/blueprints to filter by archived status]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-22 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-22-entity-api</link>
            <guid>/api/changelog/2026-02-22-entity-api</guid>
            <pubDate>Sun, 22 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New table schema attribute type was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-20 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-20-erp-integration-api</link>
            <guid>/api/changelog/2026-02-20-erp-integration-api</guid>
            <pubDate>Fri, 20 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Integration create/update/get response schemas restructured — fields now composed via allOf[IntegrationEditableFields]; SDK consumers should regenerate types]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-20 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-20-core-events</link>
            <guid>/api/changelog/2026-02-20-core-events</guid>
            <pubDate>Fri, 20 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New TariffChange event was introduced]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-19 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-19-erp-integration-api</link>
            <guid>/api/changelog/2026-02-19-erp-integration-api</guid>
            <pubDate>Thu, 19 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New file_proxy use case type was added — FileProxyUseCase is now a valid variant alongside InboundUseCase/OutboundUseCase]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-19 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-19-webhooks-api</link>
            <guid>/api/changelog/2026-02-19-webhooks-api</guid>
            <pubDate>Thu, 19 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New filterConditions field was added to webhook configs, allowing event delivery to be filtered by conditions]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-18 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-18-customer-portal-api</link>
            <guid>/api/changelog/2026-02-18-customer-portal-api</guid>
            <pubDate>Wed, 18 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New EntitySlugConfig support was added to entity search — accepts per-slug configuration objects with slug, targets, and templates]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-18 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-18-workflows-definition-api</link>
            <guid>/api/changelog/2026-02-18-workflows-definition-api</guid>
            <pubDate>Wed, 18 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- assigned_to field type changed from plain string to oneOf[string, VariableAssignment] — unlocks dynamic variable-based assignment]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-18 Metering API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-18-metering-api</link>
            <guid>/api/changelog/2026-02-18-metering-api</guid>
            <pubDate>Wed, 18 Feb 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- POST /v2/metering/readings request now uses a discriminated union on the operation field (CreateOrUpdateBatchReading or DeleteBatchReading)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-13 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-13-workflows-definition-api</link>
            <guid>/api/changelog/2026-02-13-workflows-definition-api</guid>
            <pubDate>Fri, 13 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New additional_triggers field was added to flow templates, enabling multiple trigger configurations per flow]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-12 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-12-erp-integration-api</link>
            <guid>/api/changelog/2026-02-12-erp-integration-api</guid>
            <pubDate>Thu, 12 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/integrations//monitoring/timeseries endpoint was added for querying time-series event counts]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-11 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-11-erp-integration-api</link>
            <guid>/api/changelog/2026-02-11-erp-integration-api</guid>
            <pubDate>Wed, 11 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- POST /v1/erp/updates/events (v1) and POST /v2/erp/updates/events (v2) are now deprecated — migrate to POST /v3/erp/updates/events]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-11 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-11-webhooks-api</link>
            <guid>/api/changelog/2026-02-11-webhooks-api</guid>
            <pubDate>Wed, 11 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- GET /v1/webhooks/.well-known/public-key endpoint was reactivated with a new required orgId query parameter]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-10 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-10-erp-integration-api</link>
            <guid>/api/changelog/2026-02-10-erp-integration-api</guid>
            <pubDate>Tue, 10 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v3/erp/updates/events endpoint was added — v3 event processing using integration-based authentication]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-10 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-10-webhooks-api</link>
            <guid>/api/changelog/2026-02-10-webhooks-api</guid>
            <pubDate>Tue, 10 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New signingSecret field was added to webhook config responses (returned once at creation time)]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-09 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-09-email-settings-api</link>
            <guid>/api/changelog/2026-02-09-email-settings-api</guid>
            <pubDate>Mon, 09 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/outlook/connection:resolve endpoint was added to look up an Outlook connection by email address]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-06 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-06-entity-api</link>
            <guid>/api/changelog/2026-02-06-entity-api</guid>
            <pubDate>Fri, 06 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: POST /v1/entity/taxonomies//classifications — deleted response type changed from object to array]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-06 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-06-customer-portal-api</link>
            <guid>/api/changelog/2026-02-06-customer-portal-api</guid>
            <pubDate>Fri, 06 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/portal/entity//{id}/workflows endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-06 Order Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-06-order-entity</link>
            <guid>/api/changelog/2026-02-06-order-entity</guid>
            <pubDate>Fri, 06 Feb 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New coupons relation was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-05 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-05-pricing-api</link>
            <guid>/api/changelog/2026-02-05-pricing-api</guid>
            <pubDate>Thu, 05 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New coupons field was added to order responses]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-05 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-05-automation-api</link>
            <guid>/api/changelog/2026-02-05-automation-api</guid>
            <pubDate>Thu, 05 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New NewEmailThreadTrigger trigger type was added to automation flows]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-05 Query API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-05-query-api</link>
            <guid>/api/changelog/2026-02-05-query-api</guid>
            <pubDate>Thu, 05 Feb 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/query/semantic-model endpoint was added, returning available entity tables, relationships, and query capabilities]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-05 Contract Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-05-contract-entity</link>
            <guid>/api/changelog/2026-02-05-contract-entity</guid>
            <pubDate>Thu, 05 Feb 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- New assets relation was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-05 Order Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-05-order-entity</link>
            <guid>/api/changelog/2026-02-05-order-entity</guid>
            <pubDate>Thu, 05 Feb 2026 19:00:00 GMT</pubDate>
            <description><![CDATA[- New opportunities and contracts relations were added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-04 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-04-entity-api</link>
            <guid>/api/changelog/2026-02-04-entity-api</guid>
            <pubDate>Wed, 04 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New exclude query parameter was added to GET /v1/entity/schemas for excluding schemas by slug]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-04 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-04-customer-portal-api</link>
            <guid>/api/changelog/2026-02-04-customer-portal-api</guid>
            <pubDate>Wed, 04 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New PUT /v2/portal/notifications/entity:status endpoint was added for batch-updating notification status]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-03 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-03-webhooks-api</link>
            <guid>/api/changelog/2026-02-03-webhooks-api</guid>
            <pubDate>Tue, 03 Feb 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New NONE auth type was added, allowing webhook endpoints using standard signature auth only]]></description>
        </item>
        <item>
            <title><![CDATA[2026-02-03 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-02-03-core-events</link>
            <guid>/api/changelog/2026-02-03-core-events</guid>
            <pubDate>Tue, 03 Feb 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New OnDemandSyncContractRequested event was introduced]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-30 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-30-erp-integration-api</link>
            <guid>/api/changelog/2026-01-30-erp-integration-api</guid>
            <pubDate>Fri, 30 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Monitoring endpoints split — POST .../monitoring/events replaced by separate POST .../monitoring/inbound-events and POST .../monitoring/outbound-events endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-30 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-30-customer-portal-api</link>
            <guid>/api/changelog/2026-01-30-customer-portal-api</guid>
            <pubDate>Fri, 30 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/portal/metering/reading/allowed-range/ endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-30 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-30-core-events</link>
            <guid>/api/changelog/2026-01-30-core-events</guid>
            <pubDate>Fri, 30 Jan 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New required ackid field was added to all event payloads for delivery acknowledgement tracking]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-29 Partner Directory API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-29-partner-directory-api</link>
            <guid>/api/changelog/2026-01-29-partner-directory-api</guid>
            <pubDate>Thu, 29 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/partners//roles and PUT /v2/partners/{orgId}/roles/{roleId} endpoints were added for partner role management]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-28 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-28-erp-integration-api</link>
            <guid>/api/changelog/2026-01-28-erp-integration-api</guid>
            <pubDate>Wed, 28 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v1/integrations//outbound-status endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-27 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-27-erp-integration-api</link>
            <guid>/api/changelog/2026-01-27-erp-integration-api</guid>
            <pubDate>Tue, 27 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/integrations//monitoring/access-logs endpoint was added for API access log analytics]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-27 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-27-workflows-definition-api</link>
            <guid>/api/changelog/2026-01-27-workflows-definition-api</guid>
            <pubDate>Tue, 27 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New messageemailaddress attribute type and attributesubfield were added to decision task conditions]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-27 Event: Service Meter Reading Added]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-27-event-service-meter-reading-added</link>
            <guid>/api/changelog/2026-01-27-event-service-meter-reading-added</guid>
            <pubDate>Tue, 27 Jan 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- Payload restructured — single reading fields replaced by meterreadings array; reason/note removed; counterid, direction, status, readingsource added; metercounter replaced by meter_counters array]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-26 User API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-26-user-api</link>
            <guid>/api/changelog/2026-01-26-user-api</guid>
            <pubDate>Mon, 26 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/user/navigations and GET /v2/user/navigations/ endpoints were added for navigation configurations]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-23 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-23-erp-integration-api</link>
            <guid>/api/changelog/2026-01-23-erp-integration-api</guid>
            <pubDate>Fri, 23 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST .../monitoring/events and POST .../monitoring/stats endpoints were added for integration monitoring]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-23 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-23-email-settings-api</link>
            <guid>/api/changelog/2026-01-23-email-settings-api</guid>
            <pubDate>Fri, 23 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New Microsoft 365/Outlook integration endpoints were added: connect, disconnect, connection status, shared mailbox management, and OAuth callback]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-23 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-23-pricing-api</link>
            <guid>/api/changelog/2026-01-23-pricing-api</guid>
            <pubDate>Fri, 23 Jan 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/public/external-catalog/products and POST /v1/public/external-catalog/products-recommendation public endpoints were added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-22 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-22-automation-api</link>
            <guid>/api/changelog/2026-01-22-automation-api</guid>
            <pubDate>Thu, 22 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New TriggerEventAction action type was added for explicitly triggering event catalog events from automation flows]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-22 Permissions API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-22-permissions-api</link>
            <guid>/api/changelog/2026-01-22-permissions-api</guid>
            <pubDate>Thu, 22 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New parent_role field was added to user roles, allowing inheritance from a parent role]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-22 Notification Template Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-22-notification-template-entity</link>
            <guid>/api/changelog/2026-01-22-notification-template-entity</guid>
            <pubDate>Thu, 22 Jan 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New notification_template entity was introduced]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-22 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-22-core-events</link>
            <guid>/api/changelog/2026-01-22-core-events</guid>
            <pubDate>Thu, 22 Jan 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[- operation, activityid, activitytype, and trigger_entity fields were removed from event payloads]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-21 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-21-workflows-execution-api</link>
            <guid>/api/changelog/2026-01-21-workflows-execution-api</guid>
            <pubDate>Wed, 21 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New AI_AGENT task type was added with AiAgentTask schema]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-21 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-21-core-events</link>
            <guid>/api/changelog/2026-01-21-core-events</guid>
            <pubDate>Wed, 21 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New triggersourcetype and trigger_source fields were added to all event payloads, identifying the system and source that triggered each event]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-20 Notification API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-20-notification-api</link>
            <guid>/api/changelog/2026-01-20-notification-api</guid>
            <pubDate>Tue, 20 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/notification/templates/send-preview endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-16 Notification API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-16-notification-api</link>
            <guid>/api/changelog/2026-01-16-notification-api</guid>
            <pubDate>Fri, 16 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New notification template CRUD endpoints were added: list, create, get, update, patch, and delete]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-15 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-15-erp-integration-api</link>
            <guid>/api/changelog/2026-01-15-erp-integration-api</guid>
            <pubDate>Thu, 15 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New v2 integration endpoints were added: GET/PUT/DELETE /v2/integrations/ — v2 integrations embed use cases directly in the response]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-15 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-15-core-events</link>
            <guid>/api/changelog/2026-01-15-core-events</guid>
            <pubDate>Thu, 15 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New CustomerDetailsUpdated event was introduced]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-14 Data Management API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-14-data-management-api</link>
            <guid>/api/changelog/2026-01-14-data-management-api</guid>
            <pubDate>Wed, 14 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: relatedentitiesanyinclosedorcancelled_status filter type was removed]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-12 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-12-blueprint-manifest-api</link>
            <guid>/api/changelog/2026-01-12-blueprint-manifest-api</guid>
            <pubDate>Mon, 12 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/blueprint-manifest/blueprints:preview/ endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-09 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-09-customer-portal-api</link>
            <guid>/api/changelog/2026-01-09-customer-portal-api</guid>
            <pubDate>Fri, 09 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New v3 portal management endpoints were added: distribution config, email templates, entity access, extensions, external links, portal config, SSO login, user management, and CAA record validation]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-09 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-09-core-events</link>
            <guid>/api/changelog/2026-01-09-core-events</guid>
            <pubDate>Fri, 09 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New BillingAccountConnectionRemoved event was introduced]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-08 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-08-pricing-api</link>
            <guid>/api/changelog/2026-01-08-pricing-api</guid>
            <pubDate>Thu, 08 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- postal_code is now required in availability location filter objects]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-08 Kanban API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-08-kanban-api</link>
            <guid>/api/changelog/2026-01-08-kanban-api</guid>
            <pubDate>Thu, 08 Jan 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[- New PUT /v1/kanban/org/default-board and DELETE /v1/kanban/org/default-board endpoints were added]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-08 Metering API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-08-metering-api</link>
            <guid>/api/changelog/2026-01-08-metering-api</guid>
            <pubDate>Thu, 08 Jan 2026 21:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/metering/readings/ endpoint was added for portal-authenticated meter reading submissions]]></description>
        </item>
        <item>
            <title><![CDATA[2026-01-07 Data Management API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2026-01-07-data-management-api</link>
            <guid>/api/changelog/2026-01-07-data-management-api</guid>
            <pubDate>Wed, 07 Jan 2026 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /data-management/v1/configs//jobs endpoint was added to manually trigger job runs]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-31 Event Catalog API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-31-event-catalog-api</link>
            <guid>/api/changelog/2025-12-31-event-catalog-api</guid>
            <pubDate>Wed, 31 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New Event Catalog API launched with endpoints to list events, retrieve configurations and schemas, generate sample payloads, update configuration, search event history, and trigger events]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-30 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-30-customer-portal-api</link>
            <guid>/api/changelog/2025-12-30-customer-portal-api</guid>
            <pubDate>Tue, 30 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- GET /v2/portal/user/files and GET /v2/portal/user/files/count-by-entity are now deprecated]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-30 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-30-blueprint-manifest-api</link>
            <guid>/api/changelog/2025-12-30-blueprint-manifest-api</guid>
            <pubDate>Tue, 30 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/blueprint-manifest/blueprints:marketplace endpoint was added for listing installed marketplace blueprints]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-30 Metering API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-30-metering-api</link>
            <guid>/api/changelog/2025-12-30-metering-api</guid>
            <pubDate>Tue, 30 Dec 2025 21:00:00 GMT</pubDate>
            <description><![CDATA[- note field was renamed to remark on meter reading create and update operations]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-26 Location Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-26-location-entity</link>
            <guid>/api/changelog/2025-12-26-location-entity</guid>
            <pubDate>Fri, 26 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New location entity was introduced with address, addresshash, and entityrelations properties]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-23 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-23-pricing-api</link>
            <guid>/api/changelog/2025-12-23-pricing-api</guid>
            <pubDate>Tue, 23 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New public external catalog endpoints were added for products and product recommendations]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-22 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-22-customer-portal-api</link>
            <guid>/api/changelog/2025-12-22-customer-portal-api</guid>
            <pubDate>Mon, 22 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: Meter reading note field was renamed to remark]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-19 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-19-customer-portal-api</link>
            <guid>/api/changelog/2025-12-19-customer-portal-api</guid>
            <pubDate>Fri, 19 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New selfregistrationsetting values were added: ALWAYSCREATECONTACT, BLOCKIFPORTALUSEREXISTS, DISALLOW_COMPLETELY]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-19 Data Management API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-19-data-management-api</link>
            <guid>/api/changelog/2025-12-19-data-management-api</guid>
            <pubDate>Fri, 19 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New endpoints were added: get config by ID, list jobs with filtering, and job report download URL]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-18 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-18-customer-portal-api</link>
            <guid>/api/changelog/2025-12-18-customer-portal-api</guid>
            <pubDate>Thu, 18 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- meter_id is now optional (deprecated) on consumption, costs, and prices endpoints]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-17 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-17-erp-integration-api</link>
            <guid>/api/changelog/2025-12-17-erp-integration-api</guid>
            <pubDate>Wed, 17 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/integrations//events/replay endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-14 Data Management API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-14-data-management-api</link>
            <guid>/api/changelog/2025-12-14-data-management-api</guid>
            <pubDate>Sun, 14 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: Schedule schema simplified from daily/weekly/monthly variants to a single interval-based schedule with frequency and interval_days]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-12 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-12-customer-portal-api</link>
            <guid>/api/changelog/2025-12-12-customer-portal-api</guid>
            <pubDate>Fri, 12 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New assignment_mode field was added to contract identification hook configuration]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-12 Product API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-12-product-api</link>
            <guid>/api/changelog/2025-12-12-product-api</guid>
            <pubDate>Fri, 12 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- tax field on Price changed from an untyped schema to a BaseRelation reference]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-11 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-11-workflows-execution-api</link>
            <guid>/api/changelog/2025-12-11-workflows-execution-api</guid>
            <pubDate>Thu, 11 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New DELETE /v2/flows/executions//tasks/{taskid}/schedule endpoint was added to cancel scheduled tasks]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-11 Tax Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-11-tax-entity</link>
            <guid>/api/changelog/2025-12-11-tax-entity</guid>
            <pubDate>Thu, 11 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- rate property type changed from string to number]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-10 File API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-10-file-api</link>
            <guid>/api/changelog/2025-12-10-file-api</guid>
            <pubDate>Wed, 10 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Multiple deprecated folder and collection endpoints were removed]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-10 Email Template API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-10-email-template-api</link>
            <guid>/api/changelog/2025-12-10-email-template-api</guid>
            <pubDate>Wed, 10 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New json_template field was added to template create, update, and response schemas]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-10 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-10-core-events</link>
            <guid>/api/changelog/2025-12-10-core-events</guid>
            <pubDate>Wed, 10 Dec 2025 21:00:00 GMT</pubDate>
            <description><![CDATA[- New PaymentMethodUpdated event was introduced]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-09 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-09-erp-integration-api</link>
            <guid>/api/changelog/2025-12-09-erp-integration-api</guid>
            <pubDate>Tue, 09 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/integrations//events endpoint was added for querying integration events]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-09 Core Events]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-09-core-events</link>
            <guid>/api/changelog/2025-12-09-core-events</guid>
            <pubDate>Tue, 09 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New InstallmentUpdated event was introduced]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-08 Data Management API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-08-data-management-api</link>
            <guid>/api/changelog/2025-12-08-data-management-api</guid>
            <pubDate>Mon, 08 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /data-management/v1/configs and POST /data-management/v1//configs endpoints were added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-08 IBAN API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-08-iban-api</link>
            <guid>/api/changelog/2025-12-08-iban-api</guid>
            <pubDate>Mon, 08 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- Breakingvalidate to POST /v1/public/iban:validate]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-05 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-05-erp-integration-api</link>
            <guid>/api/changelog/2025-12-05-erp-integration-api</guid>
            <pubDate>Fri, 05 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/erp/updates/mapping_simulation endpoint was added for v2 mapping format simulation]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-02 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-02-erp-integration-api</link>
            <guid>/api/changelog/2025-12-02-erp-integration-api</guid>
            <pubDate>Tue, 02 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: Use case create/update request body changed to a discriminated union (CreateInboundUseCaseRequest | CreateOutboundUseCaseRequest)]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-02 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-02-webhooks-api</link>
            <guid>/api/changelog/2025-12-02-webhooks-api</guid>
            <pubDate>Tue, 02 Dec 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/webhooks/configs//events/replay-batch endpoint was added for batch event replay]]></description>
        </item>
        <item>
            <title><![CDATA[2025-12-01 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-12-01-erp-integration-api</link>
            <guid>/api/changelog/2025-12-01-erp-integration-api</guid>
            <pubDate>Mon, 01 Dec 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/erp/updates/events endpoint was added — v2 event processing using integration_id]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-30 Data Management API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-30-data-management-api</link>
            <guid>/api/changelog/2025-11-30-data-management-api</guid>
            <pubDate>Sun, 30 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /data-management/v1//query endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-28 Template Variables API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-28-template-variables-api</link>
            <guid>/api/changelog/2025-11-28-template-variables-api</guid>
            <pubDate>Fri, 28 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/template:replace endpoint was added, preserving original data types instead of stringifying]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-27 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-27-workflows-execution-api</link>
            <guid>/api/changelog/2025-11-27-workflows-execution-api</guid>
            <pubDate>Thu, 27 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New ON_HOLD status value was added to step and task status enum]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-26 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-26-customer-portal-api</link>
            <guid>/api/changelog/2025-11-26-customer-portal-api</guid>
            <pubDate>Wed, 26 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v3/portal/partner//disable and POST /v3/portal/partner/{id}/enable endpoints were added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-26 Partner Directory API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-26-partner-directory-api</link>
            <guid>/api/changelog/2025-11-26-partner-directory-api</guid>
            <pubDate>Wed, 26 Nov 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New partner user management endpoints were added: list users, create user, delete user, list roles, assign/unassign roles]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-26 GenAI API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-26-genai-api</link>
            <guid>/api/changelog/2025-11-26-genai-api</guid>
            <pubDate>Wed, 26 Nov 2025 21:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/genai/erp/mapping:generate endpoint was added for AI-generated ERP mapping configurations]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-25 File API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-25-file-api</link>
            <guid>/api/changelog/2025-11-25-file-api</guid>
            <pubDate>Tue, 25 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New File Collections API was introduced with CRUD endpoints, replacing the deprecated File Folders API]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-25 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-25-pricing-api</link>
            <guid>/api/changelog/2025-11-25-pricing-api</guid>
            <pubDate>Tue, 25 Nov 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/public/integration//products-recommendation endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-25 Pricing API External Catalog]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-25-pricing-api-external-catalog</link>
            <guid>/api/changelog/2025-11-25-pricing-api-external-catalog</guid>
            <pubDate>Tue, 25 Nov 2025 21:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: catalog_type field is now required in the request context]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-24 Entity API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-24-entity-api</link>
            <guid>/api/changelog/2025-11-24-entity-api</guid>
            <pubDate>Mon, 24 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/entity:graph endpoint was added for traversing entity relationship graphs with configurable node schemas, edges, and cardinality]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-23 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-23-customer-portal-api</link>
            <guid>/api/changelog/2025-11-23-customer-portal-api</guid>
            <pubDate>Sun, 23 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: appid, hookid, and extension_id fields are now required in extension hook configuration (previously optional)]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-20 Portal User Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-20-portal-user-entity</link>
            <guid>/api/changelog/2025-11-20-portal-user-entity</guid>
            <pubDate>Thu, 20 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New represents relation was added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-20 Contact Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-20-contact-entity</link>
            <guid>/api/changelog/2025-11-20-contact-entity</guid>
            <pubDate>Thu, 20 Nov 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- represents_contact relation was removed]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-19 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-19-pricing-api</link>
            <guid>/api/changelog/2025-11-19-pricing-api</guid>
            <pubDate>Wed, 19 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- days was added as a billing duration unit across all duration fields (billing, notice, renewal, termination)]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-19 Ticket Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-19-ticket-entity</link>
            <guid>/api/changelog/2025-11-19-ticket-entity</guid>
            <pubDate>Wed, 19 Nov 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- title was renamed to ticket_title]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-19 Notes API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-19-notes-api</link>
            <guid>/api/changelog/2025-11-19-notes-api</guid>
            <pubDate>Wed, 19 Nov 2025 21:00:00 GMT</pubDate>
            <description><![CDATA[- createdby field changed from a plain string/number ID to a structured object with type, userid, display_name, and other fields]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-18 Workflows Execution API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-18-workflows-execution-api</link>
            <guid>/api/changelog/2025-11-18-workflows-execution-api</guid>
            <pubDate>Tue, 18 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New revert_execution option was added to task patch — resets succeeding tasks to PENDING when updating a previous task]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-17 Pricing API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-17-pricing-api</link>
            <guid>/api/changelog/2025-11-17-pricing-api</guid>
            <pubDate>Mon, 17 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New reference_date parameter was added to compute-price requests]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-17 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-17-webhooks-api</link>
            <guid>/api/changelog/2025-11-17-webhooks-api</guid>
            <pubDate>Mon, 17 Nov 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- Three deprecated v1 failure endpoints were removed]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-17 Journey Config API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-17-journey-config-api</link>
            <guid>/api/changelog/2025-11-17-journey-config-api</guid>
            <pubDate>Mon, 17 Nov 2025 21:00:00 GMT</pubDate>
            <description><![CDATA[- New logicsV4 field was added, supporting a more expressive logic rule format with per-rule IDs, conditions, actions, and settings]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-14 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-14-erp-integration-api</link>
            <guid>/api/changelog/2025-11-14-erp-integration-api</guid>
            <pubDate>Fri, 14 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New Integration management CRUD endpoints were added: GET/POST/PUT/DELETE /v1/integrations]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-12 Asset Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-12-asset-entity</link>
            <guid>/api/changelog/2025-11-12-asset-entity</guid>
            <pubDate>Wed, 12 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New asset entity was introduced with properties including title, serial number, manufacturer, model, maintenance dates, and relations to customer, contract, meter, and ticket]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-10 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-10-erp-integration-api</link>
            <guid>/api/changelog/2025-11-10-erp-integration-api</guid>
            <pubDate>Mon, 10 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- payload field in event processing and mapping simulation now accepts a JSON object directly (previously only serialised strings)]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-10 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-10-customer-portal-api</link>
            <guid>/api/changelog/2025-11-10-customer-portal-api</guid>
            <pubDate>Mon, 10 Nov 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New partner management endpoints were added: invite, list, resend invitation, and revoke]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-07 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-07-customer-portal-api</link>
            <guid>/api/changelog/2025-11-07-customer-portal-api</guid>
            <pubDate>Fri, 07 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/portal/entity:get endpoint was added for retrieving a single entity by ID]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-06 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-06-customer-portal-api</link>
            <guid>/api/changelog/2025-11-06-customer-portal-api</guid>
            <pubDate>Thu, 06 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: Enum constraints on the schema field in page configuration were removed — now accepts any string slug]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-06 Core Entities]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-06-core-entities</link>
            <guid>/api/changelog/2025-11-06-core-entities</guid>
            <pubDate>Thu, 06 Nov 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New external_id property was added to Contact, Contract, Billing Account, Meter, and Meter Counter entities]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-06 Billing Account Entity]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-06-billing-account-entity</link>
            <guid>/api/changelog/2025-11-06-billing-account-entity</guid>
            <pubDate>Thu, 06 Nov 2025 21:00:00 GMT</pubDate>
            <description><![CDATA[- billing_address field type changed from a relation reference to an inline address object]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-04 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-04-email-settings-api</link>
            <guid>/api/changelog/2025-11-04-email-settings-api</guid>
            <pubDate>Tue, 04 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/email-settings/inbox-buckets endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-11-03 Webhooks API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-11-03-webhooks-api</link>
            <guid>/api/changelog/2025-11-03-webhooks-api</guid>
            <pubDate>Mon, 03 Nov 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v2/webhooks/configs//events endpoint was added for listing and filtering webhook events]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-31 Message API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-31-message-api</link>
            <guid>/api/changelog/2025-10-31-message-api</guid>
            <pubDate>Fri, 31 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/message/threads/:move endpoint was added for moving threads between inboxes]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-30 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-30-erp-integration-api</link>
            <guid>/api/changelog/2025-10-30-erp-integration-api</guid>
            <pubDate>Thu, 30 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- v2 mapping format support was added to mapping simulation with events mapping object]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-29 Automation API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-29-automation-api</link>
            <guid>/api/changelog/2025-10-29-automation-api</guid>
            <pubDate>Wed, 29 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New entityexists and entitydoesnotexist condition operations were added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-22 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-22-erp-integration-api</link>
            <guid>/api/changelog/2025-10-22-erp-integration-api</guid>
            <pubDate>Wed, 22 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New POST /v1/erp/updates/mapping_simulation endpoint was added for dry-running payload transformations]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-22 GenAI API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-22-genai-api</link>
            <guid>/api/changelog/2025-10-22-genai-api</guid>
            <pubDate>Wed, 22 Oct 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v1/genai/entity//{entity_id}/summary endpoint was added for retrieving AI-generated entity summaries]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-17 ERP Integration API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-17-erp-integration-api</link>
            <guid>/api/changelog/2025-10-17-erp-integration-api</guid>
            <pubDate>Fri, 17 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New deduplication_id field was added to event payloads for idempotency control]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-15 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-15-customer-portal-api</link>
            <guid>/api/changelog/2025-10-15-customer-portal-api</guid>
            <pubDate>Wed, 15 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New GET /v2/portal/billing/accounts/ endpoint was added]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-14 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-14-customer-portal-api</link>
            <guid>/api/changelog/2025-10-14-customer-portal-api</guid>
            <pubDate>Tue, 14 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: contracts and filtersschema were removed from entity search request; replaced by filterscontext]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-13 Blueprint Manifest API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-13-blueprint-manifest-api</link>
            <guid>/api/changelog/2025-10-13-blueprint-manifest-api</guid>
            <pubDate>Mon, 13 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- All v1 blueprint manifest endpoints were deprecated in favor of v2]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-09 Workflows Definition API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-09-workflows-definition-api</link>
            <guid>/api/changelog/2025-10-09-workflows-definition-api</guid>
            <pubDate>Thu, 09 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- New JourneyAutomationTrigger was added for journey-based automation triggers on flow templates]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-08 Customer Portal API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-08-customer-portal-api</link>
            <guid>/api/changelog/2025-10-08-customer-portal-api</guid>
            <pubDate>Wed, 08 Oct 2025 23:00:00 GMT</pubDate>
            <description><![CDATA[- Breaking: ENDCUSTOMERPORTAL and INSTALLER_PORTAL enum values were removed from the origin parameter — now accepts any string]]></description>
        </item>
        <item>
            <title><![CDATA[2025-10-08 Email Settings API]]></title>
            <link>https://docs.epilot.io/api/changelog/api/changelog/2025-10-08-email-settings-api</link>
            <guid>/api/changelog/2025-10-08-email-settings-api</guid>
            <pubDate>Wed, 08 Oct 2025 22:00:00 GMT</pubDate>
            <description><![CDATA[- New email address management endpoints were added: list, create, get, update, delete, provision, and set primary]]></description>
        </item>
    </channel>
</rss>