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.
In the storyboard, pull in an HTTP Request Action.
Name the action something relevant, like “Get US Addresses.”
Delete the Payload section of the action.
For the URL of the action, type
https://tinestutor.com/webhook/1fff5794f8357ed4af7769e4af1d4272/0d31417ab3a249f9ed1a6e470cb64564?channel_id=C01MYA737L0&users=angie@tines.io,yanni@tines.io
.Change the Method of the action to
POST
.Click Run to run the action.
See the results in the action’s Events panel.