# Create Sender Profile Create Sender Profile Endpoint: POST /flows/api/sender-profiles Version: 3.0 Security: bearerAuth ## Request fields (application/json): - `assignee_user_id` (integer) Example: 1 - `first_name` (string) Example: "John" - `last_name` (string) Example: "Doe" - `label` (string) Example: "USA media owners" ## 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