Skip to main content
POST
Create feedback

Authorizations

x-api-key
string
header
required

Your Lane API key, sent in the x-api-key header.

Body

application/json
title
string
required

Short title of the feedback. Required and must not be blank.

description
string

The body of the feedback. When present, the feedback is queued for AI insight extraction.

customer_email
string

If provided, links the feedback to a contact (matched or created by email) and to a company (by email domain).

customer_name
string

Used alongside customer_email when creating a new contact.

source
string

Origin label for the feedback (for example, "Zapier" or "Chrome"). Normalized against the allowed set; defaults to "Manual".

Response

Feedback created.

id
string
title
string
description
string
status
string

Workflow status label.

customer
string | null

The linked account name, if resolved.

customer_email
string | null
source
string
importance
string | null
createdAt
string<date-time>
updatedAt
string<date-time>