Zapier

API endpoints related to our integration with Zapier

Getting Started

As always, all of our API endpoints start with the same base URL:

https://api.countercyclical.io

See the examplearrow-up-right in our API documentation above for more information

Authentication

circle-exclamation

Connecting Zapier & Countercyclical

POST /zapier/auth

Authenticate with Zapier on Countercyclical

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

apiKey

string

API key generated in the Zapier integration on our platform.

Response

Triggers

circle-info

Triggers are an event in Countercyclical (e.g., an Investment being created) that initiates a workflow in Zapier.

Learn more about Triggers in Zapier's Help Centerarrow-up-right

Investments

GET /zapier/triggers/investments

Kicks off a Zaparrow-up-right in Zapier based on an Investment created in your workspace.

Headers

Name
Value

Content-Type

application/json

Query Parameters

Name
Type
Description

apiKey

string

API key generated in the Zapier integration on our platform.

Response

Actions

circle-info

Actions in Zapier are a task that is performed as part of the workflow (e.g., creating an Investment in Countercyclical)

Learn more about Actions in Zapier's Help Centerarrow-up-right

Investments

Create a New Investment

POST /zapier/actions/investments

Creates a new Investment in your Countercyclical Workspace

Headers

Name
Value

Content-Type

application/json

Query Parameters

Name
Value

apiKey

API key generated in the Zapier integration on our platform.

Body

Name
Type
Description

tickerSymbol

string

The ticker symbol for a publicly-traded company (following NASDAQ Symbologyarrow-up-right is recommended for best results)

Response

Last updated