Skip to content

Sending an email notification using alert & notification #100

Closed Answered by cloudxxx8
neerajasjawali asked this question in Q&A
Discussion options

You must be logged in to vote

try

curl -X 'POST' \
  'http://10.168.1.1:59860/api/v2/secret' \
  -H 'accept: application/json' \
  -H 'X-Correlation-ID: 14a42ea6-c394-41c3-8bcd-a29b9f5e6835' \
  -H 'Content-Type: application/json' \
  -d '{
  "requestId": "e6e8a2f4-eb14-4649-9e2b-175247911369",
  "apiVersion": "v2",
  "path": "smtp",
  "secretData": [
    {
      "key": "username",
      "value": "[email protected]"
    },
    {
      "key": "password",
      "value": "password"
    }
  ]
}'

Replies: 4 comments 38 replies

Comment options

You must be logged in to vote
2 replies
@neerajasjawali
Comment options

@cloudxxx8
Comment options

Comment options

You must be logged in to vote
1 reply
@neerajasjawali
Comment options

Comment options

You must be logged in to vote
12 replies
@neerajasjawali
Comment options

@cloudxxx8
Comment options

@neerajasjawali
Comment options

@cloudxxx8
Comment options

@neerajasjawali
Comment options

Comment options

@cloudxxx8
Comment options

@neerajasjawali
Comment options

@neerajasjawali
Comment options

@cloudxxx8
Comment options

Answer selected by neerajasjawali
@neerajasjawali
Comment options

@neerajasjawali
Comment options

@cloudxxx8
Comment options

@neerajasjawali
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants