AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GetResponseGetResponse

Create a contact

This action will create a contact.

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 create a contact.
API endpoint slug
getresponse.create_contact
Filter code method
Getresponse.createContact.skip(string?: reason)
Runtime method
runAction("getresponse.create_contact", {})

Action fields

Campaign Dropdown list

Label
Campaign
Helper text
Required: The campaign to assign the contact to.
Slug
campaign
Required
true
Can have default value
false

Email Text input > Other

Label
Email
Helper text
Required: The email of the contact.
Slug
email
Required
true
Can have default value
true
Filter code method
Getresponse.createContact.setEmail(string: email)

Name Text input > Other

Label
Name
Helper text
Optional: The name of the contact.
Slug
name
Required
false
Can have default value
true
Filter code method
Getresponse.createContact.setName(string: name)

Day of cycle Text input > Other

Label
Day of Cycle
Helper text
Required: Move a contact to a specific day in your autoresponder cycle. Enter "0" to add them to the start day of the cycle.
Slug
day_of_cycle
Required
false
Can have default value
true
Filter code method
Getresponse.createContact.setDayOfCycle(string: dayOfCycle)

Tags Text input > Other

Label
Tags
Helper text
Optional: Enter a tag or comma-separated list of tags to assign.
Slug
tags
Required
false
Can have default value
true
Filter code method
Getresponse.createContact.setTags(string: tags)

Custom field 1 Dropdown list

Label
Custom Field 1
Helper text
Optional: The first custom field type for the contact.
Slug
custom_field_1
Required
false
Can have default value
false

Custom field values 1 Text input > Other

Label
Custom Field Values 1
Helper text
Optional: The value for the custom field selected in Custom Field 1.
Slug
custom_field_values_1
Required
false
Can have default value
true
Filter code method
Getresponse.createContact.setCustomFieldValues1(string: customFieldValues1)

Custom field 2 Dropdown list

Label
Custom Field 2
Helper text
Optional: The second custom field type for the contact.
Slug
custom_field_2
Required
false
Can have default value
false

Custom field values 2 Text input > Other

Label
Custom Field Values 2
Helper text
Optional: The value for the custom field selected in Custom Field 2.
Slug
custom_field_values_2
Required
false
Can have default value
true
Filter code method
Getresponse.createContact.setCustomFieldValues2(string: customFieldValues2)

Custom field 3 Dropdown list

Label
Custom Field 3
Helper text
Optional: The third custom field type for the contact.
Slug
custom_field_3
Required
false
Can have default value
false

Custom field values 3 Text input > Other

Label
Custom Field Values 3
Helper text
Optional: The value for the custom field selected in Custom Field 3.
Slug
custom_field_values_3
Required
false
Can have default value
true
Filter code method
Getresponse.createContact.setCustomFieldValues3(string: customFieldValues3)

Ip address Text input > Other

Label
IP Address
Helper text
Optional: The contact's IP address.
Slug
ip_address
Required
false
Can have default value
true
Filter code method
Getresponse.createContact.setIpAddress(string: ipAddress)