lyft_send_slack_
Send slack with specific content to the recipient.
Syntax
lyft_send_slack [@message]='slack content' [, [@subject=]'slack subject'] [, [@from]='sender slack'] [, [@to]='recipient slack'] [, [@sendgridkey]='sendgrid key']
Arguments
- [@message] ='slack content'
Content of the slack. Required
- [@subject] ='slack subject'
Subject of the slack. Optional
- [@from] ='sender slack'
Sender's slack address. Optional
- [@to] ='recipient slack'
Recipient's slack address. Optional
- [@sendgridkey] ='sendgrid key'
The SendGrid API key. Optional
Example
EXEC lyft_send_slack 'Content of the slack ', 'Subject', 'sender@lyftron.com', 'recipient@lyftron.com', 'API_KEY';