v1
OpenAPI 3.0.02026-08-04109109370.6 KBActivities
Create an activity
post/activities
Request body
Example request
{
"activities": [
{
"name": "Call with Andy Fowler",
"description": "Discuss the new feature set",
"note": "Andy was very excited about the new feature set",
"location": "Andy's office",
"activityType": "1-activityTypes",
"transcription": "Speaker 1: Hello.\\n Speaker 2: Good morning!",
"isLogged": true
}
]
}Response
OK
Example response
{
"htmlUrl": "https://app.nutshell.com/lead/1006",
"htmlUrlPath": "/lead/1006",
"activities": [
{
"htmlUrl": "https://app.nutshell.com/lead/1006",
"htmlUrlPath": "/lead/1006",
"id": "3-contacts"
}
],
"id": "3-contacts",
"agenda": "Sign a contract with Andy",
"href": "https://app.nutshell.com/rest/contacts/3-contacts",
"name": "Meeting with Andy",
"transcription": "Speaker 1: Hello.\\n Speaker 2: Good morning!"
}