Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one ASP.net application which send mails and SMS to our clients.
Now management demand to send messages to clients linkedin inbox.

Kindly suggest me the best way to achieve this.

Thanx in advance

Regards
Santosh
Posted
Updated 30-Dec-17 0:10am

1 solution

The simplest method would be to follow the example provided on the LinkedIn developer pages;

https://developer.linkedin.com/documents/messaging-between-connections-api[^]

You would need to have a LinkedIn profile
You would then need to connect and authenticate
Then send the message as per the guidelines.
 
Share this answer
 
Comments
santosh_shere2003 2-Sep-11 1:24am    
Thanx. Its working for me.
hrichi 28-Sep-12 6:37am    
Can you post a sample code plrase ?
DaveAuld 28-Sep-12 6:39am    
I haven't got any, see the link in the solution for example.
hrichi 28-Sep-12 6:43am    
thank you, I saw it but there's no examples with c#.
DaveAuld 28-Sep-12 8:09am    
Well go search gooogle for JSON posting using C#, make some effort!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900