# Tags

Tags provides company a way to send customised review request to customers. To use tags

  1. Create tag in the admin panel.
  2. Add the tag the email or sms flow.

The added flow can be dispatched as a review requests to customers using the tags API endpoint.

# Dispatch review request using a Tag

POST https://api.lauded.io/api/client/tags

curl https://api.lauded.io/api/client/tags \
 -H "Authorization: Bearer eyJ0eXA3asdk..."

# Parameters


tag_name required|string

The name of the tag already created in the admin panel.

customer_id required|email

The customers external ID

custom_placeholders nullable|array

Custom data that should be saved to the customer.

# Returns

{
    "success": "boolean"
}