Skip to content

HubSpot: Create Task

Plugin ID: eca_hubspot_create_task

Available since: 1.0.0

Create a new task in HubSpot.

Fields

Subject — config key: subject

The task title/subject (required).
This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Body — config key: body

The task description.
This field supports tokens.

Type: textarea · Required: no · Default: empty string

Due Date — config key: due_date

Due date in ISO 8601 format or Unix timestamp.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Priority — config key: priority

Task priority (e.g., "LOW", "MEDIUM", "HIGH").
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Task Type — config key: task_type

The task type (e.g., "TODO", "EMAIL", "CALL").
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Owner ID — config key: owner_id

HubSpot user ID to assign this task to.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Additional Properties (YAML) — config key: additional_properties

Additional or custom properties in YAML format. See HubSpot API documentation for available properties. Example:
website: "https://example.com"
numberofemployees: 50
custom_property: "value"

This field supports tokens.

Type: textarea · Required: no · Default: empty string

Associated Contact IDs — config key: associated_contact_ids

Comma-separated list of contact IDs.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Associated Company IDs — config key: associated_company_ids

Comma-separated list of company IDs.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Associated Deal IDs — config key: associated_deal_ids

Comma-separated list of deal IDs.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Token name — config key: token_name

Token that holds the created task data.
This field supports tokens.

Type: textfield · Required: no · Default: empty string