Create Follow Up Boss contact from SMS tag
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
- 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)
Applets using this Action
-
-
Create Follow Up Boss contact from Typeform response
-
Create Follow Up Boss contact from Google Calendar event
-
Create Follow Up Boss contacts from Google Forms responses
-
Create Follow Up Boss contact from Webhooks event
-
Create Follow Up Boss contact from Calendly booking
-
Create Follow Up Boss contact when Google Sheets row is added
