Retrieve a Follow Up Boss contact by its ID.
- API endpoint slug
- follow_up_boss.get_contact_by_id
- Runtime method
- performQuery("follow_up_boss.get_contact_by_id"}
Query fields
- Label
- Contact ID
- Helper text
- The Follow Up Boss ID of the contact to retrieve.
- Slug
- contact_id
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- contact_id
- Filter code
- FollowUpBoss.getContactById.ContactId
- Type
- String
- Example
- 123
- Slug
- name
- Filter code
- FollowUpBoss.getContactById.Name
- Type
- String
- Example
- Jane Doe
- Slug
- email
- Filter code
- FollowUpBoss.getContactById.Email
- Type
- String
- Example
- jane.doe@example.com
- Slug
- phone
- Filter code
- FollowUpBoss.getContactById.Phone
- Type
- String
- Example
- +15551234567
- Slug
- stage
- Filter code
- FollowUpBoss.getContactById.Stage
- Type
- String
- Example
- Lead
- Slug
- source
- Filter code
- FollowUpBoss.getContactById.Source
- Type
- String
- Example
- Zillow
- Slug
- assigned_agent
- Filter code
- FollowUpBoss.getContactById.AssignedAgent
- Type
- String
- Example
- Agent Smith
- Slug
- tags
- Filter code
- FollowUpBoss.getContactById.Tags
- Type
- String
- Example
- Buyer, Hot Lead
- Slug
- created_at
- Filter code
- FollowUpBoss.getContactById.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00