---
title: "POST /event-forwarder-create-servicenow"
method: POST
path: "/event-forwarder-create-servicenow"
tags: ["v2"]
---

# POST /event-forwarder-create-servicenow

`POST /event-forwarder-create-servicenow`

## Request body

- EventForwarderCreateServiceNow — eventForwarderCreateServiceNow is a command that creates service-now event forwarder
  - `admin-name` string — Workstation Admin Name
  - `admin-pwd` string — Workstation Admin Password
  - `app-private-key-base64` string — The RSA Private Key to use when connecting with jwt authentication
  - `auth-methods-event-source-locations` string[] — Auth Method Event sources
  - `auth-type` string — The authentication type to use [user-pass/jwt]
  - `client-id` string — The client ID to use when connecting with jwt authentication
  - `client-secret` string — The client secret to use when connecting with jwt authentication
  - `description` string — Description of the object
  - `event-types` string[] — List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
  - `every` string — Rate of periodic runner repetition in hours
  - `gateways-event-source-locations` string[], required — Event sources
  - `host` string — Workstation Host
  - `items-event-source-locations` string[] — Items Event sources
  - `json` boolean — Set output format to JSON
  - `key` string — The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
  - `name` string, required — EventForwarder name
  - `runner-type` string, required
  - `targets-event-source-locations` string[] — Targets Event sources
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication
  - `user-email` string — The user email to identify with when connecting with jwt authentication

## Response `201`

eventForwarderCreateServiceNowResponse wraps response body.

- EventForwarderCreateUpdateOutput
  - `event_forwarder_id` integer
  - `event_forwarder_name` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

[API](https://skmtc.net/akeyless/apis/akeyless-api.md) · [All operations](https://skmtc.net/akeyless/apis/akeyless-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeyless/akeyless-api/versions/0ceb25634501/schema)
