# Send a Survey **POST /api/survey/{uuid}/send.json** Send a survey to a customer(s). The selection type must be one of: _tags, saved-searches,_ or _phone_numbers_ . ## Servers - Production: https://application.textline.com (Production) ## Parameters ### Body: application/json (object) - **selection_type** (string) must be one of: tags, saved-searches, or phone_numbers - **recipients** (object) one of the below values is required, more than one selection will return an error. - **target_group_uuid** (string) Only for CAST surveys, this is the UUID for the department (group) you want to associate the survey with. - **target_user_uuid** (string) Only for CAST surveys, this is the UUID for the agent (user) you want to associate the survey with. ## Responses ### 200 OK #### Body: application/json (object) - **msg** (string) X is the number of recipients you have selected [Powered by Bump.sh](https://bump.sh)