Many services provide example cURL commands in order to interact with their API. Tines can utilize these cURL commands to create new actions on the storyboard. Instead of manually copying each field into a Tines HTTP request action, you can simply paste the entire command directly onto your storyboard.
This article shows you how to turn any standard curl command into a fully functional Tines action in seconds.
Tines references
Before getting started, we recommend familiarizing yourself with the surrounding functionality this article covers:
How it works
Find your API example: Navigate to the documentation for the tool you want to integrate. Locate a
curlexample for the specific endpoint you need.Copy the command: Highlight the entire
curlstring and copy it to your clipboard.Paste into Tines: Open your Tines Story and simply use the keyboard shortcut (Cmd + V on Mac or Ctrl + V on Windows).
When you paste a curl command, Tines instantly generates an HTTP request action.
Note: While the structure is created for you, remember to replace any placeholder API keys or secrets from the documentation example with your actual Tines credentials.
Now that your request is ready, you can start making modifications, adding credentials, and connecting it to the rest of your automated workflow!
Why to use cURL
Speed: Go from documentation to a working action in under five seconds.
Accuracy: Eliminate typos in long URLs or complex header keys.
Ease of use: Perfect for quickly prototyping new integrations without getting bogged down in manual setup.
👉 For a more detailed description of cURL see here.
