Partner events
All partner-specific events in Aurora. These events are not available through customer-facing webhooks.
app_status_changed
app_status_changed
Triggers upon your app being enabled by an Aurora customer. Possible statuses are enabled
or disabled
URL Attributes
<APP_ID>
<STATUS>
<TENANT_ID>
<SESSION_TOKEN>
Suggested Template
https://www.yourapp.com/app_status_changed?app_id=<APP_ID>&status=<STATUS>&tenant_id=<TENANT_ID>&session_token=<SESSION_TOKEN>
component_added
component_added
Triggers upon a new component being added to Aurora.
URL Attributes
<COMPONENT_TYPE>
<COMPONENT_ID>
Suggested Template
https://www.yourapp.com/component_added?component_type=<COMPONENT_TYPE>&component_id=<COMPONENT_ID>
Updated 5 months ago