Actions
Send HTTP Request
Execute an HTTP request with the chosen method on a provided URL.Send HTTP GraphQL Request
Executes GraphQL query on provided URL.Send HTTP Upload File Request
Uploads a file to the provided URL using an HTTP request. Learn about how Blink handles Rate Limits automatically in HTTP requests.
Standard non-authenticated HTTP requests
The most basic way to use HTTP Actions is without authentication.Authenticated HTTP requests to existing service providers
HTTP Actions can be used with most of the Blink connection types to send authenticated requests to existing service providers in Blink. For example, to send an authenticated request to GitHub’s API, use a GitHub connection.
Authenticated HTTP requests to unsupported service providers
Blink adds support for additional service providers on a weekly basis. To use Actions with a service provider that is not currently supported, there are two options:- Contact the Blink team to request integration with a new service provider. Contact us.
- Use generic HTTP Actions to communicate with unsupported service providers, as explained below.
Using generic HTTP actions to communicate with unsupported service providers
HTTP Actions can be used with one of the three HTTP connection types to send authenticated requests to service providers that aren’t currently supported by Blink:- HTTP Basic Authentication
- HTTP Bearer Authentication
- HTTP Custom Authentication
X that isn’t supported by Blink and requires Basic Authentication:
-
Create an
HTTP Basic Authenticationconnection with the required credentials.
-
Use the connection to perform the Action, and the outgoing HTTP request will be sent with the appropriate authentication headers.
