DoesQA
WebsiteLogin
  • Welcome to DoesQA
  • Getting Started
    • Creating your first test
    • Running your first test
  • Test Steps
    • Starter
      • Open
    • Action
      • Touch
      • Double Tap
      • Drag and Drop
      • Clear
      • File
      • Select Option
      • Send Keys
      • Set MFA
      • Open Plugin
      • Scroll Into View
      • Scroll To Edge
      • Hover
    • Browser
      • Go To Absolute URL
      • Go To Relative Path
      • Reload
      • Back
      • Forward
      • Open File
    • Integration
      • SFTP List
    • Node Groups
    • Comparison Types
    • Nodes
      • Starters
      • Actions
      • Checks
      • Change Detection
      • Validators
      • Data
      • Integrations
      • Utilities
      • Runner
  • Elements
    • Creating Elements
    • CSS
    • XPath
    • Visible Text
    • Test ID
  • Values
    • Values (Value Store)
    • Creating Values
    • Dynamic Values
  • Configuration
    • Whitelisting IPs
    • CI / CD
    • Notifications
      • Webhook
      • Email
      • Slack
    • MFA
  • Guides
    • Test Tagging
Powered by GitBook
On this page
  • API - GET
  • API - PUT
  • API - POST
  • API - DELETE
  • Slack Send
  1. Test Steps
  2. Nodes

Integrations

CRUD API and Slack Integrations

PreviousDataNextUtilities

Last updated 2 years ago

API - GET

Configuration

Method

You are able to select from: API - GET API - PUT API - POST API - DELETE

URL

Provide a fully qualified ( with https:// ) URL for the API node to call

Headers

Provide a JSON object of headers in a Key: Value format. For example: { "someKey": "some-value" }. You can also use Values (Value Store) items in this field. For example: { "my-user": {{userName}} }

Response Storage Name

Provide a name for the response of the API call to be added to the Value Store.

API - PUT

Configuration

Method

You are able to select from: API - GET API - PUT API - POST API - DELETE

URL

Provide a fully qualified ( with https:// ) URL for the API node to call

Headers

Provide a JSON object of headers in a Key: Value format. For example: { "someKey": "some-value" }. You can also use Values (Value Store) items in this field. For example: { "my-user": {{userName}} }

Response Storage Name

Provide a name for the response of the API call to be added to the Value Store.

API - POST

Configuration

Method

You are able to select from: API - GET API - PUT API - POST API - DELETE

URL

Provide a fully qualified ( with https:// ) URL for the API node to call

Headers

Provide a JSON object of headers in a Key: Value format. For example: { "someKey": "some-value" }. You can also use Values (Value Store) items in this field. For example: { "my-user": {{userName}} }

Response Storage Name

Provide a name for the response of the API call to be added to the Value Store.

API - DELETE

Configuration

Method

You are able to select from: API - GET API - PUT API - POST API - DELETE

URL

Provide a fully qualified ( with https:// ) URL for the API node to call

Headers

Provide a JSON object of headers in a Key: Value format. For example: { "someKey": "some-value" }. You can also use Values (Value Store) items in this field. For example: { "my-user": {{userName}} }

Response Storage Name

Provide a name for the response of the API call to be added to the Value Store.

Slack Send

Configuration

Channel

Select the channel that you would like to send the Slack message to. If you cannot see your channel here, invite the DoesQA app to the channel, log out of DoesQA and back in again.

Message

Provide the message that you would like to send. Values (Value Store)values can be used here, also you can use emojis, just like inside slack :tada: !

Perform an API GET Request
Perform an API PUT Request
Perform an API POST Request
Perform an API DELETE Request
Send a Slack Message