Assign contacts to a tag
reach_assignContactsToATagV1Assign a tag to multiple contacts at once by selecting contact UUIDs or targeting the entire profile. The request is queued for processing, and contacts already carrying the tag remain unchanged.
Instructions
Assign a tag to many contacts at once.
Pass contact_uuids to target specific contacts, or all_contacts to target every contact
in the profile. The work is queued, so a success response means it was accepted rather than
finished. Contacts that already carry the tag are left alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagUuid | Yes | Tag uuid parameter | |
| profileUuid | Yes | Profile uuid parameter | |
| all_contacts | No | Apply to every contact in the profile | |
| contact_uuids | No | Contacts to apply the change to. Required unless all_contacts is true. |