Skip to main content

An admin is created

Webhook 

This event occurs when a new admin is created.

Note these fields:

  • context_str = admin
  • context_id = ... (this will be the admin_id of the new user)
  • event = insert

Request

Body

    context_str string
    context_id integer
    event string

    data

    object

    admin

    object

    admin_id integer
    username string
    external_key string
    timezone string
    name string
    first_name string
    last_name string
    initials string
    nickname string
    email string
    twitter string
    facebook string
    linkedin string
    login_count string
    login_datetime string
    custom_1 string
    custom_2 string
    custom_3 string
    custom_4 string
    custom_5 string
    write_datetime date
    mod_datetime date
    security_token string

Responses

Return a 200 status to indicate that the data was received successfully

Request Collapse all
Body
{
  "context_str": "string",
  "context_id": 0,
  "event": "string",
  "data": {
    "admin": {
      "admin_id": 0,
      "username": "string",
      "external_key": "string",
      "timezone": "string",
      "name": "string",
      "first_name": "string",
      "last_name": "string",
      "initials": "string",
      "nickname": "string",
      "email": "string",
      "twitter": "string",
      "facebook": "string",
      "linkedin": "string",
      "login_count": "string",
      "login_datetime": "string",
      "custom_1": "string",
      "custom_2": "string",
      "custom_3": "string",
      "custom_4": "string",
      "custom_5": "string",
      "write_datetime": "2024-07-29",
      "mod_datetime": "2024-07-29"
    }
  },
  "security_token": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!

Leave Us A Message!
EmailMuteEnd Chat
undefined

Sorry we are away! Please leave a full, detailed message and we'll follow up ASAP! Also check out our help center.

Leave Us A Message!
EmailMuteEnd Chat
undefined

Sorry we are away! Please leave a full, detailed message and we'll follow up ASAP! Also check out our help center.