Skip to main content

Send Survey Action

Create or update a person and schedule a survey email.

External Documentation

To learn more, visit the Delighted documentation.

Basic Parameters

ParameterDescription
ChannelThe survey channel, specify sms and provide a Phone Number to have the survey request sent via SMS. Specify email, and provide an E-Mail address to have the survey request sent via email.
EmailEmail of the person. Can be obtained by using the List People action.
NameThe name of the person to send the action to. Can be obtained by using the List People action.
Phone NumberPhone number of the person.
The phone number format must be E.164 (e.g. +17132746524).

Advanced Parameters

ParameterDescription
DelayThe amount of seconds to wait before sending the survey email.
Email UpdateThe user's new email. Send the user's old email via the Email parameter.
Last Sent AtManually set the time a person was most recently sent a survey. This value will be considered by the survey throttling system.
Phone Number UpdateThe user's new phone number. Send the user's old phone number via the 'Phone Number' parameter.
PropertiesCustom properties to associate with the survey.
For more information refer to Delighted's documentation.
SendSet to false if you do not want to send a survey email.

Example Output

{
"id": "1",
"email": "jony@appleseed.com",
"name": null,
"survey_scheduled_at": 1728819221,
"properties": {
"Purchase Experience": "Mobile App",
"State": "CA"
}
}

Workflow Library Example

Send Survey Action with Delighted and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop