ScheduleSalesforceTaskInput
No description
input ScheduleSalesforceTaskInput {
subject: String!
status: String!
priority: String!
days_until_due_date: Int
comment: String
set_lead_owner_as_task_owner: Boolean!
fallback_salesforce_user_id: Int!
}
Fields
ScheduleSalesforceTaskInput.subject ● String! non-null scalar
ScheduleSalesforceTaskInput.status ● String! non-null scalar
ScheduleSalesforceTaskInput.priority ● String! non-null scalar
ScheduleSalesforceTaskInput.days_until_due_date ● Int scalar
The number of days until the Task is due (0-30). Please pass null for No Due Date.
ScheduleSalesforceTaskInput.comment ● String scalar
ScheduleSalesforceTaskInput.set_lead_owner_as_task_owner ● Boolean! non-null scalar
The Salesforce Task's owner must be a Salesforce User. If set_lead_owner_as_task_owner is true, we will first attempt to use the Lead Owner currently assigned to the Contact in Net-Results as the Salesforce Task's Owner. We will then attempt to use the existing Salesforce Lead Owner. If neither of those exist, we will use the provided fallback_salesforce_user_id
ScheduleSalesforceTaskInput.fallback_salesforce_user_id ● Int! non-null scalar
Needed if the Lead Owner does not exist as a Salesforce User


