What is an Aurora app?
Aurora apps are a framework for you to extend Aurora's functionality, create unique solar workflows for customers, and sync data between Aurora and your system. These apps can either be embedded within Aurora or be backend only.
Embedded applications
Embedded applications have two components:
- your frontend embedded into Aurora via iframes,
- your backend that uses Aurora Sync API to sync data between the two systems.
Backend applications
You can also build an Aurora app without an embedded frontend. In this case, you will rely on Aurora Sync API and webhooks to trigger actions within your own system and to send data back to Aurora.
Updated 4 months ago