Unipile
Use Unipile to manage unified messaging, email, calendar, social, and webhook workflows.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "UNIPILE_A_CREATE_WEBHOOK", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("UNIPILE_A_CREATE_WEBHOOK", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute UNIPILE_A_CREATE_WEBHOOK --data '{ }'Tool 目录
可用 Tools
93 个可调用操作
Create a webhookUNIPILE_A_CREATE_WEBHOOKCreate a webhook.需要连接
Create a webhook.
认证
需要 Connected AccountTags
Delete a webhookUNIPILE_A_DELETE_WEBHOOKDelete a webhook.需要连接
Delete a webhook.
认证
需要 Connected AccountTags
List all webhooksUNIPILE_A_LIST_WEBHOOKSReturns a list of the webhooks.需要连接
Returns a list of the webhooks.
认证
需要 Connected AccountTags
Connect an account (hosted authentication)UNIPILE_A_REQUEST_LINKCreate a url which redirect to Unipile's hosted authentication to connect or reconnect an account.需要连接
Create a url which redirect to Unipile's hosted authentication to connect or reconnect an account.
认证
需要 Connected AccountTags
Delete an emailUNIPILE_D_DELETE_MAILDelete an email by moving it to the Trash folder.需要连接
Delete an email by moving it to the Trash folder.
认证
需要 Connected AccountTags
Retrieve an attachment from an emailUNIPILE_D_GET_ATTACHMENTRetrieve one of the attachment linked to an email.需要连接
Retrieve one of the attachment linked to an email.
认证
需要 Connected AccountTags
Retrieve an attendeeUNIPILE_D_GET_ATTENDEE_BY_IDThe id of the wanted attendee.需要连接
The id of the wanted attendee.
认证
需要 Connected AccountTags
Download a chat attendee pictureUNIPILE_D_GET_ATTENDEE_PROFILE_PICTUREDownload the profile picture of an attendee or picture of a group chat.需要连接
Download the profile picture of an attendee or picture of a group chat.
认证
需要 Connected AccountTags
Retrieve an emailUNIPILE_D_GET_MAILRetrieve the details of an email.需要连接
Retrieve the details of an email.
认证
需要 Connected AccountTags
List all attendeesUNIPILE_D_LIST_ALL_ATTENDEESReturns a list of messaging attendees. Some optional parameters are available to filter the results.需要连接
Returns a list of messaging attendees. Some optional parameters are available to filter the results.
认证
需要 Connected AccountTags
List all 1to1 chats for a given attendeeUNIPILE_D_LIST_CHATS_BY_ATTENDEEReturns a list of chats where a given attendee is involved.需要连接
Returns a list of chats where a given attendee is involved.
认证
需要 Connected AccountTags
List email contactsUNIPILE_D_LIST_CONTACTSReturns a list of contacts from the email provider. Supported for Gmail (Google OAuth) and Microsoft (Outlook) only.需要连接
Returns a list of contacts from the email provider. Supported for Gmail (Google OAuth) and Microsoft (Outlook) only.
认证
需要 Connected AccountTags
List all emailsUNIPILE_D_LIST_MAILSReturns a list of emails.需要连接
Returns a list of emails.
认证
需要 Connected AccountTags
List all messages for a given attendeeUNIPILE_D_LIST_MESSAGES_BY_ATTENDEEReturns a list of messages where a given attendee is involved.需要连接
Returns a list of messages where a given attendee is involved.
认证
需要 Connected AccountTags
Send an emailUNIPILE_D_SEND_MAIL⚠️ Interactive documentation does not work on this route (child parameters not correctly applied in snippet), please use our ready to copy past example of this page : https://developer.unipile.com/docs/send-email需要连接
⚠️ Interactive documentation does not work on this route (child parameters not correctly applied in snippet), please use our ready to copy past example of this page : https://developer.unipile.com/docs/send-email
认证
需要 Connected AccountTags
Update an emailUNIPILE_D_UPDATE_MAILUpdate an email.需要连接
Update an email.
认证
需要 Connected AccountTags
Send an invitationUNIPILE_E_ADD_USER_BY_IDENTIFIERSend an invitation to add someone to your contacts. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions需要连接
Send an invitation to add someone to your contacts. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions
认证
需要 Connected AccountTags
Cancel an invitationUNIPILE_E_CANCEL_INVITATIONCancel a pending invitation sent to someone. <br>`Instagram`: You can also use this route to unfollow users you have previously followed.需要连接
Cancel a pending invitation sent to someone. <br>`Instagram`: You can also use this route to unfollow users you have previously followed.
认证
需要 Connected AccountTags
Edit own profileUNIPILE_E_EDIT_ACCOUNT_OWNER_PROFILEModify informations on account owner profile. For WhatsApp accounts, only `headline` (profile display name), `summary` (profile About/status) and `picture` are available. ⚠️ Interactive documentation does not provide the expected format for nested parameters in code snippet. They should be formatted with brackets like the following examples : `location[id]=105015875`, `picture_settings[filter]=STUDIO` or `picture_settings[layout][bottomLeft][x]=1.25`. When working with arrays, just set one field for each value with the same key, for example : `experience[skills]=development \ experience[skills]=management`.需要连接
Modify informations on account owner profile. For WhatsApp accounts, only `headline` (profile display name), `summary` (profile About/status) and `picture` are available. ⚠️ Interactive documentation does not provide the expected format for nested parameters in code snippet. They should be formatted with brackets like the following examples : `location[id]=105015875`, `picture_settings[filter]=STUDIO` or `picture_settings[layout][bottomLeft][x]=1.25`. When working with arrays, just set one field for each value with the same key, for example : `experience[skills]=development \ experience[skills]=management`.
认证
需要 Connected AccountTags
Retrieve own profileUNIPILE_E_GET_ACCOUNT_OWNER_PROFILERetrieve informations about account owner.需要连接
Retrieve informations about account owner.
认证
需要 Connected AccountTags
List all followersUNIPILE_E_GET_FOLLOWERSReturns a list of all the followers of the current user. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions需要连接
Returns a list of all the followers of the current user. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions
认证
需要 Connected AccountTags
List all followed accountsUNIPILE_E_GET_FOLLOWINGReturns a list of all the followed accounts of an account. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions需要连接
Returns a list of all the followed accounts of an account. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions
认证
需要 Connected AccountTags
Retrieve a profileUNIPILE_E_GET_PROFILE_BY_IDENTIFIERRetrieve the profile of a user. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions需要连接
Retrieve the profile of a user. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions
认证
需要 Connected AccountTags
List all relationsUNIPILE_E_GET_RELATIONSReturns a list of all the relations of an account. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions需要连接
Returns a list of all the relations of an account. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions
认证
需要 Connected AccountTags
Handle a received invitationUNIPILE_E_HANDLE_INVITATION_RECEIVEDAccept or decline a connection invitation.需要连接
Accept or decline a connection invitation.
认证
需要 Connected AccountTags
List all commentsUNIPILE_E_LIST_ALL_COMMENTSReturns a list of comments written by a user.需要连接
Returns a list of comments written by a user.
认证
需要 Connected AccountTags
List all postsUNIPILE_E_LIST_ALL_POSTSReturns a list of posts written by a user or a company.需要连接
Returns a list of posts written by a user or a company.
认证
需要 Connected AccountTags
List all reactionsUNIPILE_E_LIST_ALL_REACTIONSReturns a list of reactions to posts or comments from a user.需要连接
Returns a list of reactions to posts or comments from a user.
认证
需要 Connected AccountTags
List all invitations receivedUNIPILE_E_LIST_ALL_USER_INVITATIONS_RECEIVEDReturns a list of all invitations that have been received.需要连接
Returns a list of all invitations that have been received.
认证
需要 Connected AccountTags
List all invitations sentUNIPILE_E_LIST_ALL_USER_INVITATIONS_SENTReturns a list of all invitations sent that are pending.需要连接
Returns a list of all invitations sent that are pending.
认证
需要 Connected AccountTags
Delete a chatUNIPILE_H_DELETE_CHATDelete a chat. Supported for WhatsApp and LinkedIn only.需要连接
Delete a chat. Supported for WhatsApp and LinkedIn only.
认证
需要 Connected AccountTags
Retrieve a chatUNIPILE_H_GET_CHATRetrieve the details of a chat.需要连接
Retrieve the details of a chat.
认证
需要 Connected AccountTags
List all chatsUNIPILE_H_LIST_ALL_CHATSReturns a list of chats. Some optional parameters are available to filter the results.需要连接
Returns a list of chats. Some optional parameters are available to filter the results.
认证
需要 Connected AccountTags
List all attendees from a chatUNIPILE_H_LIST_ATTENDEESReturns a list of messaging attendees related to a given chat. Some optional parameters are available to filter the results.需要连接
Returns a list of messaging attendees related to a given chat. Some optional parameters are available to filter the results.
认证
需要 Connected AccountTags
List all messages from a chatUNIPILE_H_LIST_CHAT_MESSAGESReturns a list of messages related to the given chat. Some parameters are available to filter the results.需要连接
Returns a list of messages related to the given chat. Some parameters are available to filter the results.
认证
需要 Connected AccountTags
Perform an action on a given chatUNIPILE_H_PATCH_CHATPerform an action like changing the read status, muting the chat, retrieving a group invite link, etc.需要连接
Perform an action like changing the read status, muting the chat, retrieving a group invite link, etc.
认证
需要 Connected AccountTags
Send a message in a chatUNIPILE_H_SEND_MESSAGE_IN_CHATSend a message to the given chat with the possibility to link some attachments.需要连接
Send a message to the given chat with the possibility to link some attachments.
认证
需要 Connected AccountTags
Start a new chatUNIPILE_H_START_NEW_CHATStart a new conversation with one or more attendee. ⚠️ Interactive documentation does not work for Linkedin specific parameters (child parameters not correctly applied in snippet), the correct format is linkedin[inmail] = true, linkedin[api]...需要连接
Start a new conversation with one or more attendee. ⚠️ Interactive documentation does not work for Linkedin specific parameters (child parameters not correctly applied in snippet), the correct format is linkedin[inmail] = true, linkedin[api]...
认证
需要 Connected AccountTags
Synchronize a conversation from its beginningUNIPILE_H_SYNC_CHAT_HISTORYThis route can be used both to initiate a synchronization process and to monitor its status via regular polling.需要连接
This route can be used both to initiate a synchronization process and to monitor its status via regular polling.
认证
需要 Connected AccountTags
Connect an account (native authentication)UNIPILE_M_CREATE_ACCOUNTLink to Uniple an account of the given type and provider.需要连接
Link to Uniple an account of the given type and provider.
认证
需要 Connected AccountTags
Delete an accountUNIPILE_M_DELETE_ACCOUNTUnlink the given account to Unipile.需要连接
Unlink the given account to Unipile.
认证
需要 Connected AccountTags
Retrieve an accountUNIPILE_M_GET_ACCOUNT_BY_IDRetrieve the details of an account.需要连接
Retrieve the details of an account.
认证
需要 Connected AccountTags
List all accountsUNIPILE_M_LIST_ACCOUNTSReturns a list of the accounts linked to Unipile.需要连接
Returns a list of the accounts linked to Unipile.
认证
需要 Connected AccountTags
Update account proxyUNIPILE_M_PATCH_ACCOUNTUpdate the proxy configuration of an existing account. You can provide a custom proxy, or request a new Unipile proxy by country/IP.需要连接
Update the proxy configuration of an existing account. You can provide a custom proxy, or request a new Unipile proxy by country/IP.
认证
需要 Connected AccountTags
Reconnect an accountUNIPILE_M_RECONNECT_ACCOUNTReconnect an account previously linked to Unipile that has been disconnected.需要连接
Reconnect an account previously linked to Unipile that has been disconnected.
认证
需要 Connected AccountTags
Resend checkpoint notificationUNIPILE_M_RESEND_CHECKPOINTMight it be 2FA, OTP or In-app Validation, this route makes you able on certain providers to resend the notification.需要连接
Might it be 2FA, OTP or In-app Validation, this route makes you able on certain providers to resend the notification.
认证
需要 Connected AccountTags
Restart an accountUNIPILE_M_RESTART_ACCOUNTRestart the sources of a frozen account.需要连接
Restart the sources of a frozen account.
认证
需要 Connected AccountTags
Resynchronize account messaging dataUNIPILE_M_RESYNC_ACCOUNTThis route can be used both to initiate a sync process (from scratch or within a specific time span) and to monitor its status via regular polling. Supported providers: LinkedIn and Telegram. Instagram and WhatsApp are not supported by this route.需要连接
This route can be used both to initiate a sync process (from scratch or within a specific time span) and to monitor its status via regular polling. Supported providers: LinkedIn and Telegram. Instagram and WhatsApp are not supported by this route.
认证
需要 Connected AccountTags
Solve a code checkpointUNIPILE_M_SOLVE_CHECKPOINTAllows you to provide a code which will solve a checkpoint encountered during a native authentication. A checkpoint is a security step added by a provider which needs to be solved to complete the authentication. Checkpoints that require a code are 2FA (two-factor authentication) and OTP (one-time password). Depending on the way you have configured the account you are trying to authenticate, you can get your code from various ways such as a mail, a SMS or from a two-factor authentication app.需要连接
Allows you to provide a code which will solve a checkpoint encountered during a native authentication. A checkpoint is a security step added by a provider which needs to be solved to complete the authentication. Checkpoints that require a code are 2FA (two-factor authentication) and OTP (one-time password). Depending on the way you have configured the account you are trying to authenticate, you can get your code from various ways such as a mail, a SMS or from a two-factor authentication app.
认证
需要 Connected AccountTags
Close a job postingUNIPILE_N_CLOSE_JOB_POSTINGClose a job offer you have posted.需要连接
Close a job offer you have posted.
认证
需要 Connected AccountTags
Create a draftUNIPILE_N_CREATE_DRAFT⚠️ Interactive documentation does not work on this route (child parameters not correctly applied in snippet), Create a new draft.需要连接
⚠️ Interactive documentation does not work on this route (child parameters not correctly applied in snippet), Create a new draft.
认证
需要 Connected AccountTags
Create a job postingUNIPILE_N_CREATE_JOB_POSTINGCreate a new job offer draft.需要连接
Create a new job offer draft.
认证
需要 Connected AccountTags
Edit a job postingUNIPILE_N_EDIT_JOB_POSTINGEdit an existing job posting.需要连接
Edit an existing job posting.
认证
需要 Connected AccountTags
Endorse a user profile specific skillUNIPILE_N_ENDORSE_PROFILEThis route can be used to endorse a skill of a user profile.需要连接
This route can be used to endorse a skill of a user profile.
认证
需要 Connected AccountTags
Retrieve contractsUNIPILE_N_GET_AVAILABLE_CONTRACTSReturns a list of your LinkedIn available contracts需要连接
Returns a list of your LinkedIn available contracts
认证
需要 Connected AccountTags
Retrieve a company profileUNIPILE_N_GET_COMPANY_PROFILEGet a company profile from its name or ID.需要连接
Get a company profile from its name or ID.
认证
需要 Connected AccountTags
Retrieve Recruiter hiring project from IDUNIPILE_N_GET_HIRING_PROJECT_BY_IDRetrieve a particular hiring project.需要连接
Retrieve a particular hiring project.
认证
需要 Connected AccountTags
Retrieve Recruiter hiring projectsUNIPILE_N_GET_HIRING_PROJECTSRetrieve list of LinkedIn Recruiter hiring projects.需要连接
Retrieve list of LinkedIn Recruiter hiring projects.
认证
需要 Connected AccountTags
Get inmail credit balanceUNIPILE_N_GET_INMAIL_BALANCEGet balance for subscribed premium features.需要连接
Get balance for subscribed premium features.
认证
需要 Connected AccountTags
Get a specific applicant to a job postingUNIPILE_N_GET_JOB_APPLICANTRetrieve the details of a user that has applied to a given offer. Applies to Classic job posting only.需要连接
Retrieve the details of a user that has applied to a given offer. Applies to Classic job posting only.
认证
需要 Connected AccountTags
Download the resume of a job applicantUNIPILE_N_GET_JOB_APPLICANT_RESUMEThis route can be used to download the resume of a job applicant.需要连接
This route can be used to download the resume of a job applicant.
认证
需要 Connected AccountTags
List all applicants to a job postingUNIPILE_N_GET_JOB_APPLICANTSRetrieve all the users that have applied to a given offer.需要连接
Retrieve all the users that have applied to a given offer.
认证
需要 Connected AccountTags
Get job offerUNIPILE_N_GET_JOB_POSTINGRetrieve a job offer.需要连接
Retrieve a job offer.
认证
需要 Connected AccountTags
List all job postingsUNIPILE_N_GET_JOB_POSTINGSRetrieve the job offers you have posted on LinkedIn whether they are open, closed or still drafts.需要连接
Retrieve the job offers you have posted on LinkedIn whether they are open, closed or still drafts.
认证
需要 Connected AccountTags
Get raw data from any endpointUNIPILE_N_GET_RAW_DATAThis magic route is intended for advanced users who wish to use LinkedIn's features beyond our current capabilities. It enables you to create custom functionalities that are not yet supported by our platform, using connected accounts. To utilize this route, you will need to identify the specific endpoint containing the desired data using web developer tools on LinkedIn, and then copy the URL along with its parameters for implementation.需要连接
This magic route is intended for advanced users who wish to use LinkedIn's features beyond our current capabilities. It enables you to create custom functionalities that are not yet supported by our platform, using connected accounts. To utilize this route, you will need to identify the specific endpoint containing the desired data using web developer tools on LinkedIn, and then copy the URL along with its parameters for implementation.
认证
需要 Connected AccountTags
Retrieve LinkedIn search parametersUNIPILE_N_GET_SEARCH_PARAMETERS_LISTLinkedIn doesn't accept raw text as search parameters, but IDs. This route will help you get the right IDs for your inputs. Check out our Guide with examples to master LinkedIn search : https://developer.unipile.com/docs/linkedin-search需要连接
LinkedIn doesn't accept raw text as search parameters, but IDs. This route will help you get the right IDs for your inputs. Check out our Guide with examples to master LinkedIn search : https://developer.unipile.com/docs/linkedin-search
认证
需要 Connected AccountTags
Perform an action with a user profileUNIPILE_N_PERFORM_ACTION_ON_MEMBERAdd a candidate to a Recruiter pipeline, save a Sales Navigator lead, etc.需要连接
Add a candidate to a Recruiter pipeline, save a Sales Navigator lead, etc.
认证
需要 Connected AccountTags
Publish a job postingUNIPILE_N_PUBLISH_JOB_POSTINGPublish the job posting draft you have been working on.需要连接
Publish the job posting draft you have been working on.
认证
需要 Connected AccountTags
Perform Linkedin searchUNIPILE_N_SEARCHSearch people and companies from the Linkedin Classic as well as Sales Navigator APIs. Check out our Guide with examples to master LinkedIn search : https://developer.unipile.com/docs/linkedin-search需要连接
Search people and companies from the Linkedin Classic as well as Sales Navigator APIs. Check out our Guide with examples to master LinkedIn search : https://developer.unipile.com/docs/linkedin-search
认证
需要 Connected AccountTags
Select contractUNIPILE_N_SELECT_CONTRACTSelect a Recruiter or Sales navigator contract to be used on your account需要连接
Select a Recruiter or Sales navigator contract to be used on your account
认证
需要 Connected AccountTags
Solve a job publishing checkpointUNIPILE_N_SOLVE_CHECKPOINTSolve a checkpoint to verify your member privilegies.需要连接
Solve a checkpoint to verify your member privilegies.
认证
需要 Connected AccountTags
Retrieve a folderUNIPILE_O_GET_FOLDERRetrieve the details of a mail folder.需要连接
Retrieve the details of a mail folder.
认证
需要 Connected AccountTags
List all foldersUNIPILE_O_LIST_FOLDERSReturns a list of all email folders.需要连接
Returns a list of all email folders.
认证
需要 Connected AccountTags
Add a reaction to a messageUNIPILE_U_ADD_REACTIONAdd a reaction to a message. (Whatsapp, LinkedIn)需要连接
Add a reaction to a message. (Whatsapp, LinkedIn)
认证
需要 Connected AccountTags
Create an eventUNIPILE_U_CREATE_CALENDAR_EVENTCreate a calendar event.需要连接
Create a calendar event.
认证
需要 Connected AccountTags
Delete an eventUNIPILE_U_DELETE_CALENDAR_EVENTDelete a calendar event.需要连接
Delete a calendar event.
认证
需要 Connected AccountTags
Delete a messageUNIPILE_U_DELETE_MESSAGEDelete a message. Supported for WhatsApp and LinkedIn only. For LinkedIn, it is only possible within the first 60 minutes after the message is sent.需要连接
Delete a message. Supported for WhatsApp and LinkedIn only. For LinkedIn, it is only possible within the first 60 minutes after the message is sent.
认证
需要 Connected AccountTags
Edit an eventUNIPILE_U_EDIT_CALENDAR_EVENTEdit a calendar event.需要连接
Edit a calendar event.
认证
需要 Connected AccountTags
Forward a messageUNIPILE_U_FORWARD_MESSAGEForward a message to a chat. (Whatsapp only)需要连接
Forward a message to a chat. (Whatsapp only)
认证
需要 Connected AccountTags
Retrieve an attachment from a messageUNIPILE_U_GET_ATTACHMENTRetrieve one of the attachment linked to a message.需要连接
Retrieve one of the attachment linked to a message.
认证
需要 Connected AccountTags
Retrieve a calendarUNIPILE_U_GET_CALENDARRetrieve the details of a calendar.需要连接
Retrieve the details of a calendar.
认证
需要 Connected AccountTags
Retrieve an eventUNIPILE_U_GET_CALENDAR_EVENTRetrieve the details of a calendar event.需要连接
Retrieve the details of a calendar event.
认证
需要 Connected AccountTags
Retrieve a messageUNIPILE_U_GET_MESSAGERetrieve the details of a message.需要连接
Retrieve the details of a message.
认证
需要 Connected AccountTags
List all messagesUNIPILE_U_LIST_ALL_MESSAGESReturns a list of messages. Some optional parameters are available to filter the results.需要连接
Returns a list of messages. Some optional parameters are available to filter the results.
认证
需要 Connected AccountTags
Retrieve all events from a calendarUNIPILE_U_LIST_CALENDAR_EVENTS_BY_CALENDARReturns a list of calendar events related to the given calendar.需要连接
Returns a list of calendar events related to the given calendar.
认证
需要 Connected AccountTags
List all calendarsUNIPILE_U_LIST_CALENDARSReturns a list of calendars.需要连接
Returns a list of calendars.
认证
需要 Connected AccountTags
Edit a messageUNIPILE_U_PATCH_MESSAGEEdit a message. Supported for WhatsApp and LinkedIn Classic only. WhatsApp may reject edits after an indicative 15-minute window following the original send time. LinkedIn Classic edits are only possible within the first 60 minutes after the message is sent.需要连接
Edit a message. Supported for WhatsApp and LinkedIn Classic only. WhatsApp may reject edits after an indicative 15-minute window following the original send time. LinkedIn Classic edits are only possible within the first 60 minutes after the message is sent.
认证
需要 Connected AccountTags
Add a reaction to a postUNIPILE_Y_ADD_POST_REACTIONReact to either a post or a post comment.需要连接
React to either a post or a post comment.
认证
需要 Connected AccountTags
Create a postUNIPILE_Y_CREATE_POSTPublish a post.需要连接
Publish a post.
认证
需要 Connected AccountTags
Retrieve a postUNIPILE_Y_GET_POSTRetrieve the details of a post.需要连接
Retrieve the details of a post.
认证
需要 Connected AccountTags
List all comments from a postUNIPILE_Y_LIST_ALL_COMMENTSReturns a list of either comments on a given post or replies on a given comment.需要连接
Returns a list of either comments on a given post or replies on a given comment.
认证
需要 Connected AccountTags
List all reactions from a postUNIPILE_Y_LIST_ALL_REACTIONSReturns a list of reactions to either a post or a post comment.需要连接
Returns a list of reactions to either a post or a post comment.
认证
需要 Connected AccountTags
Comment a postUNIPILE_Y_SEND_COMMENTComment a post or reply to a post comment.需要连接
Comment a post or reply to a post comment.
认证
需要 Connected AccountTags