Get entity
kanka_get_entityFetch a single entity from a Kanka campaign by its entity ID or type-specific ID, automatically resolving the correct type.
Instructions
Fetch a single entity by either its type-scoped id (requires entity_type) OR its global entity_id. The dual-ID system is resolved transparently: if you only know entity_id, the resolver will discover the type and fetch the typed record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| entity_type | No | ||
| id | No | ||
| entity_id | No |