Connector Configuration
This guide presents the connector configuration for the generic HTTPS destination type.
UI label | API field name | Type | Required | Notification source type overrides | Allowed values | Default value | Description |
---|---|---|---|---|---|---|---|
URL | url | Url | true | true | N/A | N/A | The endpoint to which the request is sent. |
Method | method | String | true | false | PUT GET POST | POST | The HTTP method to be used. |
Additional headers | additionalHeaders | KeyValuePairs | true | true | N/A | {} | Represents a JSON object where each key maps to a string value. Defines headers included in each request. Can be used to provide authentication data. Overrides the request header if one already exists. |
Additional body fields | additionalBodyFields | JSONObject | true | true | N/A | {} | Fields included in the body of the request. These fields can be used to provide additional data for the request. Overrides any top-level field with the same name already present in the request. |
Theme
Light