Changelog

Added

Docusign Agreements via Enterprise API

You can now create and manage Docusign-based agreements through the Enterprise API. The new Run Agreement Download URL Generation endpoint enables programmatic agreement generation using Docusign as the e-signature provider. Subscribe to the agreement_download_url_job_completed webhook to be notified when a Docusign agreement job completes, enabling fully automated contract workflows within your sales pipeline.

Added

Orders APIs and Webhooks

You can now manage the full lifecycle of consumer orders through the Enterprise API. New Orders endpoints let you list and retrieve orders (including customer details and a temporary download URL for the consumer's utility bill), update an order's phase, decline an order, mark an order as sold, record activity events against an order, and asynchronously convert an order into an Aurora project. Subscribe to the order_created webhook to react in real time — the payload includes both <ORDER_ID> and <UTILITY_BILL_URL> so you can ingest the utility bill the moment an order arrives. The project_created webhook and project endpoints also carry the originating order_id, so you can trace any project back to its source order.

AI Roof via API

You can now run AI Roof using the Sync API. This feature is supported by the following endpoints and webhooks:

Milestone Created Webhook

You can now subscribe to the milestone_created webhook event. The webhook payload can include <STAGE> and <SOURCE>, and it can be filtered on both. This webhook event will fire when a milestone is created in the Aurora app or via API, enabling your IT ecosystem (e.g., CRM) to keep data in sync or add automations based on a milestone event.

Improved

Partner_ids in Users API

You can assign users to partners by supplying partner_ids in Create User and Invite User API calls. The partner_id field is deprecated now. With this change, you can assigned a user to more than one Partner.

Improved

Webhook status in dashboard

You can now view the enabled status of a webhook (Yes/No) in the Admin UI. With the status in the dashboard, you can quickly determine which of your webhooks are live.

Added

Proposals API

With the Proposals API, you can programmatically generate proposals from a proposal template enabled in your tenant. The generated proposals can be opened in your browser through the Aurora web application, sent digitally via a shared link, or downloaded as a PDF document.