submit_entity
Submit entity data to create a new record with associated conversation thread and guest access token, using an active submission configuration.
Instructions
Generic submission for entity types with an active submission_config. Creates the primary row plus optional conversation thread and guest_access_token; use submit_issue for GitHub-backed issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | Target entity type (must match an active submission_config target_entity_type). | |
| fields | Yes | Payload merged into the primary entity row (schema-required fields must be present). | |
| initial_message | No | When conversation threading is enabled, overrides the first message body (defaults to fields.body or fields.content when omitted). |