Embed One-Click Report
This document contains information for a one-click report initiated when creating a user farm on Embed.
- Embed ID
- DAS Farm ID
- One-click report URL
Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Embed One-click Report Webhook Schema",
"type": "object",
"required":["data"],
"properties": {
"data": {
"type": "object",
"properties": {
"report": {
"type": "object",
"properties": {
"type": {
"type": "string",
"examples": [
"Valuation",
"OneClick"
]
},
"customer_uid": {
"type": [
"string",
"null"
]
},
"das_farm_id": {
"type": "string"
},
"download_url": {
"type": "string",
"format": "uri"
}
},
"required": [
"type",
"customer_uid",
"das_farm_id",
"download_url"
]
}
},
"required": ["report"]
}
}
}
Example
{
"$schema": "https://schema.dasintel.io/rural/one-click-report-webhook.json",
"embedId": "3e8cbbcf-0b85-4111-8ca9-6fd424697f6b",
"dasFarmId": "0813ee1b-4e97-4a96-b44c-9698b9b714e5",
"oneClickReportUrl": "https://ap-southeast-2-production-app-user-data-cdk-managed.s3.dualstack.ap-southeast-2.amazonaws.com/1ce7cd13fd1a9d480da02f9be1ca4633/pdf/1739927394-.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAWPTEQVWQN3QKWU4H%2F20250219%2Fap-southeast-2%2Fs3%2Faws4_request&X-Amz-Date=20250219T011021Z&X-Amz-SignedHeaders=host&X-Amz-Expires=561600&X-Amz-Signature=66fb708c7dfc4b3f3debe1f1b353bf10001f728125a5ad87054c538a555b8b56"
}