
Closed
Posted
Paid on delivery
Develop me an API Call to be able to send an automated message to someone on LinkedIn.
Project ID: 40643830
137 proposals
Remote project
Active 1 day ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
137 freelancers are bidding on average €153 EUR for this job

I can build the API integration, but the first thing to confirm is which LinkedIn messaging workflow you need because LinkedIn does not expose every type of messaging through a general public API. If the requirement is messaging existing first-degree connections through an approved LinkedIn API, I can implement the OAuth flow, recipient handling, message endpoint, token management, error handling and rate-limit protection. If you mean connection invitations, InMail, or automated outreach to people who are not connected, the available API access and permissions need to be verified first. I would avoid building the solution around browser automation or scraping, as that is not a reliable foundation for a production integration. Do you need to message existing LinkedIn connections, or are you trying to automatically contact people who are not connected to the account?
€140 EUR in 7 days
9.6
9.6

Hi, I can help with this LinkedIn messaging API task. Before starting, I’d just want to confirm whether you already have access to an approved LinkedIn app/API, because that affects the cleanest implementation path. If you do, I can build the call and automate the message flow properly with testing. Happy to discuss the exact trigger and expected output here on the platform.
€140 EUR in 7 days
9.4
9.4

If you mean automatically sending a LinkedIn DM to another user via an API, there’s an important limitation: LinkedIn’s official APIs generally do not provide a general-purpose endpoint for sending unsolicited personal messages to arbitrary LinkedIn users. If the use case is legitimate automation, I can build an API/service around an approved LinkedIn integration, for example: OAuth 2.0 LinkedIn authentication Connection/account authorization Webhook/event handling where supported Automated messaging for supported LinkedIn products/use cases Message templates and variables Queueing, retries, logging, and error handling Secure token storage Node.js/Python REST API If you’re applying through the LinkedIn Marketing/partner APIs, I can also help map the exact endpoint and required permissions to your workflow.
€2,999.99 EUR in 7 days
8.3
8.3

--I can help build the API integration for automated LinkedIn messaging, including authentication, recipient handling, message delivery, and proper error handling. I’ll first verify which LinkedIn API access and messaging permissions are available for your account, then implement it using the supported approach. I am API Expert Developer having more than 8 years experience in API development and API integration. I have working experience with Third-Party API Integration, Google map api, linked in, Custom API Development, GraphQL, Webhooks etc. Skills: API, PHP, WordPress, HTML5/CSS3/Bootstrap3, JavaScript, Jquery, MySql etc. I would like to arrange an interview with you for detailed discussion. Regards!!
€301 EUR in 5 days
8.2
8.2

Developing a LinkedIn API call for automated messaging requires one important permission check first: LinkedIn restricts messaging access, so I will verify that your Developer App has the required product access before implementing anything that could fail or violate their API rules. Using PHP, I will configure OAuth 2.0 authentication, securely handle access tokens, identify the permitted recipient, and build a clean API function to send the message with configurable text. I will also add input validation, structured error handling, response logging, and a small test script or endpoint so you can trigger and verify the request easily. If your application already has approved messaging access, I can connect it directly; if LinkedIn limits the account, I will clearly identify the permitted API route rather than relying on an unreliable workaround. The implementation will be organized so it can be integrated into your existing PHP application, with setup instructions covering credentials, scopes, configuration, and testing. I can start immediately and deliver the working call after access details are available. Do you already have a LinkedIn Developer App with messaging permission approved? (Yes/No) Muhammad Saad
€95 EUR in 2 days
7.8
7.8

Hi there, I can work on this LinkedIn automation for you. If you share whether you already have API credentials/app approval and how the message should be triggered, I can map the best solution quickly. I focus on clean, reliable integrations rather than patchy workarounds, so you’ll get something usable and easy to follow. Happy to discuss further on the platform.
€140 EUR in 7 days
7.7
7.7

Worth knowing upfront: LinkedIn's public API doesn't expose a general messaging endpoint — direct messaging is restricted to approved partner programs, so anything promising a simple "send DM" call is either scraping with your session cookie or an unofficial wrapper, and both risk your account getting restricted. The compliant path is LinkedIn's OAuth flow with the scopes your app is actually granted, and if messaging is genuinely needed, going through their Marketing Developer Platform or Sales Navigator Messaging API which does support programmatic outreach. I'd build you a clean integration on that basis: OAuth handling, token refresh, a documented endpoint wrapping the send call, retries and rate-limit handling. Tell me what you're trying to achieve — outreach, notifications, or CRM follow-ups — and I'll point at the right approach. I can start immediately.
€30 EUR in 1 day
7.8
7.8

