This endpoint will add customer tags to a customer.
You can use either the Rejoiner Customer ID or the customer's email address.
PATCH /customers/CUSTOMER_ID/tags/
PATCH /customers/tags/by_email/?email=CUSTOMER_EMAIL
Payload Specification
Param Name | Required | Type | Description |
---|---|---|---|
tags | Yes | Array(String) | Tags to be added to the customer |
start_journey | No | Boolean | A value of false will optionally prevent the added tags from triggering any journeys. Defaults to true if no value is passed. |