Automate Reddit
Explore Plans
Mobile menu Close menu
SurveyMonkeySurveyMonkey

Add new contact to list

This Action will add a new contact to the specified list.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will add a new contact to the specified list.
API endpoint slug
surveymonkey.add_new_contact
Filter code method
Surveymonkey.addNewContact.skip(string?: reason)
Runtime method
runAction("surveymonkey.add_new_contact", {})

Action fields

Which list Dropdown list

Label
Which list?
Slug
which_list
Required
true
Can have default value
false

First name Text input > Short text

Label
First name
Slug
first_name
Required
true
Can have default value
true
Filter code method
Surveymonkey.addNewContact.setFirstName(string: firstName)

Last name Text input > Short text

Label
Last name
Slug
last_name
Required
true
Can have default value
true
Filter code method
Surveymonkey.addNewContact.setLastName(string: lastName)

Email address Text input > Short text

Label
Email address
Slug
email_address
Required
true
Can have default value
true
Filter code method
Surveymonkey.addNewContact.setEmailAddress(string: emailAddress)