External Service Input Parameters
- Service Type: The type of external service (e.g., Google Sheets, Excel, Slack).
- API Key: The API key required to access the external service.
- Endpoint URL: The URL of the API endpoint for the external service.
- Authentication: The type of authentication required (e.g., OAuth2, API Key).
- Data Format: The format of the data to be sent or received (e.g., JSON, CSV).
- Request Method: The HTTP method to use (e.g., GET, POST, PUT, DELETE).
- Headers: Any headers that need to be included in the request (e.g., Content-Type, Authorization).
- Query Parameters: Key-value pairs to be included in the URL query string.
- Request Body: The data to be sent in the body of the request (for POST, PUT, PATCH methods).
- Response Handling: How to handle the response from the external service (e.g., success, error).