API Changelog
Breaking changes, new features, and significant updates to epilot APIs. Subscribe via RSS
2026-02-26 ERP Integration API
- Breaking: The
requires_vpcfield in File Proxy use-case configuration is now read-only after creation โ it can no longer be set or updated via the API; affectsPOST /v1/integrations/{integrationId}/use-cases,PUT /v1/integrations/{integrationId}/use-cases/{useCaseId}, and their v2 equivalents
2026-02-26 Workflows Definition API
PhaseMarkedInProgressandPhaseSkippedentity sync trigger event values were re-added to flow templates (reverting the 2026-02-23 removal) โ affects all/v2/flows/templatesendpoints
2026-02-26 Workflows Execution API
PhaseMarkedInProgressandPhaseSkippedentity sync trigger event values were re-added to execution responses (reverting the 2026-02-23 removal);TaskMarkedOnHoldentity sync trigger event value was also added โ affectsPOST /v2/flows/executions,GET /v2/flows/executions/{execution_id},PATCH /v2/flows/executions/{execution_id}, andPOST /v2/flows/executions:search
2026-02-25 Access Token API
- New
last_usedfield was added to access token responses, indicating the date the token was last used (YYYY-MM-DDformat, 1-day accuracy); available inGET /v1/access-tokens,POST /v1/access-tokens, andDELETE /v1/access-tokens/{id}responses
2026-02-25 Billing API
- Breaking:
booking_date(date) is now a required field when creating or updating billing events โ affectsPOST /v1/billing/eventsandPATCH /v1/billing/events/{id} - Breaking:
due_dateonInstallmentEventchanged fromdate-timetodateformat - Six new billing event types were added to the
BillingEventunion:payment,dunning_fee,final_bill,bonus,correction, andcustomโ clients parsing event responses should handle these new variants - New optional fields were added to all billing event types:
direction(debit/credit),status(open/closed),related_event,external_link,attachments,note, andinternal_note
2026-02-25 App API
- New
CUSTOM_PAGEapp component type was added โ the newCustomPageComponentschema includes a requiredslugfield (URL route, e.g."zapier") and optionalnav_label,nav_icon, andnav_descriptionnavigation fields; supported across all app and app-configuration endpoints
2026-02-25 GenAI API
- New
POST /v1/genai/entity/{slug}/{entity_id}/summaryendpoint was added to generate AI summaries for entities, streaming the response viatext/event-stream; supports optionallanguage(de/en),variant(short/detailed/action_points), andcurrent_summaryparameters
2026-02-25 Workflows Definition API
- Automation triggers and tasks in flow templates now support inline configuration: new optional
trigger_configarray onAutomationTriggerand new optionalaction_configobject onAutomationTask.automation_configallow automation flows to be created or updated in place without a pre-existing ID โautomation_idon triggers andflow_idon automation configs are now optional; affects all/v2/flows/templatesendpoints
2026-02-24 ERP Integration API
- Breaking:
payloadfield on event update endpoints now enforces stricter validation โ string payloads requireminLength: 2and object payloads requireminProperties: 1; affectsPOST /v1/erp/updates/events,POST /v2/erp/updates/events, andPOST /v3/erp/updates/events - New
warningsarray was added to mapping simulation responses (POST /v1/erp/updates/mapping_simulation,POST /v2/erp/updates/mapping_simulation), reporting validation issues about the configuration such as unique ID fields referencing non-indexed attributes
2026-02-23 Message API
- New
POST /v2/message/threads/{id}/assign:usersendpoint was added, allowing users to be added or removed from a message thread
2026-02-23 Workflows Execution API
PhaseMarkedInProgressandPhaseSkippedenum values were removed from thetrigger/eventfield in entity sync responses โ affectsPOST /v2/flows/executions,GET /v2/flows/executions/{execution_id},PATCH /v2/flows/executions/{execution_id}, andPOST /v2/flows/executions:search
2026-02-23 Workflows Definition API
PhaseMarkedInProgressandPhaseSkippedenum values were removed from theentity_sync/trigger/eventfield across all flow template endpoints โ affects request body ofPOSTandPUT /v2/flows/templates/{flowId}, and responses ofGET,POST,PUT /v2/flows/templates,POST /v2/flows/templates:search- New
TaskMarkedOnHoldtrigger event value was added toentity_sync/trigger/event, enabling entity sync rules to fire when a task is placed on hold
2026-02-23 Customer Portal API
- New
allowed_portal_entitiesfield 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
2026-02-23 Automation API
- New
assign-threadautomation action type was added โAssignThreadActionandAssignThreadConfigschemas allow automations to add or remove assignees from message threads
2026-02-23 Meter Entity
- New
me_lo_idfield was added for storing the MeLo-ID (Messlokation) measurement location identifier
2026-02-22 Blueprint Manifest API
- New optional
archivedquery parameter was added toGET /v2/blueprint-manifest/blueprintsto filter by archived status - New optional
archivedfield was added to blueprint objects, indicating whether a blueprint is soft-deleted and hidden from the main list
2026-02-22 Entity API
- New
tableschema attribute type was added
2026-02-20 ERP Integration API
- Integration create/update/get response schemas restructured โ fields now composed via
allOf[IntegrationEditableFields]; SDK consumers should regenerate types settings.autoRefresh.minIntervalBetweenSyncsMinuteswas removed from integration settings
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