Send Message

It sends message to user passed in profile_link with message as message.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

linkedin.send_message(message='Hi', profile_link='https://www.linkedin.com/in/abhishek-chaudhary-/')
Parameters
  • message (str) – message which need to be send

  • profile_link (str) – profile link of user whom message need to be sent

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict