Create a new collector
POST/collector/
Create a new collector that will distribute a given survey to contacts through a specified channel (e.g., Email, SMS, WhatsApp, or Widget).
Key Details:
- Provide the
survey_id
that this collector is associated with. - Define the type of collector (
EMAIL
,SMS
,WHATSAPP
,WIDGET
, etc.). - Optionally attach groups or individual contacts for immediate survey distribution.
- Customize messages, sender information, and limit constraints.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error