Unipile
Use Unipile to manage unified messaging, email, calendar, social, and webhook workflows.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
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 catalog
Available tools
93 callable operations
Create a webhookUNIPILE_A_CREATE_WEBHOOKCreate a webhook.Connection
Create a webhook.
Authentication
Connected account requiredTags
Delete a webhookUNIPILE_A_DELETE_WEBHOOKDelete a webhook.Connection
Delete a webhook.
Authentication
Connected account requiredTags
List all webhooksUNIPILE_A_LIST_WEBHOOKSReturns a list of the webhooks.Connection
Returns a list of the webhooks.
Authentication
Connected account requiredTags
Connect an account (hosted authentication)UNIPILE_A_REQUEST_LINKCreate a url which redirect to Unipile's hosted authentication to connect or reconnect an account.Connection
Create a url which redirect to Unipile's hosted authentication to connect or reconnect an account.
Authentication
Connected account requiredTags
Delete an emailUNIPILE_D_DELETE_MAILDelete an email by moving it to the Trash folder.Connection
Delete an email by moving it to the Trash folder.
Authentication
Connected account requiredTags
Retrieve an attachment from an emailUNIPILE_D_GET_ATTACHMENTRetrieve one of the attachment linked to an email.Connection
Retrieve one of the attachment linked to an email.
Authentication
Connected account requiredTags
Retrieve an attendeeUNIPILE_D_GET_ATTENDEE_BY_IDThe id of the wanted attendee.Connection
The id of the wanted attendee.
Authentication
Connected account requiredTags
Download a chat attendee pictureUNIPILE_D_GET_ATTENDEE_PROFILE_PICTUREDownload the profile picture of an attendee or picture of a group chat.Connection
Download the profile picture of an attendee or picture of a group chat.
Authentication
Connected account requiredTags
Retrieve an emailUNIPILE_D_GET_MAILRetrieve the details of an email.Connection
Retrieve the details of an email.
Authentication
Connected account requiredTags
List all attendeesUNIPILE_D_LIST_ALL_ATTENDEESReturns a list of messaging attendees. Some optional parameters are available to filter the results.Connection
Returns a list of messaging attendees. Some optional parameters are available to filter the results.
Authentication
Connected account requiredTags
List all 1to1 chats for a given attendeeUNIPILE_D_LIST_CHATS_BY_ATTENDEEReturns a list of chats where a given attendee is involved.Connection
Returns a list of chats where a given attendee is involved.
Authentication
Connected account requiredTags
List email contactsUNIPILE_D_LIST_CONTACTSReturns a list of contacts from the email provider. Supported for Gmail (Google OAuth) and Microsoft (Outlook) only.Connection
Returns a list of contacts from the email provider. Supported for Gmail (Google OAuth) and Microsoft (Outlook) only.
Authentication
Connected account requiredTags
List all emailsUNIPILE_D_LIST_MAILSReturns a list of emails.Connection
Returns a list of emails.
Authentication
Connected account requiredTags
List all messages for a given attendeeUNIPILE_D_LIST_MESSAGES_BY_ATTENDEEReturns a list of messages where a given attendee is involved.Connection
Returns a list of messages where a given attendee is involved.
Authentication
Connected account requiredTags
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-emailConnection
⚠️ 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
Authentication
Connected account requiredTags
Update an emailUNIPILE_D_UPDATE_MAILUpdate an email.Connection
Update an email.
Authentication
Connected account requiredTags
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-restrictionsConnection
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
Authentication
Connected account requiredTags
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.Connection
Cancel a pending invitation sent to someone. <br>`Instagram`: You can also use this route to unfollow users you have previously followed.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
Retrieve own profileUNIPILE_E_GET_ACCOUNT_OWNER_PROFILERetrieve informations about account owner.Connection
Retrieve informations about account owner.
Authentication
Connected account requiredTags
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-restrictionsConnection
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
Authentication
Connected account requiredTags
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-restrictionsConnection
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
Authentication
Connected account requiredTags
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-restrictionsConnection
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
Authentication
Connected account requiredTags
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-restrictionsConnection
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
Authentication
Connected account requiredTags
Handle a received invitationUNIPILE_E_HANDLE_INVITATION_RECEIVEDAccept or decline a connection invitation.Connection
Accept or decline a connection invitation.
Authentication
Connected account requiredTags
List all commentsUNIPILE_E_LIST_ALL_COMMENTSReturns a list of comments written by a user.Connection
Returns a list of comments written by a user.
Authentication
Connected account requiredTags
List all postsUNIPILE_E_LIST_ALL_POSTSReturns a list of posts written by a user or a company.Connection
Returns a list of posts written by a user or a company.
Authentication
Connected account requiredTags
List all reactionsUNIPILE_E_LIST_ALL_REACTIONSReturns a list of reactions to posts or comments from a user.Connection
Returns a list of reactions to posts or comments from a user.
Authentication
Connected account requiredTags
List all invitations receivedUNIPILE_E_LIST_ALL_USER_INVITATIONS_RECEIVEDReturns a list of all invitations that have been received.Connection
Returns a list of all invitations that have been received.
Authentication
Connected account requiredTags
List all invitations sentUNIPILE_E_LIST_ALL_USER_INVITATIONS_SENTReturns a list of all invitations sent that are pending.Connection
Returns a list of all invitations sent that are pending.
Authentication
Connected account requiredTags
Delete a chatUNIPILE_H_DELETE_CHATDelete a chat. Supported for WhatsApp and LinkedIn only.Connection
Delete a chat. Supported for WhatsApp and LinkedIn only.
Authentication
Connected account requiredTags
Retrieve a chatUNIPILE_H_GET_CHATRetrieve the details of a chat.Connection
Retrieve the details of a chat.
Authentication
Connected account requiredTags
List all chatsUNIPILE_H_LIST_ALL_CHATSReturns a list of chats. Some optional parameters are available to filter the results.Connection
Returns a list of chats. Some optional parameters are available to filter the results.
Authentication
Connected account requiredTags
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.Connection
Returns a list of messaging attendees related to a given chat. Some optional parameters are available to filter the results.
Authentication
Connected account requiredTags
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.Connection
Returns a list of messages related to the given chat. Some parameters are available to filter the results.
Authentication
Connected account requiredTags
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.Connection
Perform an action like changing the read status, muting the chat, retrieving a group invite link, etc.
Authentication
Connected account requiredTags
Send a message in a chatUNIPILE_H_SEND_MESSAGE_IN_CHATSend a message to the given chat with the possibility to link some attachments.Connection
Send a message to the given chat with the possibility to link some attachments.
Authentication
Connected account requiredTags
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]...Connection
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]...
Authentication
Connected account requiredTags
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.Connection
This route can be used both to initiate a synchronization process and to monitor its status via regular polling.
Authentication
Connected account requiredTags
Connect an account (native authentication)UNIPILE_M_CREATE_ACCOUNTLink to Uniple an account of the given type and provider.Connection
Link to Uniple an account of the given type and provider.
Authentication
Connected account requiredTags
Delete an accountUNIPILE_M_DELETE_ACCOUNTUnlink the given account to Unipile.Connection
Unlink the given account to Unipile.
Authentication
Connected account requiredTags
Retrieve an accountUNIPILE_M_GET_ACCOUNT_BY_IDRetrieve the details of an account.Connection
Retrieve the details of an account.
Authentication
Connected account requiredTags
List all accountsUNIPILE_M_LIST_ACCOUNTSReturns a list of the accounts linked to Unipile.Connection
Returns a list of the accounts linked to Unipile.
Authentication
Connected account requiredTags
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.Connection
Update the proxy configuration of an existing account. You can provide a custom proxy, or request a new Unipile proxy by country/IP.
Authentication
Connected account requiredTags
Reconnect an accountUNIPILE_M_RECONNECT_ACCOUNTReconnect an account previously linked to Unipile that has been disconnected.Connection
Reconnect an account previously linked to Unipile that has been disconnected.
Authentication
Connected account requiredTags
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.Connection
Might it be 2FA, OTP or In-app Validation, this route makes you able on certain providers to resend the notification.
Authentication
Connected account requiredTags
Restart an accountUNIPILE_M_RESTART_ACCOUNTRestart the sources of a frozen account.Connection
Restart the sources of a frozen account.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Close a job postingUNIPILE_N_CLOSE_JOB_POSTINGClose a job offer you have posted.Connection
Close a job offer you have posted.
Authentication
Connected account requiredTags
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.Connection
⚠️ Interactive documentation does not work on this route (child parameters not correctly applied in snippet), Create a new draft.
Authentication
Connected account requiredTags
Create a job postingUNIPILE_N_CREATE_JOB_POSTINGCreate a new job offer draft.Connection
Create a new job offer draft.
Authentication
Connected account requiredTags
Edit a job postingUNIPILE_N_EDIT_JOB_POSTINGEdit an existing job posting.Connection
Edit an existing job posting.
Authentication
Connected account requiredTags
Endorse a user profile specific skillUNIPILE_N_ENDORSE_PROFILEThis route can be used to endorse a skill of a user profile.Connection
This route can be used to endorse a skill of a user profile.
Authentication
Connected account requiredTags
Retrieve contractsUNIPILE_N_GET_AVAILABLE_CONTRACTSReturns a list of your LinkedIn available contractsConnection
Returns a list of your LinkedIn available contracts
Authentication
Connected account requiredTags
Retrieve a company profileUNIPILE_N_GET_COMPANY_PROFILEGet a company profile from its name or ID.Connection
Get a company profile from its name or ID.
Authentication
Connected account requiredTags
Retrieve Recruiter hiring project from IDUNIPILE_N_GET_HIRING_PROJECT_BY_IDRetrieve a particular hiring project.Connection
Retrieve a particular hiring project.
Authentication
Connected account requiredTags
Retrieve Recruiter hiring projectsUNIPILE_N_GET_HIRING_PROJECTSRetrieve list of LinkedIn Recruiter hiring projects.Connection
Retrieve list of LinkedIn Recruiter hiring projects.
Authentication
Connected account requiredTags
Get inmail credit balanceUNIPILE_N_GET_INMAIL_BALANCEGet balance for subscribed premium features.Connection
Get balance for subscribed premium features.
Authentication
Connected account requiredTags
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.Connection
Retrieve the details of a user that has applied to a given offer. Applies to Classic job posting only.
Authentication
Connected account requiredTags
Download the resume of a job applicantUNIPILE_N_GET_JOB_APPLICANT_RESUMEThis route can be used to download the resume of a job applicant.Connection
This route can be used to download the resume of a job applicant.
Authentication
Connected account requiredTags
List all applicants to a job postingUNIPILE_N_GET_JOB_APPLICANTSRetrieve all the users that have applied to a given offer.Connection
Retrieve all the users that have applied to a given offer.
Authentication
Connected account requiredTags
Get job offerUNIPILE_N_GET_JOB_POSTINGRetrieve a job offer.Connection
Retrieve a job offer.
Authentication
Connected account requiredTags
List all job postingsUNIPILE_N_GET_JOB_POSTINGSRetrieve the job offers you have posted on LinkedIn whether they are open, closed or still drafts.Connection
Retrieve the job offers you have posted on LinkedIn whether they are open, closed or still drafts.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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-searchConnection
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
Authentication
Connected account requiredTags
Perform an action with a user profileUNIPILE_N_PERFORM_ACTION_ON_MEMBERAdd a candidate to a Recruiter pipeline, save a Sales Navigator lead, etc.Connection
Add a candidate to a Recruiter pipeline, save a Sales Navigator lead, etc.
Authentication
Connected account requiredTags
Publish a job postingUNIPILE_N_PUBLISH_JOB_POSTINGPublish the job posting draft you have been working on.Connection
Publish the job posting draft you have been working on.
Authentication
Connected account requiredTags
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-searchConnection
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
Authentication
Connected account requiredTags
Select contractUNIPILE_N_SELECT_CONTRACTSelect a Recruiter or Sales navigator contract to be used on your accountConnection
Select a Recruiter or Sales navigator contract to be used on your account
Authentication
Connected account requiredTags
Solve a job publishing checkpointUNIPILE_N_SOLVE_CHECKPOINTSolve a checkpoint to verify your member privilegies.Connection
Solve a checkpoint to verify your member privilegies.
Authentication
Connected account requiredTags
Retrieve a folderUNIPILE_O_GET_FOLDERRetrieve the details of a mail folder.Connection
Retrieve the details of a mail folder.
Authentication
Connected account requiredTags
List all foldersUNIPILE_O_LIST_FOLDERSReturns a list of all email folders.Connection
Returns a list of all email folders.
Authentication
Connected account requiredTags
Add a reaction to a messageUNIPILE_U_ADD_REACTIONAdd a reaction to a message. (Whatsapp, LinkedIn)Connection
Add a reaction to a message. (Whatsapp, LinkedIn)
Authentication
Connected account requiredTags
Create an eventUNIPILE_U_CREATE_CALENDAR_EVENTCreate a calendar event.Connection
Create a calendar event.
Authentication
Connected account requiredTags
Delete an eventUNIPILE_U_DELETE_CALENDAR_EVENTDelete a calendar event.Connection
Delete a calendar event.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Edit an eventUNIPILE_U_EDIT_CALENDAR_EVENTEdit a calendar event.Connection
Edit a calendar event.
Authentication
Connected account requiredTags
Forward a messageUNIPILE_U_FORWARD_MESSAGEForward a message to a chat. (Whatsapp only)Connection
Forward a message to a chat. (Whatsapp only)
Authentication
Connected account requiredTags
Retrieve an attachment from a messageUNIPILE_U_GET_ATTACHMENTRetrieve one of the attachment linked to a message.Connection
Retrieve one of the attachment linked to a message.
Authentication
Connected account requiredTags
Retrieve a calendarUNIPILE_U_GET_CALENDARRetrieve the details of a calendar.Connection
Retrieve the details of a calendar.
Authentication
Connected account requiredTags
Retrieve an eventUNIPILE_U_GET_CALENDAR_EVENTRetrieve the details of a calendar event.Connection
Retrieve the details of a calendar event.
Authentication
Connected account requiredTags
Retrieve a messageUNIPILE_U_GET_MESSAGERetrieve the details of a message.Connection
Retrieve the details of a message.
Authentication
Connected account requiredTags
List all messagesUNIPILE_U_LIST_ALL_MESSAGESReturns a list of messages. Some optional parameters are available to filter the results.Connection
Returns a list of messages. Some optional parameters are available to filter the results.
Authentication
Connected account requiredTags
Retrieve all events from a calendarUNIPILE_U_LIST_CALENDAR_EVENTS_BY_CALENDARReturns a list of calendar events related to the given calendar.Connection
Returns a list of calendar events related to the given calendar.
Authentication
Connected account requiredTags
List all calendarsUNIPILE_U_LIST_CALENDARSReturns a list of calendars.Connection
Returns a list of calendars.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Add a reaction to a postUNIPILE_Y_ADD_POST_REACTIONReact to either a post or a post comment.Connection
React to either a post or a post comment.
Authentication
Connected account requiredTags
Create a postUNIPILE_Y_CREATE_POSTPublish a post.Connection
Publish a post.
Authentication
Connected account requiredTags
Retrieve a postUNIPILE_Y_GET_POSTRetrieve the details of a post.Connection
Retrieve the details of a post.
Authentication
Connected account requiredTags
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.Connection
Returns a list of either comments on a given post or replies on a given comment.
Authentication
Connected account requiredTags
List all reactions from a postUNIPILE_Y_LIST_ALL_REACTIONSReturns a list of reactions to either a post or a post comment.Connection
Returns a list of reactions to either a post or a post comment.
Authentication
Connected account requiredTags
Comment a postUNIPILE_Y_SEND_COMMENTComment a post or reply to a post comment.Connection
Comment a post or reply to a post comment.
Authentication
Connected account requiredTags