API Request Block
External API can be called using API Request block to send or receive data.
# How to create a API Request Block
- Drag "API Request" block under "Misc. Blocks" in block picker.
- Enter the name of variable in which you want to store API result.
- Select a method and enter API endpoint URL.
- Select API authentication type and enter appropriate credentials.
- If you want to include any headers then it can be added by clicking on Add header button.
- Select body format and enter data in the body.
- Click on Save to create the block.