Close menu
Explore Plans
Mobile menu Close menu
Follow Up Boss

Create contact

Create a new contact in Follow Up Boss.

Developer info

API endpoint slug
follow_up_boss.create_contact
Filter code method
FollowUpBoss.createContact.skip(string?: reason)
Runtime method
runAction("follow_up_boss.create_contact", {})

Action fields

First name Text input > Other

Label
First name
Helper text
The contact's first name.
Slug
first_name
Required
true
Can have default value
true
Filter code method
FollowUpBoss.createContact.setFirstName(string: first_name)

Last name Text input > Other

Label
Last name
Helper text
The contact's last name.
Slug
last_name
Required
false
Can have default value
true
Filter code method
FollowUpBoss.createContact.setLastName(string: last_name)

Email Text input > Other

Label
Email address
Helper text
The contact's email address.
Slug
email
Required
true
Can have default value
true
Filter code method
FollowUpBoss.createContact.setEmail(string: email)

Phone Text input > Other

Label
Phone number
Helper text
The contact's phone number.
Slug
phone
Required
false
Can have default value
true
Filter code method
FollowUpBoss.createContact.setPhone(string: phone)

Stage Dropdown list

Label
Stage
Helper text
The pipeline stage to assign the contact to. Defaults to Lead.
Slug
stage
Required
false
Can have default value
false

Source Text input > Other

Label
Lead source
Helper text
The lead source to attribute the contact to.
Slug
source
Required
false
Can have default value
true
Filter code method
FollowUpBoss.createContact.setSource(string: source)

Tags Text input > Tags

Label
Tags
Helper text
Comma-separated list of tags to apply to the contact.
Slug
tags
Required
false
Can have default value
true
Filter code method
FollowUpBoss.createContact.setTags(string: tags)