Create Note

Overview

This endpoint creates a note on the designated job in Hover. This field is typically used as a catch-all to store extraneous information that isn't captured elsewhere on the job.

Sample Response Body

{
  "id": 12,
  "job_id": 6,
  "org_id": 17,
  "user_id": 26,
  "body": "This is the content of the note.",
  "created_at": "2023-03-15T07:18:07.440Z",
  "updated_at": "2023-03-15T07:18:07.440Z",
  "user": {
    "email": "[email protected]",
    "first_name": "Michael",
    "last_name": "Bluth"
  }
}

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!