laravel / forge-sdk

The official Laravel Forge PHP SDK.
https://forge.laravel.com
MIT License
528 stars 89 forks source link

Ability to update "Deployment Failure Emails" via SDK #178

Closed aaronbushnell closed 4 months ago

aaronbushnell commented 4 months ago

It would be really handy if the SDK could change the value of the "Deployment Failure Emails" for a given site. Something like:

$site->deployEmails('email1@laravel.com, email2@laravel.com', $wait = true);
jbrooksuk commented 4 months ago

It's not currently possible to set notification emails via the API. However, it's in our backlog to add that and to update the SDK when available.