A beginner's guide
Explore Plans
Mobile menu Close menu
SurveySparrowSurveySparrow

Create or Update Contact

The action will create or update an existing contact in SurveySparrow.

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
The action will create or update an existing contact in SurveySparrow.
API endpoint slug
surveysparrow.createcontact
Filter code method
Surveysparrow.createcontact.skip(string?: reason)
Runtime method
runAction("surveysparrow.createcontact", {})

Action fields

Name Text input > Other

Label
Name
Slug
name
Required
false
Can have default value
true
Filter code method
Surveysparrow.createcontact.setName(string: name)

Email Text input > Other

Label
Email
Helper text
Either email or mobile is required
Slug
email
Required
false
Can have default value
true
Filter code method
Surveysparrow.createcontact.setEmail(string: email)

Phone Text input > Other

Label
Phone
Slug
phone
Required
false
Can have default value
true
Filter code method
Surveysparrow.createcontact.setPhone(string: phone)

Mobile Text input > Other

Label
Mobile
Helper text
Either email or mobile is required
Slug
mobile
Required
false
Can have default value
true
Filter code method
Surveysparrow.createcontact.setMobile(string: mobile)

Job title Text input > Other

Label
Job Title
Slug
job_title
Required
false
Can have default value
true
Filter code method
Surveysparrow.createcontact.setJobTitle(string: jobTitle)