<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>send email service</title><link>https://community.appian.com/discussions/f/new-to-appian/30694/send-email-service</link><description>In send email service , i want to send some message along with deep link . when we get that email and upon clicking on that deep link it should redirect to the summary page for approval. can someone help me how to achieve this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: send email service</title><link>https://community.appian.com/thread/122239?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 06:22:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a96953c1-5925-4cb3-be43-5b6bcc19abb9</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/sabat0002"&gt;Fursat&lt;/a&gt;,&lt;br /&gt;&lt;br /&gt;Could you please share your complete template that is being used for the Send Email Smart Service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122159?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2023 11:53:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77dba8b8-fa46-4181-8b71-e7c1461ef24e</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;&lt;a href="/members/akhilsaijayanthk0765"&gt;akhilsaijayanth&lt;/a&gt;&amp;nbsp;: I tried this but getting 403 access denied error , i have admin access also the application&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122132?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 19:59:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:71c862ae-087d-4dd9-908d-04eb3a960228</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This might be a better option&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/fnc_scripting_urlforsite.html"&gt;docs.appian.com/.../fnc_scripting_urlforsite.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122131?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 19:39:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad270d79-692a-42c2-9af4-83234df8a314</guid><dc:creator>akhilsaijayanth</dc:creator><description>&lt;p&gt;Hi Fursat, Hope this will be helpful&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/pastedimage1700681745493v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;for a give code snippet, this will be html response. When we click on this summary (link), we will be redirected to the configured record summary page.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/pastedimage1700681815376v4.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122124?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 17:09:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8457db38-2136-4fd5-90b6-96c0c9eb67a4</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;=&amp;quot;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;Hi,&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&lt;br /&gt;The request is rejected by: &amp;quot; &amp;amp; pv!requests.Email &amp;amp; &amp;quot;&amp;lt;/br&amp;gt;&lt;br /&gt;Rejection Comments: &amp;quot; &amp;amp; pv!requests.rejectionComments &amp;amp; &amp;quot;&amp;lt;/br&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href= &lt;br /&gt;&amp;quot;&amp;amp;&lt;br /&gt;substitute( urlforrecord(recordType!REQUESTS, pv!requests.id),&lt;br /&gt;&amp;quot;/tempo/records/item/&amp;quot;, &lt;br /&gt;&amp;quot;/sites/&amp;quot; &amp;amp;&amp;quot;Request/page/summary&amp;quot;&lt;br /&gt;) &amp;amp; &amp;quot;recordType!REQUESTS&amp;quot;&lt;br /&gt;&amp;quot;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="/members/shivanireddys0001"&gt;shivanireddys&lt;/a&gt;&amp;nbsp; :is this correct ? can you please advise&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122098?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 11:42:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:87a18a2d-59bc-46cc-aec8-5776f618e339</guid><dc:creator>shivanireddys</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;substitute(

    urlforrecord(ri!recordType, ri!identifiers),

    &amp;quot;/tempo/records/item/&amp;quot;,

    &amp;quot;/sites/&amp;quot; &amp;amp; sitename/page/summary stub

    ) &amp;amp; &amp;quot;/record/&amp;quot;

  )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/members/sabat0002"&gt;ZAINAB&lt;/a&gt;&amp;nbsp;Try using substitue to replace the tempo link with the record url&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122097?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 11:24:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:178daa80-e700-4511-85b5-04e83582d13b</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;&lt;a href="/members/sriramk5349"&gt;Sri Ram Kaja&lt;/a&gt;&amp;nbsp; : It worked but it is opening from tempo/records but i need it to be open it from site. Like how we open application site and then summary page .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122095?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 11:13:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f69a4079-fd17-45ae-8c29-e752d88d4ef3</guid><dc:creator>Sri Ram Kaja</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/sabat0002"&gt;ZAINAB&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;urlForRecord is function and it shouldnt be called inside quotes as Appian will think them as text and not as function to be executed and keep &amp;amp; to get concatenation.&lt;/p&gt;
&lt;p&gt;&amp;quot;&amp;lt;a href = &amp;quot;&amp;amp;&amp;nbsp;&lt;strong&gt;urlforrecord(&lt;/strong&gt;&amp;nbsp;recordtype: /*your recordType*/, recordIds:/* your primary key*/&lt;strong&gt;&amp;nbsp;)&lt;/strong&gt;&amp;nbsp;&amp;amp;&amp;quot;&amp;gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;Summary&amp;lt;/a&amp;gt;&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122093?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 10:50:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f31faa11-21eb-4fd6-a300-9e5a27da48e3</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="/members/shivanireddys0001"&gt;shivanireddys&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/pastedimage1700651492422v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;is this the way?&lt;br /&gt;&lt;br /&gt;i&amp;#39;m getting error,can you please help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send email service</title><link>https://community.appian.com/thread/122089?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 10:14:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ef929e4-535b-4b8a-81d4-385f4517661c</guid><dc:creator>shivanireddys</dc:creator><description>&lt;p&gt;Try to create a email body using HTML template with the required details along with record link in it (record link should be provided using &amp;lt;a href = record link which you have created&amp;gt;),&lt;/p&gt;
&lt;p&gt;create record link by passing the request id to it, so that when you click on the link it will navigate to the summary&amp;nbsp;page of the request.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/*provide the record name and the record value which you wanted to open */
urlforrecord(recordType!record, ri!requestId)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>