# Create an Email Rule **POST /email_rules** Create an email rule to configure email notifications for your organization. ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Body: application/json (object) - **email_rule** (object) ## Responses ### 201 The created email rule #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **created_at** (string) - **email_notification_id** (string) - **id** (integer) - **recipients** (array[string]) - **updated_at** (string) ### 400 Bad Request #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)