Create a new job note in ServiceM8. Requires the job's UUID (related_object_uuid) and the note content. Returns the UUID of the created note record. Use this to add comments, updates, or action items to a specific job.
noteRequiredstringContent of the note.
uuidstringUnique identifier for this note record. If omitted, a UUID will be generated.
activeintegerRecord active flag: 1 = active (default), 0 = deleted.
create_datestringTimestamp when the note was created (format: YYYY-MM-DD HH:MM:SS). Server sets automatically if omitted.
related_objectstringType of the related object. Defaults to 'job' for job notes. Other possible values may include 'company'.
action_requiredstringOptional follow-up action required description.
related_object_uuidRequiredstringUUID of the related job.
action_completed_by_staff_uuidstringUUID of staff member who completed the required action.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.