{{ data.email }}
where the field name is email.{{ data.fieldname }}
{{ data.fieldname }}
{{ data.firstName }}
would map to the data provided in the "First Name" field if one is provided in your form.{{ data.[RESOURCE]Obj }}
{{ data.customer }}
would only show the templated customer, however {{ data.customerObj }}
would contain the full customer object. In this case, you could type {{ data.customerObj.data.email }}
to get the customers email address within the template.{{ content }}
{{ form.components }}
would provide you with all the components within the form.{{ components.firstName.label }}
would print out the First Name component.{{ req.user.data.email }}
would print out the users email address.{{ req.params.formId }}
would be the Id of that form{{ req.query.testparam }}
would be 1{{ mail.to }}
would contain the email address who the message is being sent to, which contains the following parameters.date
{{ created | date("YYYY") }}
{{ table(form.components, title) }}
{{ submission(data, components) }}
{{ value(key) }}
{{ value('birthday') }}
{{ label(key) }}
{{ label('birthday') }}
http://941a7c65.ngrok.io
and it will hit my local reciever. I can now configure the webhook settings with the following settings.config.json
of the webhook reciever library.OAuth
to start the OAuth sign in process. When a user clicks the provided button, the OAuth authentication process will begin by opening a popup of the OAuth provider login page.{{ data.fieldname }}
.{{ data.fieldname }}
.{{ data.fieldname }}
.{{ data.fieldname }}
.{{ data.fieldname }}
.Atlassian URL
without protocol. Then add your Atlassian login credentials.Action
tab.Jira (Premium)
option, then click Add Action
.