Skip to main content

API Changelog

Breaking changes, new features, and significant updates to epilot APIs. Subscribe via RSS

2025-11-20 Portal User Entity

  • New represents relation was added

2025-11-20 Contact Entity

  • represents_contact relation was removed

2025-11-19 Pricing API

  • days was added as a billing duration unit across all duration fields (billing, notice, renewal, termination)

2025-11-19 Ticket Entity

  • title was renamed to ticket_title
  • number was renamed to ticket_number

2025-11-19 Notes API

  • created_by field changed from a plain string/number ID to a structured object with type, user_id, display_name, and other fields

2025-11-18 Workflows Execution API

  • New revert_execution option was added to task patch — resets succeeding tasks to PENDING when updating a previous task

2025-11-17 Pricing API

  • New reference_date parameter was added to compute-price requests
  • tax field type changed from a free-form object to a Tax schema reference

2025-11-17 Webhooks API

  • Three deprecated v1 failure endpoints were removed

2025-11-17 Journey Config API

  • New logicsV4 field was added, supporting a more expressive logic rule format with per-rule IDs, conditions, actions, and settings

2025-11-14 ERP Integration API

  • New Integration management CRUD endpoints were added: GET/POST/PUT/DELETE /v1/integrations
  • New Use Case management CRUD endpoints were added: GET/POST/PUT/DELETE /v1/integrations/{id}/use-cases

2025-11-12 Asset Entity

  • New asset entity was introduced with properties including title, serial number, manufacturer, model, maintenance dates, and relations to customer, contract, meter, and ticket

2025-11-10 ERP Integration API

  • payload field in event processing and mapping simulation now accepts a JSON object directly (previously only serialised strings)

2025-11-10 Customer Portal API

  • New partner management endpoints were added: invite, list, resend invitation, and revoke

2025-11-07 Customer Portal API

  • New POST /v2/portal/entity:get endpoint was added for retrieving a single entity by ID

2025-11-06 Customer Portal API

  • Breaking: Enum constraints on the schema field in page configuration were removed — now accepts any string slug

2025-11-06 Core Entities

  • New external_id property was added to Contact, Contract, Billing Account, Meter, and Meter Counter entities

2025-11-06 Billing Account Entity

  • billing_address field type changed from a relation reference to an inline address object
  • payment_method items restructured to include a typed type enum and structured data object

2025-11-04 Email Settings API

  • New GET /v2/email-settings/inbox-buckets endpoint was added

2025-11-03 Webhooks API

  • New POST /v2/webhooks/configs/{configId}/events endpoint was added for listing and filtering webhook events

2025-10-31 Message API

  • New POST /v1/message/threads/{id}:move endpoint was added for moving threads between inboxes

2025-10-30 ERP Integration API

  • v2 mapping format support was added to mapping simulation with events mapping object
  • Relation operation field restricted to enum values _set and _append

2025-10-29 Automation API

  • New entity_exists and entity_does_not_exist condition operations were added

2025-10-22 ERP Integration API

  • New POST /v1/erp/updates/mapping_simulation endpoint was added for dry-running payload transformations

2025-10-22 GenAI API

  • New GET /v1/genai/entity/{slug}/{entity_id}/summary endpoint was added for retrieving AI-generated entity summaries

2025-10-17 ERP Integration API

  • New deduplication_id field was added to event payloads for idempotency control
  • New skipped status was added for deduplicated events