Create a user
magicbell_create_userCreates a user (notification recipient) record in MagicBell. Additive — sends no notification. Provide at least one identifier (external_id or email). Project API: POST /users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | User email address. | ||
| timezone | No | IANA timezone, e.g. America/New_York. | |
| last_name | No | User last name. | |
| first_name | No | User first name. | |
| external_id | No | Your own stable id for this user (recommended identifier). | |
| phone_numbers | No | Array of phone numbers (E.164). | |
| custom_attributes | No | Arbitrary key/value metadata for the user. |