Skip to main content

Send a greeting message on Job Change

This API allows the authenticated user to send a greeting message to congratulate someone on their job change. The sender must provide their own profile ID, the greeting context, the message content, and either the thread ID or the profile ID (one of these is mandatory).

The profile_id is a unique identifier used by LinkedIn to distinguish individual user profiles. On WeLink, you can obtain the profile_id by calling the actions/get_profile_details API. In the response of this API, the field profile_id is provided. This value should be used as the profile_id when making requests to other WeLink APIs that require a LinkedIn profile reference.

Header Parameters
x-api-key uuid REQUIRED
x-api-secret uuid REQUIRED
Request Body REQUIRED
accountId string REQUIRED
greetings_context string REQUIRED
message string REQUIRED
profile_id string
thread_id string
frequency number
track_reply boolean
Responses
Success
Schema OPTIONAL
thread_id string
message_id string
sent_at number
Failed
Schema OPTIONAL
status string
request_id string
error string