How to send an email using a jira automation to an email address received in webhook payload?
Requirement: We want to call jira automation from external application which will send payload that contains email addresses to which email has to be send. Please help me to setup such jira automation rule.
Hi @Mayur Mehta ,
welcome to the Atlassian Community!
Did you try to use Incoming webhook trigger? There is {{webhookData}} smart value - you should be able to use it to get the values from the request.
Hello Hana,
Thanks for your answer.
Could you please provide more details on the implementation side ?
How do I extract email address from the payload and use it in the recipient field of an email action in jira automation rule?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My payload is as below
{
"id": "123",
"name": "abc",
"message": "test"
}
I want to send an email only when message = "warning"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mayur Mehta ,
thank you, but to be honest, I don't understand it now. I thought the recipient of the email should be obtained from the payload, but threre's only id, name and message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.