---
title: "Contact created event"
method: POST
path: "contactCreated"
tags: ["Webhooks"]
---

# Contact created event

`POST contactCreated` (webhook)

Fired when a new contact is created for a brand.

## Headers

- `x-slicktext-signature` string, required

## Payload

- ContactCreatedWebhook
  - `id` string, required
  - `name` string, required
  - `url` string, uri, required
  - `attempts` integer, required
  - `date` string, required
  - `data` ContactWebhookData, required
    - `contact_id` integer
    - `_brand_id` integer
    - `mobile_number` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, nullable
    - `opt_in_status` string, nullable
    - `source` string, nullable
    - `created` string, nullable
    - `last_updated` string, nullable

## Acknowledgement `200`

Return a 2xx response within 5 seconds to acknowledge receipt.

---

[API](https://skmtc.net/slicktext/apis/slicktext-api-new-platform.md) · [All operations](https://skmtc.net/slicktext/apis/slicktext-api-new-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slicktext/slicktext-api-new-platform/revisions/6f6c30f01b42/schema)
