Activity
Add Activity
Add activity in item, Ex. Add notes, Meeting etc.
POST
https://api.salescamp.app/v1/collections/{{collection_id}}/items/{{item_id}}/activities
Query Parameters
Name | Type | Description |
---|---|---|
collection_id | String | |
item_id | String |
Headers
Name | Type | Description |
---|---|---|
Authorization | Bearer | PLACE_SALESCAMP_API_KEY_HERE |
Request Body
Name | Type | Description |
---|---|---|
action | String | Can be id of activity, ex. note, meeting, call-log |
title | String | |
Description | String | |
date | String | |
Time | String |
Last updated