Contacts
Create a contact
Create a new contact
POST
/
v1
/
contacts
In most cases, it is recommended to use the track endpoint to create a contact. When a new contact tracks an event Plunk will automatically create the contact, thus saving you an API call.
Body
email
string
requiredThe email address of the contact.
subscribed
boolean
requiredWhether the contact is subscribed to marketing emails.
data
object
Metadata to store with the contact.
Headers
Content-Type
string
requiredapplication/json