Open Connector
所有 Tools

Unipile

Use Unipile to manage unified messaging, email, calendar, social, and webhook workflows.

unipilev1.0.093 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

Webhooks
Delete a webhookUNIPILE_A_DELETE_WEBHOOKDelete a webhook.

Delete a webhook.

认证

需要 Connected Account

Tags

Webhooks
List all webhooksUNIPILE_A_LIST_WEBHOOKSReturns a list of the webhooks.

Returns a list of the webhooks.

认证

需要 Connected Account

Tags

Webhooks
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 Account

Tags

Accounts
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 Account

Tags

Emails
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 Account

Tags

Emails
Retrieve an attendeeUNIPILE_D_GET_ATTENDEE_BY_IDThe id of the wanted attendee.

The id of the wanted attendee.

认证

需要 Connected Account

Tags

Messaging
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 Account

Tags

Messaging
Retrieve an emailUNIPILE_D_GET_MAILRetrieve the details of an email.

Retrieve the details of an email.

认证

需要 Connected Account

Tags

Emails
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 Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Emails
List all emailsUNIPILE_D_LIST_MAILSReturns a list of emails.

Returns a list of emails.

认证

需要 Connected Account

Tags

Emails
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 Account

Tags

Messaging
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 Account

Tags

Emails
Update an emailUNIPILE_D_UPDATE_MAILUpdate an email.

Update an email.

认证

需要 Connected Account

Tags

Emails
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 Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
Retrieve own profileUNIPILE_E_GET_ACCOUNT_OWNER_PROFILERetrieve informations about account owner.

Retrieve informations about account owner.

认证

需要 Connected Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
Handle a received invitationUNIPILE_E_HANDLE_INVITATION_RECEIVEDAccept or decline a connection invitation.

Accept or decline a connection invitation.

认证

需要 Connected Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
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 Account

Tags

Users
Delete a chatUNIPILE_H_DELETE_CHATDelete a chat. Supported for WhatsApp and LinkedIn only.

Delete a chat. Supported for WhatsApp and LinkedIn only.

认证

需要 Connected Account

Tags

Messaging
Retrieve a chatUNIPILE_H_GET_CHATRetrieve the details of a chat.

Retrieve the details of a chat.

认证

需要 Connected Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Accounts
Delete an accountUNIPILE_M_DELETE_ACCOUNTUnlink the given account to Unipile.

Unlink the given account to Unipile.

认证

需要 Connected Account

Tags

Accounts
Retrieve an accountUNIPILE_M_GET_ACCOUNT_BY_IDRetrieve the details of an account.

Retrieve the details of an account.

认证

需要 Connected Account

Tags

Accounts
List all accountsUNIPILE_M_LIST_ACCOUNTSReturns a list of the accounts linked to Unipile.

Returns a list of the accounts linked to Unipile.

认证

需要 Connected Account

Tags

Accounts
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 Account

Tags

Accounts
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 Account

Tags

Accounts
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 Account

Tags

Accounts
Restart an accountUNIPILE_M_RESTART_ACCOUNTRestart the sources of a frozen account.

Restart the sources of a frozen account.

认证

需要 Connected Account

Tags

Accounts
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 Account

Tags

Accounts
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 Account

Tags

Accounts
Close a job postingUNIPILE_N_CLOSE_JOB_POSTINGClose a job offer you have posted.

Close a job offer you have posted.

认证

需要 Connected Account

Tags

LinkedIn Specific
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 Account

Tags

Emails
Create a job postingUNIPILE_N_CREATE_JOB_POSTINGCreate a new job offer draft.

Create a new job offer draft.

认证

需要 Connected Account

Tags

LinkedIn Specific
Edit a job postingUNIPILE_N_EDIT_JOB_POSTINGEdit an existing job posting.

Edit an existing job posting.

认证

需要 Connected Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
Retrieve contractsUNIPILE_N_GET_AVAILABLE_CONTRACTSReturns a list of your LinkedIn available contracts

