ScheduleSalesforceTaskInput
No description
input ScheduleSalesforceTaskInput {
comment: String
days_until_due_date: Int
fallback_salesforce_user_id: Int!
priority: String!
set_lead_owner_as_task_owner: Boolean!
status: String!
subject: String!
}
Fields
ScheduleSalesforceTaskInput.comment
● String
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.fallback_salesforce_user_id
● Int!
non-null scalar
Needed if the Lead Owner does not exist as a Salesforce User
ScheduleSalesforceTaskInput.priority
● String!
non-null 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