# Create external agent email address **POST /external-agents/{externalAgentId}/email-addresses** Using the external agent id in the request path, the method creates the contact's email address. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer token ## Parameters ### Body: application/json (object) object ## Responses ### 201 Created email address successfully. #### Body: application/json (object) object ### 400 Invalid request. See response body for details. ### 401 Unauthorized request. See response body for details. ### 403 Permission denied. See response body for details. ### 404 External agent not found. #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **details** (array[string]) ### 409 Email address already exists. #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **details** (array[string]) ### 500 Unknown error. See response body for details. [Powered by Bump.sh](https://bump.sh)