Actions85
- Account Actions
- Calendar Actions
- Email Actions
- LinkedIn Actions
- Close Job Posting
- Create Job Posting
- Download Applicant Resume
- Edit Job Posting
- Endorse Skill
- Get Company Profile
- Get Hiring Project by ID
- Get Hiring Projects
- Get Inmail Balance
- Get Job Applicant
- Get Job Applicants
- Get Job Offer
- Get Job Postings
- Get Raw Data
- Perform Action on Member
- Publish Job Posting
- Search
- Search Parameters
- Solve Job Publishing Checkpoint
- Messaging Actions
- Post Actions
- User Actions
- Webhook Actions
Overview
This node interacts with the Unipile API to list calendars associated with a specified account. It is useful for workflows that need to retrieve and process calendar data, such as scheduling automation, calendar synchronization, or displaying calendar lists in custom applications.
A practical example would be automating the retrieval of all calendars for a user’s account to display them in a dashboard or to trigger further actions based on calendar events.
Properties
| Name | Meaning |
|---|---|
| Account ID | The ID of the account whose calendars you want to list. |
| Additional Fields | Optional parameters to control pagination and result limits: |
| - Cursor | A cursor string used for paginating through large sets of results. |
| - Offset | Numeric offset to skip a number of results (for pagination). |
| - Limit | Maximum number of calendar results to return (minimum 1). Defaults to 50. |
Output
The node outputs JSON data containing the list of calendars retrieved from the Unipile API. Each item in the output corresponds to a calendar object with its properties as returned by the API.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Unipile API.
- The base URL for API requests is configured via the node credentials.
- No additional external dependencies are required beyond the Unipile API access.
Troubleshooting
- Missing or invalid Account ID: The node requires a valid account ID to fetch calendars. Ensure this property is set correctly.
- API authentication errors: Verify that the API key credential is correctly configured and has necessary permissions.
- Pagination issues: If retrieving many calendars, use the
Cursor,Offset, andLimitfields properly to paginate through results. - Empty results: Confirm that the specified account actually has calendars available.
Links and References
- Unipile API Documentation (hypothetical link for reference)
- n8n documentation on working with API credentials