How Entities Are Used
- Create or retrieve an entity.
- Store the entity ID returned by Syntage.
- Use the entity ID when requesting datasource records, creating extractions, listing events, assigning tags, or adding identifiers.
- If Syntage returns an
onboardingUrl, send the entity to that URL or embed the onboarding experience in your own site.
Entity IDs
Use the entity ID in new integrations:Example Create Request
This example creates a person entity, supplies the RFC directly, adds CURP as an additional Mexican identifier, and starts SAT extraction work.Example Entity
Identifiers
Identifiers store country-specific values that can be used by datasources and product workflows. Mexico currently supports:| Country | Identifier | Example |
|---|---|---|
mx | rfc | XAXX010101000 |
mx | curp | BADD110313HCMLNS09 |
Entity Tags
Entity tags are organization-defined labels for grouping and filtering entities. They are useful when your integration needs to treat a set of entities the same way. Common use cases include:| Use case | Example |
|---|---|
| Extraction schedulers | Run a daily invoice extraction for every entity tagged Daily invoices. |
| Monitoring | Track high-priority entities separately from the rest of your organization. |
| Filtering in Syntage | Filter the entity list in the Syntage dashboard. |
| Segmentation in your product | Use tags to build your own dashboards, review queues, or support workflows around tagged entities. |
tags collection.
When updating an entity’s tags, send the complete list of entity tag IRIs the entity should have. The submitted list replaces the previous assignments.