# SalesforceCreateEventRequest

Model ID: `SalesforceCreateEventRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `api_secret` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `api_version` | `string` | No |  |  |  | No |  |
| `client_id` | `string` | No |  |  |  | No |  |
| `client_secret` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `environment` | `string` | No |  |  | `"dev"` | No |  |
| `login_url` | `string` | No |  |  |  | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `password` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `record` | [`connectors.JsonValue`](./connectors.JsonValue.md) | Yes |  |  |  | No |  |
| `username` | `string` | No |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
