Tasks - HubSpot Data Target Requirement
DataBlend supports the standard API calls to Create Tasks within HubSpot leveraging the HubSpot SDK. In addition, custom fields can be added for data that is unique to your business practices.
DataBlend Query Field Example |
HubSpot Object (API) |
Required |
Notes |
---|---|---|---|
2019-10-30T03:30:17.883Z | hs_timestamp | Yes |
Required. This field marks the task's due date. You can use either a Unix timestamp in milliseconds or UTC format. |
Send Proposal |
hs_task_body |
Yes |
The task notes. |
32 |
hubspot_owner_id |
No |
The owner ID of the user assigned to the task. |
Follow-up for Bagel Buyer |
hs_task_subject |
Yes |
The title of the task. |
WAITING |
hs_task_status |
Yes |
The status of the task, either COMPLETED or NOT_STARTED. |
HIGH |
hs_task_priority |
No |
The priority of the task. Values include LOW, MEDIUM, or HIGH. |
CALL | hs_task_type | Yes |
The type of task. Values include EMAIL, CALL, or TODO. |
2019-10-30T03:30:17.883Z | hs_task_reminders | No |
The timestamp for when to send a reminder for the due date of the task. You must use Unix timestamp in milliseconds. |
More questions about API requirements? Please visit the HubSpot API site https://developers.hubspot.com/docs/api/crm/tasks.