Skip to main content
Updated Aug 4, 2026

Create Company Data

Use this action when you want to create a new record in your company data, such as a contact, message template, agent, or workflow-related document. The type dropdown also lists any custom types defined by your company.

Best for

  • Creating a record from form inputs or trigger data
  • Saving structured output from an LLM step
  • Adding a record before later steps continue the process

Main fields

FieldWhat it does
Dynadata Item TypeChooses what kind of record you want to create
Payload CEL ObjectDefines the field values for the new record

What later steps can use

The created record is available at:

  • step(N).data
  • step(N).data._id

Tips

  • Build the payload carefully so required fields are present.
  • This action is useful after a search, classification, or webhook step when you want to save the result.
  • Use debugging to inspect the created record if a later step needs its new ID.
On this page