Destructive

Set Business Hours

Sets the sender business-hours window your campaigns send within (for example, start_hour=9, end_hour=18). Invites, relationship DMs, and follow-ups only go out while the sending account is inside this window; out-of-window sends defer to the next window and are never blocked. Omit timezone to auto-derive it from the account's country, or set start_hour=0 and end_hour=24 to send any time.

set_business_hoursPATCH/api/v1/business-hours
crispy — bash

Example prompt: Only send my campaigns between 9am and 6pm

{
  "start_hour": 9,
  "end_hour": 18,
  "timezone": "America/New_York"
}
Permission scope
core
Access
Destructive
Category
Account

What you can build

Keep an account sending only during plausible working hours for its location
Pin an explicit timezone when the account country and your real hours differ
Widen the window to 0-24 to remove the time restriction entirely
Make automated outreach look more human across the day

Parameters

Inputs accepted by set_business_hours.

NameTypeDescription
start_hournumberWindow opens at this local hour (0-23). e.g. 9 = 09:00.
end_hournumberWindow closes at this local hour (1-24, greater than start_hour). e.g. 18 = 18:00.
timezonestringOptional IANA timezone (e.g. 'America/New_York'). Omit to auto-derive from the account's proxy country.
account_idstringLinkedIn account ID. Omit to use your default account.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.