Magidoc

UpdateActionCrmTaskInput
Input Object

Input type for updating a journey node that creates a CRM task for a contact in an integration partner's platform

Fields

#

accountIntegrationId

Optional: The ID of the account integration

activityTypeId

Optional: ID of the activity type used by some integrations

assignedTo

Optional user ID to assign the task to. If not provided, will be assigned to the current user

calendarId

Optional: ID of the calendar the task will be created in. If no calendar is provided, the default calendar will be used.

description

Max length: 255

dueDateUtc

The due date (in UTC using 'yyyy/M/dd' or expression) for the task

filter

Optional update to the filter conditions that control node execution. For entry triggers: only contacts meeting these conditions can start the journey. For exit triggers: only contacts meeting these conditions will exit the journey. For other nodes: contacts not meeting these conditions will skip the node. When set to null, removes all filtering and allows all contacts to process through the node. When not provided (Optional not set), the existing filter configuration is preserved.

id

Non-null

integrationPartnerId

Optional: ID of the integration partner.

journeyId

Non-null

name

Max length: 100

taskDescription

The task description

taskName

The task name. This is required for the node's IsConfigured to be true.

Usages

#

References

#

  • Argument input of field updateJourneyActionCrmTask from type Mutation