reach_assignContactsToATagV1
Assign a tag to many contacts in one operation, targeting specific contact UUIDs or every contact in a profile. Requests are queued, and contacts already tagged are skipped.
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. |