Skip navigation
Inward Revenue Consulting Logo

Want to transform your recruitment?

Contact us now

The benefit of insight. The ability to deliver.

Podcast

IRC BOOK CLUB #75: How many actually have the capability to sell to the C-Suite? | SELLING TO THE C-SUITE – PART 1

IRC BOOK CLUB #75: How many actually have the capability to sell to the C-Suite? | SELLING TO THE C-SUITE – PART 1

CLICK HERE TO LISTEN NOW

Available across all podcast platforms

When do executives get involved in the decision making process? How does a CEO make an impact? Who has true trusted advisor status? How many people have legitimate influence? How do we market to the C-Suite? Are the gatekeepers softer now? How do we stay ahead of the curve?

Back to deconstructing and reconstructing the most influential sales texts out there – starting with the revised and updated Selling to the C-Suite. Written by Nicholas A.C. Read & Stephen J. Bistriz, with a foreword from Neil Rackham!

To join the conversation – contact lily.lawson@inwardrevenue.co.uk

Subscribe to the podcast here. Rate and review, let us know what you think!

For all the latest from us, connect with us on LinkedIn –

Jonathan Graham

Michael Price

Inward Revenue Consulting

All knowledge

Further podcasts

[code_snippet id=5 format]
document.addEventListener( 'wpcf7submit', function( event ) { if ( '654' == event.detail.contactFormId ) { var inputs = event.detail.inputs; console.log(inputs); for ( var i = 0; i < inputs.length; i++ ) { if ( 'Title' == inputs[i].name ) { var post_title = inputs[i].value; } if ( 'FirstName' == inputs[i].name ) { var first_name = inputs[i].value; } if ( 'LastName' == inputs[i].name ) { var last_name = inputs[i].value; } if ( 'Email' == inputs[i].name ) { var email = inputs[i].value; } if ( 'Phonenumber' == inputs[i].name ) { var phone_number = inputs[i].value; } if ( 'LinkedinProfile' == inputs[i].name ) { var linked_profile = inputs[i].value; } if ( 'lookingforrole' == inputs[i].name ) { var looking_role = inputs[i].value; } if ( 'CurrentBasicSalary' == inputs[i].name ) { var currentsal = inputs[i].value; } } var ajaxurl = jQuery('#ajaxurl').val(); var datasend = { action : 'save_active_data', post_title : post_title, first_name : first_name, last_name : last_name, email : email, phone_number : phone_number, linked_profile : linked_profile, looking_role : looking_role, currentsal : currentsal, } jQuery.ajax( { url: ajaxurl, type: 'post', dataType: 'json', data: datasend, success( data ) { console.log(data); }, } ); } }, false );