Skip to content

Connector Configuration

This guide presents the connector configuration for the generic HTTPS destination type.
UI labelAPI field nameTypeRequiredNotification source type overridesAllowed valuesDefault valueDescription
URLurlUrltruetrueN/AN/AThe endpoint to which the request is sent.
MethodmethodStringtruefalsePUT GET POSTPOSTThe HTTP method to be used.
Additional headersadditionalHeadersKeyValuePairstruetrueN/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 fieldsadditionalBodyFieldsJSONObjecttruetrueN/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.