Actions23
- Call Control Actions
- Answer Call
- Convert To On Spot Conference
- Delete On Spot Conference Participant
- Disable Api Notifications
- Enable Api Notifications
- Get On Spot Conference List
- Get On Spot Conference Participant List
- Get Sip Calls List
- Hold Call
- Join Calls
- Join On Spot Conference
- Join To Active Call
- Originate Advanced Call
- Play Prompt
- Progress Call
- Ring Call
- Start DTMF Detect
- Stop DTMF Detect
- Stop Play Prompt
- Terminate Call
- Transfer Call
- Unhold Call
- Update On Spot Conference Participant
Overview
The PortaOneCallControl node for n8n allows you to interact with the PortaOne Call Control API. Specifically, the "Get On Spot Conference Participant List" operation under the "Call Control" resource retrieves a list of participants currently present in an on-the-spot conference. This is useful for telecom operators or administrators who need real-time visibility into conference call participants, such as for monitoring, reporting, or automated workflows that depend on conference attendance.
Example scenarios:
- Automatically logging all participants in a conference for compliance.
- Triggering notifications when specific users join or leave a conference.
- Integrating participant lists with CRM or support systems.
Properties
| Name | Meaning |
|---|---|
| Authentication | The authentication method to use. Options: Token Authentication, Basic Authentication. |
| Conference Info | A collection of parameters to identify the conference: - I Customer: Numeric customer ID - Name: Name of the conference - Owner Id: Identifier of the conference owner |
Output
The output will be a JSON object (or array of objects) representing the list of participants in the specified on-the-spot conference. Each participant entry typically includes details such as participant identifiers and possibly their status or role within the conference.
Note: The exact structure of each participant object depends on the underlying API response, but you can expect fields relevant to identifying and describing each participant.
Dependencies
- External Services: Requires access to the PortaOne Call Control API.
- API Credentials: You must provide valid credentials for either Token Authentication or Basic Authentication:
- For Token Authentication:
portaOneCallControlTokenApi - For Basic Authentication:
portaOneCallControlBasicApi
- For Token Authentication:
- n8n Configuration: Ensure the appropriate credentials are set up in your n8n instance.
Troubleshooting
Common Issues:
- Invalid Credentials: If the provided credentials are incorrect or missing, authentication will fail. Make sure to select the correct authentication method and supply valid credentials.
- Missing Required Fields: If required fields in "Conference Info" are not provided, the API may return errors or empty results.
- API Connectivity: Network issues or incorrect API endpoint configuration can lead to connection errors.
Error Messages & Resolutions:
- "Authentication failed" – Check your credentials and ensure you have selected the correct authentication method.
- "Conference not found" – Verify the values provided in the "Conference Info" collection, especially the conference name and owner ID.
- "Request failed with status code 4xx/5xx" – Indicates an issue with the API request or server; check input data and API availability.
