Skip to main content

Create Hubspot task

The Create Hubspot task step creates a task in Hubspot. Use it to hand off follow-up work to sales or customer-facing teams.

Configuration​

FieldRequiredDescription
Company IDNoID of the Hubspot company to associate with the task. When omitted, the task is created without a company association. Supports variables.
SubjectYesTask subject. Supports variables.
BodyYesTask body. Supports variables.
TimestampYesTask due date and time as an ISO 8601 timestamp. Supports variables.
Task typeNoHubspot task type, such as TODO or CALL. Supports variables.

Input Variables​

All configuration fields can use upstream values such as {{chat1.response}}, {{githubIssue.title}}, or {{company.id}}.

Output Variables​

This step does not expose reusable output variables.

Example​

Create a Hubspot task for company {{company.id}} with subject Follow up: {{githubIssue.title}}, body {{chat1.response}}, and task type TODO.