Skip to main content

Authentication

This provider requires authentication.
  • api_token: Your pagertree APIToken (required: True, sensitive: True)
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
  • authenticated: The user can connect to the server and is authenticated using their API_Key (mandatory)

In workflows

This provider can be used in workflows. As “action” to make changes or update data, example:
If you need workflow examples with this provider, please raise a GitHub issue.

Connecting with the Provider

  • To interact with the Pagertree API, you need to provide an api_token.
  • You can view and manage your API keys on your User Settings page.

Notes

This provider uses the Pagertree API to send alerts or mark them as incidents based on the parameters provided. Depending on whether an incident is flagged as true, it either calls __send_alert or __send_incident method.