Material

Send a video

POST https://api.crmgrow.com/api/send-video

This api allows you to send a video from Zapier

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

email*

String

Email

video_id*

String

Id of video

template_id*

String

Id of template

{
  "status": true
}

GET List Video

GET https://api.crmgrow.com/api/video

Trigger when a user selects one of video in his lists.

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Send a pdf

POST https://ecsbe.crmgrow.com/api/send-pdf

This Api allows you to send a pdf from Zapier

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

email*

String

Email

pdf_id*

String

Id of pdf

template_id*

String

Id of template

GET List PDF

GET https://api.crmgrow.com/api/pdf

Trigger when a user selects one of pdf in his lists.

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Send a image

POST https://api.crmgrow.com/api/send-image

This Api allows you to send an image from Zapier

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

email*

String

Email

image_id*

String

Id of image

template_id*

String

Id of template

Get List Image

GET https://api.crmgrow.com/api/image

Trigger when a user selects one of image in his lists.

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Last updated

Was this helpful?