---
title: "Init Rebolt Salesforce Project"
method: POST
path: "/api/v1/projects/init-salesforce"
tags: ["Projects"]
---

# Init Rebolt Salesforce Project

`POST /api/v1/projects/init-salesforce`

## Request body

- CreateReboltSalesforceProjectFromMessageRequest
  - `project_name` string, required — The name of the project, used to identify it in the web UI
  - `event_id` string, uuid, required
  - `project_id` string, uuid, required — The unique identifier of the project
  - `conversation_id` string, uuid, required — The unique identifier of the conversation
  - `salesforce_connection_id` string, uuid, required
  - `task_description` string, required
  - `demo_artifact` SalesforceDemoArtifactPayload, required
    - `name` string, required
    - `domain` string
    - `description` string
    - `industries` string[]
    - `salesforce_clouds` string[]
    - `clone_count` integer
    - `like_count` integer
    - `salesforce_connection_id` string, nullable
    - `task_description` string, nullable
    - `customer_branding` CustomerBranding
      - `name` string, required
      - `logo_url` string, nullable
      - `primary_color` string, nullable
    - `checklist_artifact_id` string, uuid, nullable — The unique identifier of an organization artifact
    - `demo_script_artifact_id` string, uuid, nullable — The unique identifier of an organization artifact
  - `demo_script_artifact_id` string, uuid, nullable — The unique identifier of an organization artifact
  - `checklist_artifact_id` string, uuid, nullable — The unique identifier of an organization artifact

## Response `201`

Successful Response

- NewProjectAndConversation
  - `project_id` string, uuid, required — The unique identifier of the project
  - `conversation_id` string, uuid, required — The unique identifier of the conversation
  - `conversation_title` string, required
  - `status` string
  - `metadata` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
