app.hubspot.com
Add a note to a HubSpot contact
Input
note requiredThe note text. Plain text.
contactId requiredThe contact's HubSpot id, as returned by the contact search (or create_or_update_contact).
dry_run optionalWhen true the note is typed into the composer and the run stops before saving it. Nothing is added.
Default: falseportalId optionalThe HubSpot account id, when the login has more than one. Omit it to use the default account.
Output
dryRun requiredposted requiredTrue only when a new note with this text was read back from the contact's timeline after a reload.
portalId requiredcontactId requiredurl optionalnoteId optionalHubSpot engagement id of the new note.
accountUsed optionalalreadyPresent optionalWhether a note with the same text was already on the contact before this run (among the latest 20 timeline items). The run still adds a new one; the caller decides whether that is a duplicate.
