28 results for "authentication"
Can I build my own integration for OpsIQ?
Yes, you can build your own integration for OpsIQ using the Connector Builder. This tool allows you to define identity, authentication, tests, actions, triggers, and review metadata. You can start your integration from…
How do I authenticate to the OpsIQ General API?
Authenticating to the OpsIQ General API OpsIQ's General API utilizes scoped Bearer API keys. It is important that these keys are assigned only the least-privilege scopes necessary for their function. Additionally, they…
How does OpsIQ protect remote HTTP actions from SSRF?
Remote actions utilize declared endpoints and include protections against server-side request forgery (SSRF). These protections come with various authentication options, including Bearer, API key, Basic, and HMAC. To…
Can OpsIQ AI access my database directly?
OpsIQ recommends using approved scoped API actions instead of allowing unrestricted direct database access. This approach ensures that a business only exposes the reads and operations that the AI actually needs. It…
Can inbound email be delivered to OpsIQ by webhook?
Yes, OpsIQ supports inbound webhook paths in addition to polling and forwarding patterns. The email page describes the following: HMAC-SHA256 or Basic authentication Timestamp validation Unique webhook paths Explicit…
Does OpsIQ help check SPF, DKIM, and DMARC?
Yes, the Email Channel includes a domain health grader that covers SPF, DKIM, DMARC, MX, and issues such as SPF lookup limits, along with copy-ready guidance. Email authentication remains the responsibility of DNS and…
How often does OpsIQ check an IMAP mailbox?
The Email Channel describes a cron-based mailbox poll that occurs every three minutes for its standard IMAP workflow. However, some provider or webhook paths may exhibit different delivery characteristics. It is…
Can OpsIQ connect to my existing software stack?
Yes, OpsIQ can connect to your existing software stack. It supports bundled and marketplace connectors, a Connector Builder, scoped General API access, signed webhooks, and typed AI Action contracts. This allows…