surveymonkey_create_collector_message
Create email messages for a survey collector by specifying type, subject, body, sender, and reply-to. Use it to send invites, reminders, thank-yous, or custom emails.
Instructions
Creates a new email message for a collector.
Args: collector_id: Collector ID (must be of type "email"). payload: Message definition. Structure: { "type": "invite", (required: "invite" | "reminder" | "thank_you" | "custom") "subject": "Please take our survey", (optional) "body_text": "Click here: [SurveyLink]", (optional) "from_name": "Sender Name", (optional) "reply_to": "reply@example.com" (optional) }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| collector_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |