Monday adapter & Zoho `closeTicket` Updates
New Monday.com adapter docs, and an updated Zoho closeTicket that now writes the chat transcript as a Note on the contact.
Added
- Monday.com adapter — full documentation for the new Monday adapter:
getCustomerDetails,createItem,updateItem,changeStatus, andcrmGetFields. Covers the requiredcrmConfig(authToken,boardId,groupId,phoneColumnId,statusColumnId,workspaceUrl), column-ID vs. column-title gotchas, per-column-type value formats (status, dropdown, date, phone, email, text), phone-format flags (useNationalDigits/useFullPhoneNumber), and theadditionalFieldsQuery/additionalFieldsVariableshooks for pulling extra item columns ontocrmData.
Improved
- Zoho
closeTicket— now writes the chat transcript as a Note on the contact by default (Zoho Create Notes API), using a new stablecrmData.contactIdso the note always lands on the original contact even after latercreateRecord/updateRecordcalls moverecordIdto another module. The recordPUTonly runs when there's something to update (crmConfig.closeTicketDateFieldset, or YAMLparamspassed) — no more spurious updates on agent-resolved chats. NewcrmConfigoptions:disableCloseTicketNoteto opt out of the note, andcloseTicketNoteTitleto override the note-title prefix (defaultשיחת ווצאפ).