API Request Block

External API can be called using API Request block to send or receive data.

# How to create a API Request Block

  1. Drag "API Request" block under "Misc. Blocks" in block picker.
  2. Enter the name of variable in which you want to store API result.
  3. Select a method and enter API endpoint URL.
  4. Select API authentication type and enter appropriate credentials.
  5. If you want to include any headers then it can be added by clicking on Add header button.
  6. Select body format and enter data in the body.
  7. Click on Save to create the block.