create_seat
Create a new team seat with subscription plan, user details, and scheduled working hours in specified timezone for lead management operations.
Instructions
Create Seat
This action creates a new seat within a specific team.
Args: user_id: User ID who owns the seat plan_id: Plan ID for the seat subscription full_name: Full name for the seat start_utc_time: Start time in UTC (e.g., "08:00") end_utc_time: End time in UTC (e.g., "16:00") time_zone: Timezone (e.g., "Europe/Belgrade", "America/New_York") team_id: Team ID to create the seat in whitelabel_id: Whitelabel ID
Returns: Created seat object with subscription details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| plan_id | Yes | ||
| full_name | Yes | ||
| start_utc_time | Yes | ||
| end_utc_time | Yes | ||
| time_zone | Yes | ||
| team_id | Yes | ||
| whitelabel_id | Yes |