|
1 |
| -image: codefresh/sendgridplugin |
2 |
| -version: latest |
| 1 | +title: Send e-mail via Sendgrid |
| 2 | +image: codefresh/sendgridplugin:latest |
3 | 3 | description: Send e-mail via Sendgrid
|
4 |
| -keywords: |
5 |
| - - mail |
6 |
| - - sendgrid |
7 |
| -home: https://github.com/codefresh-io/sendgridplugin |
8 |
| -sources: |
9 |
| - - https://github.com/codefresh-io/sendgridplugin |
| 4 | +category: |
| 5 | + - Featured |
| 6 | +source: 'https://github.com/codefresh-io/sendgridplugin' |
| 7 | +logo: 'https://images.ctfassets.net/bx16dovk9m7p/XNo9W4lwAMsai8KOikAae/35f6df5bf800dd4993c2d98376448f0d/a37a5b5ab495b5531dd406d40baa8a5c.png' |
10 | 8 | maintainers:
|
11 | 9 | - name: Pavel Kostohrys
|
12 |
| - |
13 |
| -icon: https://images.ctfassets.net/bx16dovk9m7p/XNo9W4lwAMsai8KOikAae/35f6df5bf800dd4993c2d98376448f0d/a37a5b5ab495b5531dd406d40baa8a5c.png |
14 | 10 | envs:
|
15 | 11 | - name: SENDGRID_APIKEY
|
16 |
| - type: required |
17 |
| - description: API key from SendGrid |
| 12 | + description: 'API key from SendGrid (required)' |
18 | 13 | - name: SENDGRID_MAIL
|
19 | 14 | type: required
|
20 |
| - description: mail where the letter will be sent, you can use comma divider to send on multiple mails (ex.: [email protected], [email protected]) |
| 15 | + description: 'mail where the letter will be sent, you can use comma divider to send on multiple mails (ex.: [email protected], [email protected])' |
21 | 16 | - name: SENDGRID_FROM
|
22 |
| - type: required |
23 |
| - description: from header of mail |
| 17 | + description: 'from header of mail (required)' |
24 | 18 | - name: SENDGRID_SUBJECT
|
25 |
| - type: required |
26 |
| - description: subject header of mail |
| 19 | + description: 'subject header of mail (required)' |
27 | 20 | - name: SENDGRID_TYPE
|
28 |
| - type: required |
29 |
| - description: type of mail [build, message, custom] |
| 21 | + description: 'type of mail [build, message, custom] (required)' |
30 | 22 | - name: SENDGRID_MESSAGE
|
31 | 23 | description: Text of message for type message
|
32 | 24 | - name: SENDGRID_TEMPLATE
|
|
0 commit comments