<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to modify event payload to make it compatible to webhook? in Project Firefly Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/436167#M554</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17464559"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;You cannot directly use a Slack webook with Adobe I/O Events, because of the same constraint you mentioned. You will need a webhook to proxy your event payload to Slack in a compatible format. This can be achieved by a&amp;nbsp;simple Adobe I/O Runtime action (or any other serverless function). Below is a sample repository for inspiration:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/hirenoble/webhook_server#update-slack-incoming-webhook" target="_self"&gt;https://github.com/hirenoble/webhook_server#update-slack-incoming-webhook&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 12:54:08 GMT</pubDate>
    <dc:creator>shikhartanwar</dc:creator>
    <dc:date>2022-01-04T12:54:08Z</dc:date>
    <item>
      <title>How to modify event payload to make it compatible to webhook?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/436021#M553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to setup Adobe IO events to post notification on Slack for assets created, deleted and so on. However, OOTB if I do, the payload is not compatible to Slack as it requires to have a mandatory property text for Slack which is not part of Adobe IO event payload.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, how can I customise the payload to have event posted on Slack?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Himanshu Singhal&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 10:23:32 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/436021#M553</guid>
      <dc:creator>zeiss_hs</dc:creator>
      <dc:date>2022-01-03T10:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify event payload to make it compatible to webhook?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/436167#M554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17464559"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;You cannot directly use a Slack webook with Adobe I/O Events, because of the same constraint you mentioned. You will need a webhook to proxy your event payload to Slack in a compatible format. This can be achieved by a&amp;nbsp;simple Adobe I/O Runtime action (or any other serverless function). Below is a sample repository for inspiration:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/hirenoble/webhook_server#update-slack-incoming-webhook" target="_self"&gt;https://github.com/hirenoble/webhook_server#update-slack-incoming-webhook&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:54:08 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/436167#M554</guid>
      <dc:creator>shikhartanwar</dc:creator>
      <dc:date>2022-01-04T12:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify event payload to make it compatible to webhook?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/438197#M558</link>
      <description>&lt;P&gt;Thank you so much and it works well. I've got a question though....Isn't there anyway to have this modification done in Adobe I/O platform? or we can deploy the project there instead of having maintained it on a separate server?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 11:56:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/438197#M558</guid>
      <dc:creator>zeiss_hs</dc:creator>
      <dc:date>2022-01-24T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify event payload to make it compatible to webhook?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/438583#M559</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17464559"&gt;&lt;/LI-USER&gt;&amp;nbsp;I am not sure if I fully understand your question, but let me take a stab at it.&lt;/P&gt;&lt;P&gt;If you have Adobe I/O Runtime enabled in your org, then you can deploy a Runtime action that essentially does the same modification.&amp;nbsp;You can then use &lt;A href="https://developer.adobe.com/events/docs/guides/runtime_webhooks/" target="_self"&gt;Runtime Action as a Webhook&lt;/A&gt;&amp;nbsp;against your events integration and achieve the same goal.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 09:33:20 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/how-to-modify-event-payload-to-make-it-compatible-to-webhook/m-p/438583#M559</guid>
      <dc:creator>shikhartanwar</dc:creator>
      <dc:date>2022-01-27T09:33:20Z</dc:date>
    </item>
  </channel>
</rss>

