mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add HubSpot ID to local spreadsheet and trigger request object
This commit is contained in:
parent
ead01979dc
commit
53af9e63f8
4 changed files with 3 additions and 1 deletions
Binary file not shown.
|
|
@ -22,5 +22,5 @@ ENTRYPOINT ["python", "-m", "awslambdaric"]
|
|||
# -----------------------------
|
||||
# Lambda handler
|
||||
# -----------------------------
|
||||
CMD ["backend.pashub_fetcher.handler.test_handler.handler"]
|
||||
CMD ["backend.pashub_fetcher.handler.handler"]
|
||||
# CMD ["backend.pashub_fetcher.handler.handler.handler"]
|
||||
|
|
@ -12,6 +12,8 @@ class PashubToAraTriggerRequest(BaseModel):
|
|||
uprn: Optional[str] = None
|
||||
landlord_property_id: Optional[str] = None
|
||||
deal_stage: Optional[str] = None
|
||||
hubspot_listing_id: Optional[int] = None
|
||||
hubspot_deal_id: Optional[str] = None
|
||||
|
||||
@property
|
||||
def pashub_job_id(self) -> str:
|
||||
|
|
|
|||
0
backend/pashub_fetcher/trigger_lambda_from_file.py
Normal file
0
backend/pashub_fetcher/trigger_lambda_from_file.py
Normal file
Loading…
Add table
Reference in a new issue