Headers | Request Headers to be added to the request, as a string in the format of Name: Value , separated by new lines.
For example:
Content-Type: application/json Accept: application/json
|
Method | Which HTTP method to use in the request. |
Request Body | JSON data to send in the request body. |
Request URL Or API Endpoint | The URL or API endpoint to communicate with. You may specify either a full URL or a relative endpoint path: For example, for an action in URL {{exists(connection["devo"]["standAloneToken"]) ? 'https://api-' + connection["devo"]["region"] + '.devo.com' : 'https://apiv2-' + connection["devo"]["region"] + '.devo.com' }}{{exists(connection["devo"]["standAloneToken"]) ? '/alerts/v1' : '' }}/path it is enough to specify only /path . |