HubSpot: Update Note¶
Plugin ID: eca_hubspot_update_note
Available since: 1.0.0
Update an existing note in HubSpot by ID.
Fields¶
Note ID— config key:note_id-
The HubSpot note ID to update.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Note Content— config key:content-
The new note body content.
This field supports tokens.Type:
textarea· Required: yes · 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 to associate with this note.
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 updated note data.
This field supports tokens.Type:
textfield· Required: no · Default: empty string