Create contact
Create a new contact in Copyfactory
POST
https://app.copyfactory.io/api/v2/contact/
Create a new contact in Copyfactory.
Headers
Name
Type
Description
Authorization*
String
Copyfactory API key
Request Body
Name
Type
Description
email*
String
The contacts email.
sequence_id*
int
The ID of the sequence to add the contact to.
playbook_id*
int
The ID of the playbook you want to run for the contact.
linkedin_handle
String
The LinkedIn handle of the contact. Required if using data enrichment.
do_enrichment
Bool
True/False as to enrich the contact.
custom_fields
Object
Custom fields you wish to add for the contact where the key is the name of the custom field in Copyfactory and the value is the value you want to associate to that field.
Last updated