Actions199
- Collections Actions
- Forms Actions
- Actions Capabilities Actions
- Activities Actions
- Attachments Actions
- Budgets Actions
- Categories Actions
- Custom Actions Actions
- Custom Options Actions
- Documents Actions
- File Links Actions
- View File Link
- Delete File Link
- Open File Link
- Download File Link
- List Project Storages
- Get Project Storage
- Open Project Storage
- Create Storage
- Get Storage
- Update Storage
- Delete Storage
- Get Storage Files
- Prepare Storage File Upload
- Create Storage Folder
- Create Storage Oauth Credentials
- Open Storage
- Create Work Package File Link
- List Work Package File Links
- Grids Actions
- Groups Actions
- Help Texts Actions
- Memberships Actions
- Query Filter Instance Schema Actions
- News Actions
- Notifications Actions
- O Auth 2 Actions
- Posts Actions
- Principals Actions
- Priorities Actions
- Query Columns Actions
- Query Filters Actions
- Query Operators Actions
- Query Sort Bys Actions
- Relations Actions
- Previewing Actions
- Revisions Actions
- Roles Actions
- Time Entries Actions
- Time Entry Activities Actions
- Types Actions
- User Preferences Actions
- Wiki Pages Actions
- Work Schedule Actions
- Meetings Actions
- Values Property Actions
- Projects Actions
- Queries Actions
- Users Actions
- Statuses Actions
- Versions Actions
- Work Packages Actions
- Get Project Work Package Collection
- Create Project Work Package
- List Work Package File Links
- Form Create Work Package In Project
- Project Available Assignees
- List Work Packages
- Create Work Package
- Form Create Work Package
- List Work Package Schemas
- View Work Package Schema
- Delete Work Package
- View Work Package
- Update Work Package
- List Work Package Activities
- Comment Work Package
- Work Package Available Assignees
- Available Projects For Work Package
- List Available Relation Candidates
- Available Watchers
- Create Work Package File Link
- Form Edit Work Package
- Revisions
- Reminders
- List Watchers
- Add Watcher
- Remove Watcher
- Views Actions
Overview
This node allows users to create news entries in an external system via its API. It is useful for automating the publication of news articles or announcements within a project management or content platform that supports such news items. Typical use cases include automatically posting updates, alerts, or newsletters based on triggers from other workflows.
For example, you could use this node to:
- Publish a new company announcement when a certain event occurs.
- Automatically generate news posts summarizing recent project activities.
- Create news items from form submissions or external data feeds.
Properties
| Name | Meaning |
|---|---|
| Title | The headline of the news article. |
| Summary | A short summary providing a brief overview of the news content. |
| Description | The main body of the news with all details, formatted as JSON supporting markdown/html. |
| Links | JSON object defining related links or references associated with the news item. |
Output
The node outputs JSON data representing the created news item as returned by the API. This typically includes fields such as the news ID, title, summary, description, creation timestamps, and any linked resources. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the external service.
- Needs the base URL of the target API configured in credentials.
- Depends on the external system's API being available and accessible.
Troubleshooting
- Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Malformed JSON in the Description or Links properties may result in request errors.
- Network connectivity problems can prevent successful API calls.
- Error messages:
- Authentication errors usually indicate invalid or expired API keys; verify and update credentials.
- Validation errors from the API often mean required fields are missing or incorrectly formatted; ensure Title and Description are properly set.
- Timeout or connection errors suggest network issues; check connectivity and API endpoint availability.
Links and References
- Refer to the external system’s API documentation for detailed information on the News resource and its fields.
- Markdown formatting guide for composing the Description property content.