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 fieldDescription
ObjectSelect the type of object to create.
Include record payload in responseSelect Yes or No to specify whether to include full record details in the response.
NameEnter 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 fieldDescription
SuccessA boolean response that indicates if the action was successful.
Status codeA code indicating the status of the action, such as OK, BadRequest, Unauthorized, and more.
Record IDThe unique ID of the created record.
Data
  • ID: The unique ID of the created record.
  • Name: The name of the new record.
  • Created by: The name of the user that created the new record.
  • Created date: The date that the new record was created.
  • Modified by: The name of the user that modified the record.
  • Modified date: The date that the new record was modified.
  • E tag: The E tag with a unique identifier included in the Conga response header.
  • External ID: The external ID of the created record.

Last updated: