raynet_get_record
Retrieve the details of a specific Raynet CRM record by its ID. Returns the record's fields if found, or a found:false response when it doesn't exist.
Instructions
Fetches the details of a specific record by ID. A non-existent id is not an error — it returns { found: false, entity, id } (id numbering has gaps, so checking existence this way is expected and normal). A found record returns { found: true, data } with the record's fields in data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| record_id | Yes |