Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 4.98 KB

unifiedcrmengagementinput.md

File metadata and controls

17 lines (14 loc) · 4.98 KB

UnifiedCrmEngagementInput

Fields

Field Type Required Description Example
type Nullable[str] ✔️ The type of the engagement. Authorized values are EMAIL, CALL or MEETING MEETING
content OptionalNullable[str] The content of the engagement Meeting call with CTO
direction OptionalNullable[str] The direction of the engagement. Authorized values are INBOUND or OUTBOUND INBOUND
subject OptionalNullable[str] The subject of the engagement Technical features planning
start_at date The start time of the engagement 2024-10-01T12:00:00Z
end_time date The end time of the engagement 2024-10-01T22:00:00Z
user_id OptionalNullable[str] The UUID of the user tied to the engagement 801f9ede-c698-4e66-a7fc-48d19eebaa4f
company_id OptionalNullable[str] The UUID of the company tied to the engagement 801f9ede-c698-4e66-a7fc-48d19eebaa4f
contacts List[str] The UUIDs of contacts tied to the engagement object [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
]
field_mappings Dict[str, Any] The custom field mappings of the engagement between the remote 3rd party & Panora {
"fav_dish": "broccoli",
"fav_color": "red"
}