mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ Add type field to Task resource (Salesforce) (#2171)
* added Type field in Task resource of salesforce * ⚡ Improvements to #2110 Co-authored-by: Ketan Somvanshi <ketan.somvanshi@plivo.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface ITask {
|
||||
TaskSubtype?: string;
|
||||
WhoId?: string;
|
||||
Status?: string;
|
||||
WhatId?: string;
|
||||
|
||||
Reference in New Issue
Block a user