Overview
Thecustomer.created webhook is triggered when a new customer is created in your Metrifox account.
When Itβs Triggered
This event is sent immediately after a customer is successfully created through:- The Metrifox API (
POST /api/v1/customers) - CSV upload
- Any other customer creation method
Payload Structure
Data Fields
Thedata.customer object contains the full customer record with all fields that were set during creation, including:
id: Internal customer IDcustomer_key: The unique customer key (immutable)name: Customer nameemail: Customer email addresstenant_id: The tenant ID this customer belongs tocreated_at: Timestamp when the customer was createdupdated_at: Timestamp when the customer was last updated- Additional custom fields as configured
Example Use Cases
- Sync new customers to your CRM system
- Send welcome emails to new customers
- Create customer records in external systems
- Trigger onboarding workflows

