In workflows
This provider can be used in workflows. As “step” to query data, example:- create-new-incident-grafana-incident.yaml
- db_disk_space_monitor.yml
- http_enrich.yml
- ifelse.yml
- incident-enrich.yaml
- pagerduty.yml
- permissions_example.yml
- send-message-telegram-with-htmlmd.yaml
- simple_http_request_ntfy.yml
- slack-workflow-trigger.yml
- telegram_basic.yml
- update-incident-grafana-incident.yaml
- update_workflows_from_http.yml
- webhook_example_foreach.yml
Connecting with the Provider
To connect to the provider, you can instantiate an instance of theHttpProvider
class, providing a provider_id
and a ProviderConfig
object. Then you can call the query
method to query the HTTP endpoint.