Files
opensem/config/health/resources/Sendinblue.yml
2024-02-22 19:33:56 +01:00

16 lines
447 B
YAML

name: Sendinblue API
abbreviation: sendinblue
checker: PragmaRX\Health\Checkers\Https
notify: true
column_size: 3
timeout_message: "[TIMEOUT] A request to %s took %s seconds. Timeout is set to %s seconds."
connection_timeout: 5
roundtrip_timeout: 10
targets:
- default:
urls:
- https://api.sendinblue.com/v3/account:
headers:
api-key: "{{ config('services.sendinblue.api_key') }}"
method: GET