API Changelog
Breaking changes, new features, and significant updates to epilot APIs. Subscribe via RSS
2026-02-20 Core Events
- New
TariffChangeevent was introduced - New
OrderSubmissionevent was introduced
2026-02-19 ERP Integration API
- New
file_proxyuse case type was added โFileProxyUseCaseis now a valid variant alongsideInboundUseCase/OutboundUseCase - New optional
settingsobject was added to integration create/update/get endpoints
2026-02-19 Webhooks API
- New
filterConditionsfield was added to webhook configs, allowing event delivery to be filtered by conditions
2026-02-18 Customer Portal API
- New
EntitySlugConfigsupport was added to entity search โ accepts per-slug configuration objects withslug,targets, andtemplates - New
includeparameter was added to entity search to side-load enrichment data (supportsactive_workflow) - New
advanced_authenticationandtimeoutssettings were added to cognito config - New
show_in_navigationfield was added to page configuration
2026-02-18 Workflows Definition API
assigned_tofield type changed from plain string tooneOf[string, VariableAssignment]โ unlocks dynamic variable-based assignment
2026-02-18 Metering API
POST /v2/metering/readingsrequest now uses a discriminated union on theoperationfield (CreateOrUpdateBatchReadingorDeleteBatchReading)
2026-02-13 Workflows Definition API
- New
additional_triggersfield was added to flow templates, enabling multiple trigger configurations per flow
2026-02-12 ERP Integration API
- New
POST /v1/integrations/{integrationId}/monitoring/timeseriesendpoint was added for querying time-series event counts
2026-02-11 ERP Integration API
POST /v1/erp/updates/events(v1) andPOST /v2/erp/updates/events(v2) are now deprecated โ migrate toPOST /v3/erp/updates/events- New
ignoredandwarningstatus values were added to event processing and monitoring responses
2026-02-11 Webhooks API
GET /v1/webhooks/.well-known/public-keyendpoint was reactivated with a new requiredorgIdquery parameter
2026-02-10 ERP Integration API
- New
POST /v3/erp/updates/eventsendpoint was added โ v3 event processing using integration-based authentication - Breaking:
reverse-relationswas removed fromscope_modeenum in inbound use case entity scope
2026-02-10 Webhooks API
- New
signingSecretfield was added to webhook config responses (returned once at creation time)
2026-02-09 Email Settings API
- New
GET /v2/outlook/connection:resolveendpoint was added to look up an Outlook connection by email address
2026-02-06 Entity API
- Breaking:
POST /v1/entity/taxonomies/{taxonomySlug}/classificationsโdeletedresponse type changed fromobjecttoarray
2026-02-06 Customer Portal API
- New
GET /v2/portal/entity/{slug}/{id}/workflowsendpoint was added
2026-02-06 Order Entity
- New
couponsrelation was added
2026-02-05 Pricing API
- New
couponsfield was added to order responses - New
portalorigin type was added to external catalog requests - New
PortalContextwas added as a valid context type for external catalog integration requests
2026-02-05 Automation API
- New
NewEmailThreadTriggertrigger type was added to automation flows
2026-02-05 Query API
- New
GET /v2/query/semantic-modelendpoint was added, returning available entity tables, relationships, and query capabilities
2026-02-05 Contract Entity
- New
assetsrelation was added
2026-02-05 Order Entity
- New
opportunitiesandcontractsrelations were added
2026-02-04 Entity API
- New
excludequery parameter was added toGET /v1/entity/schemasfor excluding schemas by slug POST /v1/entity:graphnow returnsnullforcardinality="one"nodes when no entity is found
2026-02-04 Customer Portal API
- New
PUT /v2/portal/notifications/entity:statusendpoint was added for batch-updating notification status
2026-02-03 Webhooks API
- New
NONEauth type was added, allowing webhook endpoints using standard signature auth only
2026-02-03 Core Events
- New
OnDemandSyncContractRequestedevent was introduced - New
OnDemandSyncCustomerRequestedevent was introduced MeterReadingAddedevent payload restructured โ singlereading_value/obis_number/directionfields replaced bymeter_readingsarray supporting multiple counters per submission