# `api.jobs.email.send_template` > `POST /job/{jobDisplayId}/email/{emailTemplateGuid}/send` — ACPortal **Python** ```python api.jobs.email.send_template(job_display_id: int, template_guid: str) -> None ``` **CLI** ```bash ab jobs email send_template ``` ``POST /job/{jobDisplayId}/email/{emailTemplateGuid}/send`` ## Response No response body. --- [← Back to api.jobs](../jobs.md)