API (Code)
API Reference
For a complete breakdown of all API capabilities, including additional parameters, responses, and error codes, check out the full API reference: Welcomessage API Reference
Last updated
For a complete breakdown of all API capabilities, including additional parameters, responses, and error codes, check out the full API reference: Welcomessage API Reference
Last updated
The Verify API Key endpoint is used to ensure that your API key is valid.
The API key for authentication.
"your_api_key_here"
Valid API Key
Verification success flag.
Full response body.
The Send Message endpoint allows you to send a LinkedIn direct message through a specified campaign using provided user details such as name and LinkedIn URL.
If the LinkedIn URL is not provided, Welcomessage will attempt to find the user’s profile using their first and last name, as well as their email address.
Requirements:
firstName
, lastName
, and email
are required.linkedinUrl
field is required.ID of the campaign.
Email address of the recipient. Required if LinkedIn URL is not provided.
"user@example.com"
First name of the recipient. Required if LinkedIn URL is not provided.
"John"
Last name of the recipient. Required if LinkedIn URL is not provided.
"Doe"
Company name of the recipient.
"TechCorp"
LinkedIn profile URL of the recipient. Required if firstName
, lastName
, and email
are not provided.
"https://www.linkedin.com/in/johndoe/"
Custom Variable 1
"CustomValue1"
Custom Variable 2
"CustomValue2"
Custom Variable 3
"CustomValue3"
Custom Variable 4
"CustomValue4"
Custom Variable 5
"CustomValue5"
Message successfully sent
Confirmation that the message was successfully sent.
Full response body.