# Automations ## Retrieve Integration Orders - [GET /v1/integration-orders](https://docs.lettrlabs.com/lettrlabs_api_reference/automations/getintegrationorders.md): Gets all integration orders for the profile. ## Add Recipient - [POST /v1/integration-orders/{id}/recipients](https://docs.lettrlabs.com/lettrlabs_api_reference/automations/postrecipienttointegrationorder.md): Add a recipient into a integration order by Id. If the integration order is Active, recipient will be added to queue to be mailed to. ## Radius Mail - [POST /v1/integration-orders/{id:int}:mail-by-proximity](https://docs.lettrlabs.com/lettrlabs_api_reference/automations/mailbyproximity.md): Initiate a Radius Mail order centered around the list of provided addresses. Each address in the list will initiate a Radius Mailing with the provided filter settings. Recipients will be queried and added to the provided integration order.