Streak CRM for GMAIL
connects to "Streak CRM" Streak offers a simple CRM extension to use with Gmail. You install it in the Chrome browser, then create a set of workflow interfaces in Gmail that allow you to organize related sets of emails. * Send reminders to yourself in Gmail, * Queue mails to be sent at certain dates * create worklows Some recent email extensions, like Rapportive, also provide lightweight CRM…
Streak CRM for GMAIL endpoints
| Method | Endpoint | Description |
|---|---|---|
| pipeline | ||
| POST |
Edit Pipeline /pipelines/{pipelineKey} |
This call lets you edit the properties of a pipeline. |
| PUT |
Create a Pipeline /pipelines |
This call will give you a single pipeline, given the key |
| DELETE |
Pipeline Delete /pipelines/{pipelinekey} |
This call lets you delete a pipeline. All associated data of a pipeline (like boxes) will be deleted as well. |
| GET |
Pipeline /pipelines |
Pipelines represent a business process that a user would like managed. |
| Field | ||
| POST |
Edit a Field in Pipeline /pipelines/{pipelineKey}/fields/{fieldKey} |
This call lets you edit the name of a field. Note that editing the TYPE of a field is not currently permitted and will throw a 400 error. |
| DELETE |
Delete Field in a Pipeline /pipelines/{pipelineKey}/fields/{fieldKey} |
This call lets you delete a field defined in a pipeline. Note: this will also remove the values of this field for every box in the pipeline. |
| PUT |
Create Field in Pipeline /pipelines/{pipelineKey}/fields |
This call lets you create a field for a pipeline. This defines the field in the pipeline so that you can add values for that field for each box in the pipeline. |
| GET |
Field /pipelines/{pipelineKey}/fields |
allow users to define custom schema on their boxes. That is, a field is user defined metadata on a box. In the web UI of Streak, a field shows up as an additional column in the… |
| User | ||
| GET |
User /user/me |
User call |
| Stage | ||
| POST |
Edit a Specific Stage in Pipeline /pipelines/{pipelineKey}/stages/{stageKey} |
lets you edit the name of a stage. |
| PUT |
Create a Stage in Pipeline /pipelines/{pipelineKey}/stages |
This call lets you create a stage defined in a pipeline. |
| DELETE |
Delete a Specific Stage in Pipeline /pipelines/{pipelineKey}/stages/{stageKey} |
This call lets you delete a stage defined in a pipeline. This call will only suceed if there are no boxes tagged with the key of this stage, else it throws a 400. |
| GET |
Get a Specific Stage in Pipeline /pipelines/{pipelineKey}/stages/{stageKey} |
This call gives you a specific stage defined in a pipeline |
| GET |
List all Stages (in a pipeline) /pipelines/{pipelineKey}/stages |
This call lists the stages defined in a pipeline. Remember, this is only the definition of the stages - to change what stage a box is in, simply update the box with a new stageKey. |
| Boxes | ||
| POST |
Edit a Box /boxes/{boxKey} |
edit the properties of a box. |
| PUT |
Create a Box / /pipelines/{pipelineKey}/boxes |
This call gives you a specific box based on the key you provide. |
| DELETE |
Delete a Box /boxes/{boxKey} |
This call lets you delete a particular box. It also deletes all of the relevant data such as files, emails, and reminders for that box. |
| GET |
Get a specific Box / /boxes/{boxKey} |
This call gives you a specific box based on the key you provide |
Streak CRM for GMAIL pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|