$post_data = array(
'post_type' => 'proconnect',
'post_title' => 'testPost',
'post_status' => 'publish',
'post_author' => 1,
'tax_input' => array( 'taxonomy_name' => array( 'term', 'term2', 'term3' ) ),
);
$post_id = wp_insert_post( $post_data );