Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://nudgen.net/api/v1/contacts/add \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "nathan@example.com", "name": "Nathan Nguyen" } '
{ "success": true, "contact": { "id": "<string>" } }
Creates one contact in the active workspace.
Personal Access Token created from Settings -> API Keys.
Contact created
true
Show child attributes