AppAutoGtm

Update Project

Patch editable project-level fields surfaced in the Docs form.

Accepts description, competitors, and company_name (stored in Project.info['company_name']). The remainder of Project.info (industry, team_size, founded, location, …) is funnel-sourced and returned as-is for rendering. Per-segment targeting hints live on the Segment — see PATCH /segments/{id}.

company_name changes additionally bump email_templates_version on every segment in the project: the email-generation LLM prompt reads info.company_name (api/app_auto_gtm/email_rag._profile_offer_block) and its output is cached in generated_email keyed by version, so without the bump previews + future enqueues would keep the old name.

patch/api/app-auto-gtm/projects/{project_id}

Path parameters

project_idinteger required

Cookies

ex_accessstring nullable
ex_orgstring nullable

Request body

descriptionstring nullable
competitorsstring[] nullable
company_namestring nullable
auto_reply_enabledboolean nullable
reply_cc_emailsstring[] nullable
auto_reply_delay_minutesinteger nullable
autopilot_enabledboolean nullable
target_urlstring nullable
reply_instructionsstring nullable

Response

Successful Response

idinteger required
domainstring required
descriptionstring required
competitorsstring[] required
infoobject required
auto_reply_enabledboolean
auto_reply_delay_minutesinteger
autopilot_enabledboolean
reply_cc_emailsstring[] required
target_urlstring nullable
reply_instructionsstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.