v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContact
Create a contact
Use this endpoint to create a new contact within the selected workspace.
post/contacts
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
The email address of a registered Oneflow user.
Request body
Example request
{
"company_name": "Company AB",
"email": "own@email.com",
"name": "Firstname Lastname",
"workspace_id": 130001
}Response
Returns the created contact.