Skip to main content
All CollectionsHow-tosHTTP Request Action Examples
HTTP request action example - Bulk request
HTTP request action example - Bulk request

This article provides an example of how to build a bulk API request via the HTTP request action.

Angela Ruhstorfer avatar
Written by Angela Ruhstorfer
Updated this week

Overview

Some platforms offer API endpoints that handle bulk requests. A bulk request allows you to send multiple requests at once, rather than one by one. This is useful when you need to make many updates in a short period of time.

Tines references

Before getting started, we recommend familiarizing yourself with the surrounding functionality this article covers:

Make it happen

Scenario

Invite multiple users at once to a message channel.

  1. In the storyboard, pull in an HTTP Request Action.

  2. Name the action something relevant, like “Get US Addresses.”

  3. Delete the Payload section of the action.

  4. For the URL of the action, type https://tinestutor.com/webhook/1fff5794f8357ed4af7769e4af1d4272/0d31417ab3a249f9ed1a6e470cb64564?channel_id=C01MYA737L0&users=angie@tines.io,yanni@tines.io.

  5. Change the Method of the action to POST.

  6. Click Run to run the action.

  7. See the results in the action’s Events panel.

Did this answer your question?