Skip to main content

Streamtime

With Streamtime modules in Make, you can:

  • create, update, retrieve, and search jobs

  • create, retrieve, list, and search contacts

  • create, retrieve, and search companies

  • create, retrieve, and search todos

To get started with Streamtime, create an account at streamtime.net.

Connect Streamtime to Make

To connect Streamtime app, you need to obtain the API Key value from your Streamtime account and insert them in the Streamtime module scenario.

  1. Log in to your Streamtime account.

  2. Click Settings > Integrations. Copy the API Key to a safe place.

    streamtime-1.png
  3. Log in to your Make account, insert a Streamtime module scenario and click the Add button next to the Connection field.

    streamtime-2.gif
  4. In the Connection name field, enter a name for the connection.

  5. In the API Key field, enter the details copied in step 2 and click Save.

You have successfully established the connection. You can now begin editing your scenario and adding more Streamtime modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.

Jobs

You can create, update, retrieve, and search jobs using the following modules.

Create a new job.

For field descriptions, see the Streamtime Jobs API reference.

Updates an existing job.

Connection

Establish a connection to your Streamtime account.

Job ID

Select or map the Job ID whose details you want to update.

For field descriptions, see the Streamtime Jobs API reference.

Retrieves an existing job.

Connection

Establish a connection to your Streamtime account.

Job ID

Select or map the Job ID whose details you want to retrieve.

Retrieves a list of jobs from the account.

Connection

Establish a connection to your Streamtime account.

Limit

Set the maximum number of jobs Make will return during one execution cycle. The default value is 10.

See the Streamtime Jobs API reference for entering the field values to search for the jobs that match the specified value.

Contacts

You can create, retrieve, list, and search contacts using the following modules.

Creates a new contact.

For field descriptions, see the Streamtime Contacts API reference.

Retrieves an existing contact.

Connection

Establish a connection to your Streamtime account.

Select or Enter Manually

Select a method:

  • Select

  • Enter Manually

Company ID

Select or map the Company ID whose contact you want to retrieve.

Contact ID

Select or map the Contact ID whose details you want to retrieve.

Contact ID

Enter the Contact ID whose details you want to retrieve.

Retrieves a company contacts list.

Connection

Establish a connection to your Streamtime account.

Company ID

Select or map the Company ID whose contacts you want to list.

Limit

Set the maximum number of contacts Make will return during one execution cycle. The default value is 10.

Retrieves a contact list from the account.

Connection

Establish a connection to your Streamtime account.

Limit

Set the maximum number of contacts Make will return during one execution cycle. The default value is 10.

See the Streamtime Contacts API reference for entering the field values to search for the contacts that match the specified value.

Companies

You can create, retrieve, and search companies using the following modules.

Creates a new company.

For field descriptions, see the Streamtime Companies API reference.

Retrieves an existing company.

Connection

Establish a connection to your Streamtime account.

Company ID

Select or map the Company ID whose details you want to retrieve.

Retrieves a list of companies from the account.

Connection

Establish a connection to your Streamtime account.

Limit

Set the maximum number of companies Make will return during one execution cycle. The default value is 10.

See the Streamtime Companies API reference for entering the field values to search for the companies that match the specified value.

ToDos

You can create, retrieve, and search todos using the following modules.

Creates a new personal ToDo

For field descriptions, see the Streamtime ToDo API reference.

Retrieves an existing ToDo

Connection

Establish a connection to your Streamtime account.

ToDo ID

Select or map the ToDo ID whose details you want to retrieve.

Retrieves a ToDos list.

Connection

Establish a connection to your Streamtime account.

Limit

Set the maximum number of ToDos Make will return during one execution cycle. The default value is 10.

See the Streamtime ToDo API reference for entering the field values to search for the ToDos that match the specified value.

Other

You can call APIs using the following module.

Performs an arbitrary authorized API call.

Note

For the list of available endpoints, refer to the Streamtime API documentation.

Connection

Establish a connection to your Streamtime account.

URL

Enter a path relative to https://api.streamtime.net. For example, /v1/organisation.

Method

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of use - List Job Items

The following API call returns all Job Items of a particular Job from your account.

URL: /v1/Jobs/Jobid/job_items

Method: GET

streamtime-4.png

Matches of the search can be found in the module's Output under Bundle > Body

In our example, 2 job items were returned:

streamtime-3.png