You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My example code below, testing the send_message api endpoint using the conversation id from (extract the id from linkedin's webapp on desktop when viewing the conversation id from the url bar
from linkedin_api import Linkedin
api = Linkedin('MyEmailAddressHere', 'MyPassword')
result = api.send_message("Test message 1234", '2-M2I1ZDVmYzctNWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==')
result returns true
Tested with Bleeding Edge version as of a few minutes ago of this issue submission
The text was updated successfully, but these errors were encountered:
Hi @DeanVanGreunen, they work perfectly u need to provied the urn_id in recipients [] message = api.send_message(message_body='Test Message', recipients['urn_id'])
They return False if they work and True if error
My example code below, testing the send_message api endpoint using the conversation id from (extract the id from linkedin's webapp on desktop when viewing the conversation id from the url bar
result
returnstrue
Tested with Bleeding Edge version as of a few minutes ago of this issue submission
The text was updated successfully, but these errors were encountered: