WTS Chat icon

WTS Chat

Get data from Wts API

Overview

This node operation adds multiple contacts to a specified sequence in the WTS Chat system. It supports adding contacts either by their phone numbers or by their contact IDs. This is useful for automating the process of enrolling multiple contacts into a communication or marketing sequence, such as sending a series of messages or campaigns to a group of contacts.

Use Case Examples

  1. Add a list of phone numbers to a marketing sequence to automate message delivery.
  2. Add multiple contact IDs to a sequence to include existing contacts in a communication workflow.

Properties

Name Meaning
Sequence ID The unique identifier of the sequence to which contacts will be added.
Phonenumbers A collection of phone numbers representing contacts to be added to the sequence. Multiple phone numbers can be specified.
Contacts ID A collection of contact IDs representing contacts to be added to the sequence. Multiple contact IDs can be specified.

Output

JSON

  • json - The response from the WTS Chat API after adding contacts to the sequence, typically including success status and details of the added contacts.

Dependencies

  • WTS Chat API accessed via an API key credential

Troubleshooting

  • Ensure that either phone numbers or contact IDs are provided; otherwise, the node will throw an error indicating that contacts must be specified by one of these methods.
  • Verify that the Sequence ID is correctly provided and not empty to avoid errors related to missing sequence identification.
  • Check API key credentials for validity and permissions to perform sequence modifications.
  • Common error messages include missing required fields (Sequence ID, contacts), invalid contact identifiers, or API communication errors. Resolving these involves verifying input parameters and API credentials.

Discussion