API Changelog
Breaking changes, new features, and significant updates to epilot APIs. Subscribe via RSS
2026-04-28 Notes API
created_byfield type changed from a single object to an array of objects across all note endpoints — consumers readingcreated_byfields must handle arrays (breaking)- New optional
edited_attimestamp field added to notes and comments POST /v1/notes:searchnow requires at least one entry in thecontextsarray; previously empty arrays were silently accepted (breaking)- New optional
include_related_schemasarray field added to note search requests for including notes on related entity schemas
2026-04-28 Entity Mapping API
- New iteration operations added to entity mapping rules:
_each(path to the source array to iterate),_as(variable name for each item, accessed as$<name>in_copypaths within_map), and_map(operation applied per iteration item), enabling array-to-array entity transformation
2026-04-28 Webhooks API
- Webhook auth credential fields (
password,clientSecret,keyValue) are now nullable; passingnullexplicitly clears the stored value, omitting the field preserves the existing value - New optional
apply_changesetsboolean field added to webhookpayloadConfiguration; whentrue, entity fields in the webhook payload reflect proposed changeset values instead of current persisted values
2026-04-21 Core Events
- New
remarksarray field added toMeterReadingAddedandServiceMeterReadingAddedevents, containing free-text remarks from the submitter in reading order (one per counter for multi-counter meters; empty or whitespace-only remarks are omitted) - New
remarkfield added to individual counter reading items withinServiceMeterReadingAdded
2026-04-17 Pricing API
context.contract.billing_accountandcontext.contract.paymentrequest fields onPOST /v1/public/external-catalog/productsandPOST /v1/public/external-catalog/product-recommendationschanged from string relation IDs to objects (breaking)context.contract.branchenum constraint removed on the same endpoints; the field now accepts any string instead of only the previous fixed values (power,gas,water,waste_water,district_heating)
2026-04-17 Permissions API
- New
equals_current_usergrant condition (EqualsCurrentUserCondition) added, checking whether anyrelation_userattribute on the entity contains the currently authenticated user; an optionalattributepath restricts the check to a specific field - New optional
vendor_createdboolean field added to user, partner, and sharing role responses, indicating the role was created by a vendor organization on behalf of a partner organization
2026-04-16 Design Builder API
- 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;
IMAGEadded as a newfile_typeoption for design logos
2026-04-16 Integration Toolkit API
- New optional
group_idfield onPOST /v3/erp/updates/eventsfor controlling processing parallelism: events sharing the samegroup_idare processed in order; events with differentgroup_idvalues are processed concurrently (up to 20 concurrent groups per integration)
2026-04-16 Message API
- New optional
unlink_mapped_entitiesquery parameter onPOST /v1/message/threads/{id}/unassign; whentrue, also removes the unassigned entities frommapped_entitieson related source entities
2026-04-16 Event: Meter Reading Added
- New
contractsarray field added to theMeterReadingAddedevent payload, providing the full list of hydrated contract entities linked to the meter (supports meters associated with multiple contracts)
2026-04-15 Customer Portal API
- New
POST /v2/portal/metering/readingsendpoint added for retrieving paginated meter readings for a specific counter, with optional Handlebars template resolution per reading and per counter entity
2026-04-14 Customer Portal API
- New
aggregation_methodfield added to consumption items inGET /v2/portal/consumptionresponses, indicating the aggregation method used (values:sum,average,max,min) - New
POST /v3/portal/config/cloneendpoint added for cloning a portal configuration (including pages, settings, email templates, and authentication) from an existing portal
2026-04-14 Environments API
- New endpoints added for managing environment variable groups:
GET /v1/environments/groups(list groups),PUT /v1/environments/groups/{name}(create or update a group),DELETE /v1/environments/groups/{name}(delete a group) - New optional
groupandprotectedfields added to environment variables across all endpoints;groupassigns a variable to a named group,protectedmarks a variable as read-only
2026-04-13 Blueprint Manifest API
- New
GET /v1/marketplace-listingsendpoint added for listing all marketplace listings for the authenticated organization documentation_linkfield removed from marketplace listing responses and request bodies
2026-04-13 Email Settings API
- New
POST /v1/email-settings/domain/dns-records:verifyendpoint added for verifying that all DNS records (MX, TXT, CNAME) are correctly configured for a domain POST /v1/email-settings/domain/ns-records:verifyis now deprecated — use the new endpoint for new integrations
2026-04-13 User API
- New
image_urifield added to user groups, supporting profile image URLs and gradient avatar color configuration
2026-04-10 Deduplication API
- New asynchronous deduplication endpoints:
POST /v1/deduplicate/jobsubmits a background job and returns ajobId;GET /v1/deduplicate/jobs/{jobId}returns the current job status and result
2026-04-10 Journey Config API
- New optional
protectedEditablearray field added to journey configurations, listing path patterns (with wildcard support) that remain editable when the journey is in protected (read-only) mode
2026-04-09 Automation API
- New
ForwardEmailActionandReplyEmailActionaction types added to automation flows and executions, enabling automated email forwarding and reply workflows - New
reply_to_sender,reply_mode(reply_in_threadornew_email), andmark_as_donefields added toSendEmailActionconfiguration
2026-04-09 Integration Toolkit API
- New
group_byrequest field added toPOST /v2/integrations/{integrationId}/monitoring/time-series, enabling breakdown of time-series buckets byuse_case_typeoruse_case - New
breakdownarray returned in each time-series bucket whengroup_byis specified
2026-04-09 Workflows Definition API
- New
input_entityfield added toAutomationTriggerfor email thread triggers, specifying which entity (thread,first_email, orlast_email) is used as input for automation and decision tasks
2026-04-08 Blueprint Manifest API
- New
POST /v3/blueprint-manifest/blueprint:installendpoint added for installing blueprints using the V3 engine (direct API calls with checkpoint-based resume on failure) - New
GET /v3/blueprint-manifest/blueprints/{blueprint_id}/lineageendpoint added for retrieving lineage registry entries mapping source IDs to destination resource IDs - New
PARTIAL_SUCCESSstatus value added to blueprint installation job responses
2026-04-08 Webhooks API
- New
POST /v1/webhooks/configs/{configId}/test-oauthendpoint added for testing the OAuth client credentials configuration of a webhook - New
deliveryModefield added to webhook configurations (json_base64orbinary_multipart) to control how file data is delivered for file-triggered webhooks - New
multipartConfigfield added for specifying form field names when usingbinary_multipartdelivery mode
2026-04-07 File API
GET /v1/files/{id}/public-linksandDELETE /v1/files/{id}/public-links/{linkId}endpoints are now implemented — listing and revoking public file links is now available
2026-04-06 Event: FileCreated
- New
FileCreatedevent type added with required fields:entity_id,filename,mime_type,size_bytes,s3ref,version_index; includes an embeddedfileentity object with file metadata and acategoryfield