Basic Information

appmixer.freshsales.core.CreateTask

1.0.0

Public

Create a new task in Freshsales. Tasks can be associated with contacts, accounts, or deals.

Input Ports

in

FieldTypeDescription
Title text The title of the task
Description textarea The description of the task
Due Date date-time The due date of the task
Task Type select The type of the task
Priority select The priority of the task
Status select The status of the task
Owner ID text The ID of the user who owns the task
Contact ID text The ID of the contact associated with the task
Account ID text The ID of the account associated with the task
Deal ID text The ID of the deal associated with the task
Send Notification toggle Whether a notification should be sent for this task

Output Ports

out

FieldTypeDescription
Task ID string,integer -
Title string -
Description string,null -
Due Date string,null -
Status integer,string,null -
Task Type string,null -
Task Type ID string,integer,null -
Priority string,null -
Owner ID string,integer,null -
Contact ID string,integer,null -
Account ID string,integer,null -
Deal ID string,integer,null -
Notification Set boolean -
Creator ID string,integer,null -
Updater ID string,integer,null -
Outcome ID string,integer,null -
Completed Date string,null -
Is LinkedIn Type boolean -
Targetables array -
Targetables With Email array -
Has Multiple Emails boolean -
Created At string -
Updated At string -

Full Metadata