highlevel.createContactNote creates a note attached to one contact.
automations/highlevel-create-contact-note.automation.ts
Input
Automate.ax supplies the connected sub-account’s location ID. Optional second argument
{ account } selects a named HighLevel binding.
Output
HighLevel may return
note.userId as null when an integration creates the note.
This action calls POST /contacts/{contactId}/notes with HighLevel API version 2021-07-28 and requires contacts.write. HighLevel validation and permission errors fail the action. Rate limits honor the provider’s retry timing. Automate.ax does not automatically replay this create or send operation after an indeterminate transport failure.