Actions39
- Panel Actions
- Message Actions
- Chatbot Actions
- Contact Actions
- Sequence Actions
- Session Actions
Overview
This node interacts with the WTS Chat API to perform various operations related to sequences, specifically for the 'Get Contacts By Sequence' operation. It retrieves a list of contacts associated with a given sequence ID. This is useful in scenarios where users want to manage or analyze contacts grouped by sequences, such as marketing campaigns or automated messaging workflows.
Use Case Examples
- Retrieve all contacts enrolled in a specific marketing sequence to send targeted messages.
- Fetch contacts from a sequence to analyze engagement or update contact details in bulk.
Properties
| Name | Meaning |
|---|---|
| Sequence ID | The unique identifier of the sequence from which to retrieve contacts. |
Output
JSON
json- The JSON response containing the list of contacts associated with the specified sequence.
Dependencies
- Requires an API key credential for WTS API authentication.
Troubleshooting
- Common issues include missing or empty Sequence ID, which will cause the node to throw an error prompting to fill in the SequenceID field.
- API errors from the WTS service are wrapped and thrown as NodeApiError, which should be checked for details such as invalid sequence ID or network issues.