# Connect Sender Profile (with external GoLogin) Creates a new with the provided first/last name, schedule and Gologin ID. Automatically connects the profile to a using the provided . Requires authentication and active subscription. Will fail if the sender profile limit is reached. Endpoint: POST /flows/client-api/sender-profiles/connect-external Version: 3.0 Security: bearerAuth ## Request fields (application/json): - `first_name` (string, required) First name of the sender. Example: "John" - `last_name` (string, required) Last name of the sender. Example: "Doe" - `label` (string,null) Optional custom label for identification. Example: "Main LinkedIn Profile" - `schedule` (object,null) - `schedule.timezone` (string) Example: "UTC" - `schedule.timeblocks` (array) - `schedule.timeblocks.dow` (integer, required) Example: 1 - `schedule.timeblocks.min` (integer, required) Example: 540 - `schedule.timeblocks.max` (integer, required) Example: 1080 - `smart_limits_enabled` (boolean,null) Enables smart limits for automation. Example: true - `notification_emails` (array,null) Example: ["alerts@example.com","manager@example.com"] - `gologin_external_id` (string, required) External ID from GoLogin used to create the browser profile. Example: "gl-profile-123456" - `browser_owner` (string,null) Optional owner of the browser profile. Example: "customer" ## Response 201 fields (application/json): - `uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `team_id` (integer) Example: 1 - `linkedin_server_id` (integer) Example: 1 - `linkedin_browser_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `linkedin_account_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `mailbox_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `assignee_user_id` (integer) Example: 1 - `first_name` (string) Example: "John" - `last_name` (string) Example: "Doe" - `label` (string) Example: "USA media owners" - `status` (string) Example: "enabled" - `user_id` (integer) Example: 1