Thanks for very much for help
You mean that i can replace line code
$permalink = get_permalink($post_ID);
or
$post_title = stripslashes($_POST[‘post_title’]);
$post_title = html_entity_decode($post_title);
with
$post = get_post( $post_ID );
$post = get_post( $post->post_content );
to send conent with out title and permalinks