Créer un nouveau Contact dans votre Workspace Fructu.
cURL
curl --request POST \ --url https://api.fructu.co/v1/contact \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "firstname": "John", "lastname": "Doe", "email": "johndoe@example.com", "phone": "+33611223344", "status": "1746014351513x596211749688053600", "lists": [ "1746014351513x596211749945813904", "1746014351513x3219381149688053629" ], "user": "1746014351513x595821749688053394", "note": "Exemple de note." }'
{ "id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object
Was this page helpful?