Task

Followup APIs for Zapier

Create task

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

This API allows you to create a task

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

email*

String

Email

due_date*

String

Due date

content

String

Content

{
  "status": true
}

Last updated

Was this helpful?