Add Custom Email to Bucket

Adds a custom email ID to a bucket.

Add Custom Email to Bucket

curl 'https://api.runscope.com/buckets/<bucket_key>/custom-emails' \
    -X POST \
    -H 'Content-Type: application/json' \
    -H 'Authorization: Bearer <access_token>' \
    -d '{"team_uuid": "Mandatory Team UUID argument","email": "Mandatory Email ID argument","description": "Optional description argument","created_by": "Optional user UUID"}'

Response200 OK

{
"error": null,
"meta": {
"status": "success"
}
}