Add remote browser pages and website sync
Enable managed remote browser custom pages with login autofill and add website sync workflows so external admin surfaces can be handled inside SmartUp. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
a13a0070a5
commit
7adc7c00ab
@@ -14,7 +14,7 @@ class WebhookConfig(Base):
|
||||
url: Mapped[str] = mapped_column(String(1024), nullable=False)
|
||||
secret: Mapped[str] = mapped_column(String(512), default="")
|
||||
enabled: Mapped[bool] = mapped_column(Boolean, default=True)
|
||||
# JSON array: ["upstream_rate_changed","upstream_unhealthy","upstream_recovered"]
|
||||
# JSON array: ["upstream_rate_changed","website_rate_changed","upstream_unhealthy","upstream_recovered"]
|
||||
events_json: Mapped[str] = mapped_column(Text, default='["upstream_rate_changed"]')
|
||||
created_at: Mapped[datetime] = mapped_column(DateTime, default=lambda: datetime.now(timezone.utc))
|
||||
updated_at: Mapped[datetime] = mapped_column(
|
||||
|
||||
Reference in New Issue
Block a user