latestSwagger 2.02026-08-101561322.2 MB
3e4029d19684
Contact Notes
Create a new contact note
<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Contact%20Notes/createContactNote" target="_blank">Try in sandbox</a><br>
post/api/v2/contacts/{id}/notes
Path parameters
idinteger required
Request body
Example request
{
"note": "My new note"
}Response
Returned when created with success.
Example response
{
"id": 515,
"href": "/api/v2/entity_name/1"
}