copyfactory.io
  • Getting started
    • Overview
      • Authentication
      • Rate limiting
      • Errors
  • API
    • Playbooks
      • The playbook object
      • List playbooks
    • Sequences
      • The sequence object
      • List sequences
    • Contacts
      • The contact object
      • Create contact
      • Get contact
      • Search contacts
    • Profiles
      • The profile object
      • Get a profile
      • List all profiles
    • Premises
      • The premise object
      • Get a premise
      • List all premises
    • Generations
      • The generations object
      • Generate text
  • Text Generation Tutorials
    • How to generate text
  • App
    • Website
    • Login
Powered by GitBook
On this page
  1. API
  2. Contacts

The contact object

Attribute
Type
Description

id

int

Unique identifier for the contact.

email

string

The email of the contact

custom_fields

Object

Object containing the custom fields for that contact

sentence_fields

Object

Object containing all the sentences that have been generated for the contact

sequence_name

string

Name of the sequence the contact belongs to

linked_in_handle

string

The LinkedIn handle the contact belongs to

enriched_contact_data

Object

Contains all the enriched prospect data we were able to pull based on the LinkedIn handle

enriched_company_data

Object

Contains all the enriched company data we were able to pull based on the LinkedIn handle

PreviousContactsNextCreate contact

Last updated 2 years ago