| basePath | String | Base URL for the API service (defaults to VALKYR_BASE_PATH env var or http://localhost:8080) | [optional] |
| bcc | String | Default BCC recipients | [optional] |
| body | String | SMS message body (max 1600 characters) | [optional] |
| cc | String | Default CC recipients | [optional] |
| channel | String | Slack channel ID or name (e.g., #general, C1234567890) | [optional] |
| channelAccountId | String | ChannelAccount UUID for platform credentials | [optional] |
| channelId | String | Discord channel ID where message will be posted | [optional] |
| condition | String | Boolean condition expression to evaluate | [optional] |
| createContact | Boolean | Whether to create a contact if not found | [optional] |
| defaultCampaignId | String | Default campaign to enroll contacts into | [optional] |
| defaultListIds | List<ArrayStringItem> | List UUIDs to add contact to by default | [optional] |
| defaultTags | List<ArrayStringItem> | Tag UUIDs to apply to contact by default | [optional] |
| falsePath | String | Task ID or workflow path to execute if false | [optional] |
| forecastHorizon | Integer | Number of periods to forecast (default 12) | [optional] |
| fromPhone | String | Sender phone number (must be Twilio-verified) | [optional] |
| imageUrl | String | Image URL to publish | [optional] |
| includeRevenue | Boolean | Whether to compute revenue attribution | [optional] |
| includeScoreBandTags | List<ArrayStringItem> | Score bands to include: ['warm', 'hot', 'vip'] | [optional] |
| inviteeEmail | String | Invitee email address | [optional] |
| iterations | BigDecimal | Number of times to loop | [optional] |
| link | String | Link URL to share | [optional] |
| listId | String | List UUID to resolve contacts from | [optional] |
| llmServiceId | String | UUID of the LLM service to use for summarization | [optional] |
| lookupKeys | List<ArrayStringItem> | Fields to use for contact lookup | [optional] |
| maxBatchSize | Integer | Maximum number of posts to return | [optional] |
| maxMessages | BigDecimal | Maximum number of recent messages to include in summary | [optional] |
| maxResults | Integer | Maximum results to return | [optional] |
| meetingId | String | Meeting ID to retrieve (required for getMeeting) | [optional] |
| mergeStrategy | String | Contact merge strategy: 'email_only', 'email_and_phone', 'any_match' | [optional] |
| model | String | Image generation model to use | [optional] |
| numCandidates | Integer | Number of subject line variations to generate | [optional] |
| openAiModel | String | OpenAI model to use | [optional] |
| openapiUrl | String | URL to the OpenAPI spec file | [optional] |
| operations | List<ArrayStringItem> | Cleaning operations to apply | [optional] |
| orderId | String | SalesOrder UUID to create checkout session for | [optional] |
| pageId | String | Facebook Page ID to post to | [optional] |
| percentiles | List<ArrayStringItem> | Percentiles to compute | [optional] |
| photoUrl | String | Photo URL to attach | [optional] |
| principalUsername | String | Username of the principal whose messages to index | [optional] |
| quoteTweetId | String | Tweet ID to quote | [optional] |
| replayTargetModule | String | Replay Target Module configuration parameter | [optional] |
| replyTo | String | Default reply-to address | [optional] |
| replyToTweetId | String | Tweet ID to reply to | [optional] |
| s3Bucket | String | Target S3 bucket for the PDF. | [optional] |
| s3KeyPrefix | String | Prefix to prepend to generated S3 keys. | [optional] |
| s3Region | String | AWS region of the target bucket. | [optional] |
| saveSnapshot | Boolean | Whether to persist a ContactScoreSnapshot | [optional] |
| scoreModelId | String | ID of ContactScoreModel to use for scoring | [optional] |
| target | String | Target configuration parameter | [optional] |
| toPhone | String | Recipient phone number (E.164 format: +1234567890) | [optional] |
| trackLinks | Boolean | Whether to add tracking parameters to links | [optional] |
| truePath | String | Task ID or workflow path to execute if true | [optional] |
| updateFrequency | Integer | Target network update frequency (default 5) | [optional] |
| websocketTopic | String | STOMP topic to publish to when the ws channel is enabled. | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |
| trashed | Boolean | Indicates if the object is trashed (soft deleted) | [optional] |