WTS Chat icon

WTS Chat

Get data from Wts API

Overview

This node operation removes multiple contacts from a specified sequence in the WTS Chat system. It supports removing contacts either by their phone numbers or by their contact IDs. This operation is useful for managing contact lists within marketing or communication sequences, allowing users to efficiently update sequences by removing unwanted contacts in bulk.

Use Case Examples

  1. Removing a list of contacts identified by their phone numbers from a marketing sequence to stop sending them automated messages.
  2. Removing contacts by their unique IDs from a sequence when they have opted out or are no longer relevant to the campaign.

Properties

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

Output

JSON

  • json - The response from the WTS Chat API after attempting to remove the specified contacts from the sequence. This typically includes success or error information related to the operation.

Dependencies

  • Requires an API key credential for authentication with the WTS Chat API.

Troubleshooting

  • Ensure that either phone numbers or contact IDs are provided; otherwise, the node will throw an error indicating that contacts must be specified for removal.
  • Verify that the Sequence ID is correctly provided and not empty, as an empty Sequence ID will cause the operation to fail.
  • Check API key validity and permissions if the node throws authentication errors when calling the WTS Chat API.

Discussion