HubSpot · Arazzo Workflow
HubSpot Create a Follow-up Task
Version 1.0.0
Create a task engagement with a due date and associate it to a record.
View Spec
View on GitHub
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSalesArazzoWorkflows
Provider
Workflows
create-followup-task
Create a task engagement with a due date and associate it to a record.
Creates a task engagement with the supplied properties and due date, then associates the new task to the target record and reads it back to confirm it persisted.
1
createTask
createTask
Create the task engagement with the supplied subject, body, status, priority, type, and a due date carried in hs_timestamp.
2
associateToRecord
createTaskAssociation
Associate the newly created task to the target CRM record so the reminder appears on that record.
3
confirmTask
getTask
Read the created task back by id to confirm the engagement persisted with the supplied due date.
Source API Descriptions
openapi