crmgrow
  • Introduction
  • Authentication
  • REST API
    • Contact
    • Task
    • Automation
    • Material
    • Note
    • Label
    • Template
    • Lead
    • User
  • Events
    • Lead
    • Webhook
Powered by GitBook
On this page

Was this helpful?

  1. REST API

Note

Add note

POST https://api.crmgrow.com/api/note

This Api allows you to add a note from Zapier

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

email*

String

Email

content*

String

Content

{
  "status": true
}

PreviousMaterialNextLabel

Last updated 7 months ago

Was this helpful?