Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/automation/entity-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The mapping JSON syntax supports a list of operations, which can be combined and

The `_copy` operation copies a value from the trigger entity context. Both the trigger entity and its relations are available as source data.

The operation uses the same path format as [Template Variables](/docs/messaging/template-variables) used in email and document templates.
The operation uses the same path format as [Template Variables](/docs/templates/template-variables) used in email and document templates.

```json
// copy contact first_name
Expand Down
2 changes: 1 addition & 1 deletion docs/files/document-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ sidebar_position: 3
This article is missing content (TODO)
:::

Epilot supports generating PDF documents from docx template files containing [template variables](/docs/messaging/template-variables).
Epilot supports generating PDF documents from docx template files containing [template variables](/docs/templates/template-variables).

The Document Generation API uses references compatible with the [File API](/docs/files/file-api).
2 changes: 1 addition & 1 deletion docs/templates/template-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Converts a table configuration object into a CSS style string by mapping non-obj
{{makeStyle table_config.style}}
```

### <schema>.<property>
### ```<schema>.<property>```

Dynamically registered based on schema attributes (e.g., `main.email`, `contact.name`). Retrieves a specific property value from the context data, prioritizing items tagged as "primary" or the first item in an array. If the property is an address identifier (e.g., `street`, `city`), it formats it as a full address using `buildFullAddress`. Supports nested attributes for repeatable or relational schemas.

Expand Down
Loading