Close menu
Explore Plans
Mobile menu Close menu
Follow Up Boss

Add note to contact

Add a note to an existing Follow Up Boss contact.

Developer info

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

Action fields

Contact Text input > Other

Label
Contact ID
Helper text
The Follow Up Boss ID of the contact to add the note to.
Slug
contact_id
Required
true
Can have default value
true
Filter code method
FollowUpBoss.addNoteToContact.setContactId(string: contact_id)

Subject Text input > Other

Label
Subject
Helper text
An optional subject line for the note.
Slug
subject
Required
false
Can have default value
true
Filter code method
FollowUpBoss.addNoteToContact.setSubject(string: subject)

Note body Text input > Long text

Label
Note
Helper text
The body of the note.
Slug
note_body
Required
true
Can have default value
true
Filter code method
FollowUpBoss.addNoteToContact.setNoteBody(string: note_body)