Hi, One thing worth flagging up front: LinkedIn does not expose a public API for sending direct messages, so the honest options are either their official partner APIs (limited access) or a browser automation approach using your own authenticated session. Which route do you want? That choice changes how stable and safe the solution is against account limits. I build automation and API integrations daily, including background workflows that trigger messages and outreach on our own internal business development tool: BD Automation: automated AI-driven outreach workflows If you tell me whether this runs from your logged-in account or a service account, I'll map out the exact approach and where the rate limits sit. Adil
€152.48 EUR in 7 days
7.5
7.5

Hello, I’d be glad to set this up for you. Your requirement sounds straightforward, but the main point to confirm is the method of access for LinkedIn messaging, since that decides how the automation should be built. Once that is clear, I can handle the API call setup and testing for the automated message process. I’m available to go over the details here.
€140 EUR in 7 days
7.1
7.1

Hello! We can build an API solution for automated LinkedIn messaging. 1. Do you already have LinkedIn API access for this integration? 2. Should the message flow support sending to one contact or in bulk? — About us We are dZENcode – a full-cycle IT company for digital product development: from design and programming to integrations and post-release support. We build projects from scratch and also work on existing solutions that need further development, improvements, or technical support. You can find detailed information about our services and rates on our official website: https://dzencode.com. Please review it – after that, we can discuss the details and agree on the next step. ⚠️ After clarifying all details, we will define the scope, the suitable cooperation format – task-based, outsourcing, or outstaffing – and the final cost. Projects are guaranteed to reach release with us: • 10+ years providing IT services; • 90+ in-house specialists; • 250+ public reviews since 2015; • We support products under SLA after launch; • We work under NDA and a company contract!
€140 EUR in 7 days
6.5
6.5

Hi There! I’m an expert in API integration and automation with 9+ years of experience, building reliable messaging workflows around supported platform APIs. Here’s how I can help: 1. Develop the required API call and authentication flow. 2. Integrate automated messaging with your application. 3. Add proper error handling, logging, and secure credential management. Does your LinkedIn setup have access to the specific messaging API permissions required for this use case?
€140 EUR in 7 days
6.2
6.2

Hi, This sounds like a straightforward automation task, but the tricky part is keeping it stable once real LinkedIn API calls start hitting their rate limits. The message needs to be sent without hitting those caps, and the retries have to be smart enough not to look like spam. I’ve done similar API-driven automation before, where the main focus was handling rate limits and keeping the flow smooth. For example, I built a system that syncs data between services without overwhelming their APIs. The approach would likely involve setting up a queue for messages, checking LinkedIn’s API limits before each call, and implementing exponential backoff for retries. A small but important detail is tracking which messages failed and why, so you can adjust the flow later. The unknown here is how LinkedIn’s API actually behaves—whether it enforces strict rate limits per account or per IP, and if the message content triggers any spam filters. I’d build a simple logging system first to monitor this before scaling up. Thanks, Denis
€150 EUR in 3 days
6.2
6.2

Hi, I can build the API integration for your LinkedIn messaging workflow and first verify the exact API permissions available for your account/use case. I’ll design it so the authentication, recipient selection, message payload, error handling, and API responses are cleanly separated and easy to maintain. If LinkedIn’s official API does not permit the required messaging action, I’ll clearly explain the limitation and suggest a compliant alternative rather than using a risky workaround. I have experience with API integrations, automation, and backend development, and can implement the solution in PHP, Java, or C#. Please tell me whether this is for a LinkedIn personal account or a LinkedIn Page, and I can confirm the appropriate API approach before development.
€140 EUR in 1 day
6.1
6.1

