provider Contacts POST /contacts
@utdk/front /contacts
Create contact
Create a new contact at the company level. Required scope: `contacts:write`

Try it

Authentication
Configure credentials for Core API
createContact
POST/contacts
Create a new contact at the company level. Required scope: `contacts:write`

This operation has no parameters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.createContact()