Returns a list of your LinkedIn available contracts

认证

需要 Connected Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
Retrieve Recruiter hiring project from IDUNIPILE_N_GET_HIRING_PROJECT_BY_IDRetrieve a particular hiring project.

Retrieve a particular hiring project.

认证

需要 Connected Account

Tags

LinkedIn Specific
Retrieve Recruiter hiring projectsUNIPILE_N_GET_HIRING_PROJECTSRetrieve list of LinkedIn Recruiter hiring projects.

Retrieve list of LinkedIn Recruiter hiring projects.

认证

需要 Connected Account

Tags

LinkedIn Specific
Get inmail credit balanceUNIPILE_N_GET_INMAIL_BALANCEGet balance for subscribed premium features.

Get balance for subscribed premium features.

认证

需要 Connected Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
Get job offerUNIPILE_N_GET_JOB_POSTINGRetrieve a job offer.

Retrieve a job offer.

认证

需要 Connected Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
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 Account

Tags

LinkedIn Specific
Solve a job publishing checkpointUNIPILE_N_SOLVE_CHECKPOINTSolve a checkpoint to verify your member privilegies.

Solve a checkpoint to verify your member privilegies.

认证

需要 Connected Account

Tags

LinkedIn Specific
Retrieve a folderUNIPILE_O_GET_FOLDERRetrieve the details of a mail folder.

Retrieve the details of a mail folder.

认证

需要 Connected Account

Tags

Emails
List all foldersUNIPILE_O_LIST_FOLDERSReturns a list of all email folders.

Returns a list of all email folders.

认证

需要 Connected Account

Tags

Emails
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 Account

Tags

Messaging
Create an eventUNIPILE_U_CREATE_CALENDAR_EVENTCreate a calendar event.

Create a calendar event.

认证

需要 Connected Account

Tags

Calendars
Delete an eventUNIPILE_U_DELETE_CALENDAR_EVENTDelete a calendar event.

Delete a calendar event.

认证

需要 Connected Account

Tags

Calendars
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 Account

Tags

Messaging
Edit an eventUNIPILE_U_EDIT_CALENDAR_EVENTEdit a calendar event.

Edit a calendar event.

认证

需要 Connected Account

Tags

Calendars
Forward a messageUNIPILE_U_FORWARD_MESSAGEForward a message to a chat. (Whatsapp only)

Forward a message to a chat. (Whatsapp only)

认证

需要 Connected Account

Tags

Messaging
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 Account

Tags

Messaging
Retrieve a calendarUNIPILE_U_GET_CALENDARRetrieve the details of a calendar.

Retrieve the details of a calendar.

认证

需要 Connected Account

Tags

Calendars
Retrieve an eventUNIPILE_U_GET_CALENDAR_EVENTRetrieve the details of a calendar event.

Retrieve the details of a calendar event.

认证

需要 Connected Account

Tags

Calendars
Retrieve a messageUNIPILE_U_GET_MESSAGERetrieve the details of a message.

Retrieve the details of a message.

认证

需要 Connected Account

Tags

Messaging
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 Account

Tags

Messaging
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 Account

Tags

Calendars
List all calendarsUNIPILE_U_LIST_CALENDARSReturns a list of calendars.

Returns a list of calendars.

认证

需要 Connected Account

Tags

Calendars
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 Account

Tags

Messaging
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 Account

Tags

Posts
Create a postUNIPILE_Y_CREATE_POSTPublish a post.

Publish a post.

认证

需要 Connected Account

Tags

Posts
Retrieve a postUNIPILE_Y_GET_POSTRetrieve the details of a post.

Retrieve the details of a post.

认证

需要 Connected Account

Tags

Posts
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 Account

Tags

Posts
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 Account

Tags

Posts
Comment a postUNIPILE_Y_SEND_COMMENTComment a post or reply to a post comment.

Comment a post or reply to a post comment.

认证

需要 Connected Account

Tags

Posts

Provider 资源