Hi , I have gone through your project, LinkedIn API Call: to send an automated message, and I am ready to start working as soon as you confirm. I offer best quality and highest performance at a reasonable price, with on-time delivery. I’m well-versed in PHP, Python, CSS, HTML, JavaScript, jQuery, Bootstrap, Angular, AJAX, Laravel, WordPress, API, API Development, PHP, Software Architecture, Java, C# Programming, Automation and API Integration. I’d love to discuss the project further to ensure we’re aligned on the scope, timeline, and deliverables. Please let me know a convenient time for us to connect, and I’ll be happy to accommodate. Looking forward to hearing from you soon
€30 EUR in 1 day
6.1
6.1

The bottleneck is enabling automated messaging through LinkedIn's API constraints. The root cause is LinkedIn's limited public API support for direct messaging automation. I will implement a solution using authenticated C# API calls integrated with PHP backend logic to handle session and token management. This involves programmatic message construction and delivery while respecting LinkedIn's rate limits and security policies. Messaging automation will be verified via controlled test sends and API response monitoring ensuring reliability and compliance. What specific LinkedIn API endpoints and authentication methods do you require for the automated messaging system?
€500 EUR in 7 days
5.6
5.6

Hi there! You need an API call to send an automated LinkedIn message, and I’ll wire it cleanly end to end in PHP. LinkedIn automation is usually the tricky part because tokens, scopes, and rate limits can break quietly, so I’ll build it around a proper OAuth flow and reliable error handling. In the implementation, I’ll set up the API Integration endpoints, request signing/auth headers, and a small service layer that takes recipient + message text and returns delivery status. - Use C# style DTO structure on the PHP side for predictable payloads - Add retry/backoff and logging so you can see failures - Keep the code separated for Software Architecture so you can swap providers later I’ll have a working version ready fast, then adjust after your first test. Thanks, Slavko
€85 EUR in 1 day
5.8
5.8

Hello there. I hope you are donig well. I have successfully developed automated solutions using APIs for various platforms, including LinkedIn integrations. My background in C# and PHP equips me to create seamless automated messaging functionalities that align perfectly with your requirements. I understand you need an API call to send automated messages on LinkedIn. I will design a robust solution that adheres to LinkedIn's API guidelines, ensuring smooth and efficient communication while maintaining compliance with their policies. I will provide a high-quality, efficient API solution tailored to your needs, ensuring it is well-documented and easy to integrate. My approach focuses on best practices for API development and automation to deliver the most effective results. Please feel free to reach out to me. I look forward to working with you. Best regards, Billy Bryan
€118 EUR in 3 days
5.6
5.6

Hello, an easy task for me. I would love to develop for you an API call through which you will be able to send an automated message to someone on LinkedIn. Drop me a message to discuss more details. Let's get started, Fahad.
€140 EUR in 1 day
5.6
5.6

I can build an API-based solution that triggers an automated outreach workflow for LinkedIn messaging. The implementation will provide secure authentication, configurable recipient targeting, message templates, and rate-limit controls to reduce failures and avoid spam-like bursts. Delivery will include clean endpoint design (e.g., message-send action), structured request/response payloads, logging for auditability, and robust error handling for common API failures and throttling. Where applicable, the system will support scheduling and idempotency so repeated runs do not duplicate messages. The result will be a maintainable backend service ready to integrate with your existing platform.
€30 EUR in 6 days
5.5
5.5

Hi, I can build the LinkedIn API call that sends automated messages, wired to the approved messaging endpoints your developer app has access to. I will handle authentication, token refresh, and safe send logic so messages only go to eligible recipients. For reliability, I will add rate-limit handling and a retry queue so failed sends are logged and reattempted without duplicates. Questions: 1) Do you already have LinkedIn Marketing or Messages API approval on your app? Looking forward to discussing further. Regards, Shayan.
€33 EUR in 9 days
5.5
5.5

Berlin, Germany
Payment method verified
Member since Mar 24, 2020
€30-250 EUR
€30-250 EUR
€30-250 EUR
€250-750 EUR
€30-250 EUR
₹1500-12500 INR
₹1500-12500 INR
$750-1500 USD
₹12500-37500 INR
₹1500-12500 INR
$30-250 CAD
₹1500-12500 INR
₹1500-12500 INR
$30-250 USD
€2-6 EUR / hour
₹750-1250 INR / hour
$30-250 USD
$10-30 USD
₹1500-12500 INR
₹600-1500 INR
₹600-1500 INR
₹750-1250 INR / hour
€30-250 EUR
$750-1500 USD
₹750-1250 INR / hour