Actions22
- Broadcasts Actions
- Embeddings Actions
- Contacts Actions
- Conversations Actions
- Tags Actions
Overview
This node operation retrieves detailed information about a specific broadcast by its unique identifier. It is useful when you need to fetch the current state, content, or metadata of a particular broadcast message within a messaging or notification system. For example, you might use this operation to display broadcast details in a dashboard, verify broadcast status before sending follow-up messages, or audit past broadcasts.
Properties
| Name | Meaning |
|---|---|
| Broadcast Id | The unique ID of the broadcast to retrieve. This is a required string input. |
Output
The output will contain a JSON object representing the broadcast's details as returned by the external API. This typically includes fields such as the broadcast's ID, content, status, creation date, and any other metadata associated with that broadcast. The exact structure depends on the external service's API response schema.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Cogfy Messenger API.
- The node uses the base URL provided in the credentials to make HTTP requests.
- The node depends on the external Cogfy Messenger API to fetch broadcast data.
Troubleshooting
- Invalid or missing Broadcast Id: Ensure the Broadcast Id property is correctly set and corresponds to an existing broadcast.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network issues or API downtime: Check connectivity and the status of the Cogfy Messenger API service.
- Unexpected API responses: Confirm that the broadcast ID exists and that the API version matches the node’s expectations.
Links and References
- Cogfy Messenger API Documentation (hypothetical link for reference)
- n8n documentation on creating custom nodes