API Changelog
Breaking changes, new features, and significant updates to epilot APIs. Subscribe via RSS
2026-05-27 File API
- New
POST /v1/files/{id}/summary:generateendpoint added for generating an AI summary of a file, alongside newpreview_summary,short_summary, andsummary_statusresponse fields
2026-05-25 Pricing API
- Provider search responses (
POST /v1/public/integration/{integrationId}/providers:search) now include the requiredtypeandadditionalDatafields, the latter carrying grid operators, default suppliers, and market-area details - New optional
external_location_metadatafield added to line items onPOST /v1/order,PUT /v1/order/{id},POST /v1/pricing:compute, andPOST /v1/public/cart:checkout
2026-05-25 Webhooks API
- Multipart webhook delivery configuration was restructured: the
metadataFieldNamefield was removed and replaced byfileSource(a JSONata expression selecting which attachments to send),fileFieldStrategy(singleormulti), andextraFields(additional form fields populated from JSONata expressions) (breaking)
2026-05-25 Event Catalog API
- New endpoints added for accessing event history:
POST /v2/events/{event_name}:historyto search past events andGET /v2/events/{event_name}/history/{event_id}to fetch a single event
2026-05-22 Email Settings API
- New
GET /v2/outlook/calendar/meandDELETE /v2/outlook/calendar/meendpoints added for inspecting and removing the current user's Outlook calendar connection
2026-05-22 User API
- New endpoints added for managing per-user settings:
GET /v2/users/me/settings(list available scopes and keys),GET /v2/users/me/settings/{scope}, andGET/PUT/DELETE /v2/users/me/settings/{scope}/{key}โ scopes includecalendar,navigation, andsearch
2026-05-21 Notes API
- New
POST /v1/note/{id}/archiveandPOST /v1/note/{id}/unarchiveendpoints added, along with an_archived_atfield and afilterquery parameter for filtering notes by archive state
2026-05-20 Automation API
- New
loopsfield 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 newloop_idproperty and then run once per resolved item
2026-05-19 Query API
- New
nextCursorandtotalresponse fields added, enabling keyset pagination for chart-config row queries and total-count reporting for paginated raw-SQL queries
2026-05-15 File API
- New asynchronous file zip export endpoints added:
POST /v1/files:zipJobbundles multiple files into a downloadable archive andGET /v1/files:zipJob/{job_id}polls the job status; the optionalnotify_emailfield accepts an email address to notify on completion
2026-05-13 Entity API
- New optional
org_idfield added tocreated_byuser objects on saved views (POST /v1/entity/view,GET/PUT/PATCH /v1/entity/view/{id},GET /v1/entity/views,GET /v1/entity/views/favorites) for partner access control across organizations
2026-05-13 Integration Toolkit API
- New
portal_refandenv_var_refconfig options added to inbound use case field mappings โportal_refresolves to a property (portal_id,origin,domain,name) of one of the calling organization's portal configurations at runtime by filter, andenv_var_refresolves 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
2026-05-13 Metering API
- New endpoints added for managing pending reading changesets:
GET /v1/metering/reading/{meter_id}/{counter_id}/changesets(list pending),PATCH /v1/metering/reading/{meter_id}/{counter_id}/changesets/{changeset_id}(edit the proposed value),POST .../changesets/{changeset_id}:apply(approve and commit to ClickHouse), andPOST .../changesets/{changeset_id}:dismiss(reject) - New optional
directquery parameter added to all reading-write endpoints (POST /v1/metering/reading,POST /v1/metering/readings,POST /v1/metering/readings/{meter_id},POST /v2/metering/readings) โ whentrue, bypasses changeset interception and writes directly to ClickHouse, auto-clearing matching pending changesets; the same effect is triggered automatically whensource: 'ERP'is set in the request body - New optional
include_pending_changesetsquery parameter added toGET /v1/metering/meterandGET /v1/metering/reading/{meter_id}/{counter_id}, including pending reading changesets in the response alongside confirmed readings
2026-05-13 Event: Meter Reading Added
- New
activity_typefield added identifying the lifecycle action that triggered the event:MeterReadingsAdded(direct commit),ChangesetCreated(pending),ChangesetApplied(pending โ committed), orChangesetDismissed(pending rejected) - New
changeset_idandchangeset_edit_mode(direct/external/approval) fields added, carrying the originating changeset's identifier and mode - New
dismissed_reasonanddismissed_atfields populated onChangesetDismissedevents
2026-05-07 Event: Service Meter Reading Added
- New
event_attachmentsarray added carrying file metadata (entity_id,filename,mime_type,size_bytes,s3ref,version_index,readable_size,_tags,relation_tags,category,file_date,_created_at) for every file related to the ticket โ consumers should filter byrelation_tags,_tags,mime_type, or_created_atproximity toreading_timestampto identify the meter reading photo - New
ticket_filesarray added on the hydrated entity graph carrying the full file entity objects
2026-05-06 App API
- New
PortalExtensionHookDataExportportal 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 - New
PortalExtensionHookVisualizationMetadataportal extension hook type added โ invoked before fetching data with the same portal context as the data hook, returns per-meter/contract visualization metadata (type_options,intervals,data_range) intervalsfield onPortalExtensionHookConsumptionDataRetrieval,PortalExtensionHookCostDataRetrieval, andPortalExtensionHookPriceDataRetrievaldeprecated โ prefer declaring a siblingvisualizationMetadatahook so supported intervals can vary per meter/contractuse_static_ipsfield deprecated on all portal extension hook types โ prefersecure_proxy- New
objectenum value added to portal extension component optiontype, plus newfields(primitive sub-field declarations) andrepeatable(array-of-entries flag) properties โ enables structured object-typed and list-typed component options
2026-05-06 User API
- New optional
abbreviationfield (up to 2 characters, nullable) added to user groups acrossGET /v1/groups,POST /v1/groups,GET/PATCH /v1/groups/{id},POST /v1/groups/{id}/user:next, andGET /v2/users/{id}/groups
2026-05-05 Automation API
- New optional
mark_as_readfield added toForwardEmailAction,ReplyEmailAction, andSendEmailActionconfigurations, controlling whether the email thread is automatically marked as read after the action completes
2026-05-04 Pricing API
- New optional
availability_addressandvariable_inputsfields added to the external catalog requestcontextonPOST /v1/public/external-catalog/products,POST /v1/public/external-catalog/product-recommendations, andPOST /integration/external-service, enabling availability filtering by address and variable-amount price computation - New optional
cashback_namefield added toCashbackAmountitems across order, pricing, cart, and external-catalog responses
2026-05-02 Message API
- New optional
mark_thread_as_readfield added toPOST /v1/message/messagesandPOST /v1/message/drafts, controlling whether sending a reply marks the thread as read for the sender's org/user (defaults totrue)
2026-05-01 Core Events
- Four new pending-changeset metadata fields added across all built-in events:
_has_pending_changesets,_changeset_edit_modes,_changeset_attributes, and_changeset_edit_modes_by_attributeโ enabling fine-grained webhook conditions based on whether the triggering entity has pending changesets and which attributes/edit modes are involved
2026-05-01 Event: Meter Reading Added
- New
proposed_meter_readingsarray added carrying pending reading-changeset context (counter ID, value, direction, status, edit_mode, changeset_id, and previous values being overwritten); populated only when the event represents a pending reading-changeset creation - New
unitfield added to individual items in the existingmeter_readingsarray
2026-04-30 Integration Toolkit API
slugrequest property is now required on all use-case create variants (POST /v1/integrations/{integrationId}/use-cases) โ file proxy, inbound, managed call, outbound, and secure proxy (breaking)- New optional
allowed_originsarray field added to FileProxy use case configuration, listing additional origins permitted to call/download(CORS); portal origins remain always allowed
2026-04-30 Journey Config API
- New optional
versionquery parameter added toGET /v1/journey/configuration/{id}andGET /v2/journey/configuration/{id}for fetching historical snapshots;0(default) returns the live row, positive integers return earlier saved versions - New optional
settings.isActiveboolean field added to journey configurations
2026-04-28 Entity API
- New optional
edit_modeandedit_mode_configfields added to all entity schema attribute types in schema responses _changesetsfield now included on entity objects returned from activity log responses