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​
| Field | Required | Description |
|---|---|---|
| Company ID | Yes | ID of the Hubspot company associated with the task. Supports variables. |
| Subject | Yes | Task subject. Supports variables. |
| Body | Yes | Task body. Supports variables. |
| Timestamp | No | Task timestamp. Supports variables. |
| Task type | No | Hubspot task type, such as TODO or CALL. Supports variables. |
Input Variables​
All configuration fields can use upstream values such as
{{chat1.completion}}, {{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.completion}}, and task type
TODO.