# Conga - Create record action
The Create record action creates a new record in Conga, such as a new contact.
# Input
Input fields generate dynamically based on the object you select. The following are common input fields for all object types.
| Input field | Description |
|---|---|
| Include record payload in response | Select Yes or No to specify whether to include full record details in the response. |
| Name | Enter the name of the new record to create. |
# Output
Output fields generate dynamically based on the object you select. The following are common output fields for all object types.
| Output field | Description |
|---|---|
| Success | A boolean response that indicates if the action was successful. |
| Status code | A code indicating the status of the action, such as OK, BadRequest, Unauthorized, and more. |
| Record ID | The unique ID of the created record. |
| Data |
|
Last updated: 2/4/2026, 8:00:00 PM