<?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 Creating  Attachment in Quickbooks Bill in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/4156#M1904</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am working on inserting attachments to a particular Quickbooks Bill&amp;nbsp; through Workato. As I see it, there is no suitable action available in Workato for inserting attachments. So I chosen&amp;nbsp; QB custom action. In the API request, I need to give Multipart/Form data, which is shown below. I need to know how to pass this request into a custom action. I tried multiple ways, like using message templates/ logger, but I am unable to create attachment. Please help on creating an attachment in Quickbooks "Bill".&lt;/P&gt;&lt;P&gt;Request:&lt;/P&gt;&lt;PRE&gt;--YOjcLaTlykb6OxfYJx4O07j1MweeMFem
Content-Disposition: form-data; name="file_metadata_01"; filename="attachment.json"
Content-Type: application/json; charset=UTF-8
Content-Transfer-Encoding: 8bit

{
   "AttachableRef": [
   {
      "EntityRef": {
      "type": "Invoice",
      "value": "95"
      }
   }
   ],
   "FileName": "receipt_nov15.jpg",
   "ContentType": "image/jpg"
}
--YOjcLaTlykb6OxfYJx4O07j1MweeMFem
Content-Disposition: form-data; name="file_content_01"; filename="receipt_nov15.jpg"
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
&amp;lt;insert base-64 encoded file content here&amp;gt;
--YOjcLaTlykb6OxfYJx4O07j1MweeMFem​--&lt;/PRE&gt;&lt;P&gt;Reference API link : &lt;A href="https://developer.intuit.com/app/developer/qbo/docs/workflows/attach-images-and-notes" target="_blank"&gt;https://developer.intuit.com/app/developer/qbo/docs/workflows/attach-images-and-notes&lt;/A&gt;&amp;nbsp;(Attaching file to an Object)&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2023 12:09:27 GMT</pubDate>
    <dc:creator>rohith-chilakal</dc:creator>
    <dc:date>2023-04-04T12:09:27Z</dc:date>
    <item>
      <title>Creating  Attachment in Quickbooks Bill</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/4156#M1904</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am working on inserting attachments to a particular Quickbooks Bill&amp;nbsp; through Workato. As I see it, there is no suitable action available in Workato for inserting attachments. So I chosen&amp;nbsp; QB custom action. In the API request, I need to give Multipart/Form data, which is shown below. I need to know how to pass this request into a custom action. I tried multiple ways, like using message templates/ logger, but I am unable to create attachment. Please help on creating an attachment in Quickbooks "Bill".&lt;/P&gt;&lt;P&gt;Request:&lt;/P&gt;&lt;PRE&gt;--YOjcLaTlykb6OxfYJx4O07j1MweeMFem
Content-Disposition: form-data; name="file_metadata_01"; filename="attachment.json"
Content-Type: application/json; charset=UTF-8
Content-Transfer-Encoding: 8bit

{
   "AttachableRef": [
   {
      "EntityRef": {
      "type": "Invoice",
      "value": "95"
      }
   }
   ],
   "FileName": "receipt_nov15.jpg",
   "ContentType": "image/jpg"
}
--YOjcLaTlykb6OxfYJx4O07j1MweeMFem
Content-Disposition: form-data; name="file_content_01"; filename="receipt_nov15.jpg"
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
&amp;lt;insert base-64 encoded file content here&amp;gt;
--YOjcLaTlykb6OxfYJx4O07j1MweeMFem​--&lt;/PRE&gt;&lt;P&gt;Reference API link : &lt;A href="https://developer.intuit.com/app/developer/qbo/docs/workflows/attach-images-and-notes" target="_blank"&gt;https://developer.intuit.com/app/developer/qbo/docs/workflows/attach-images-and-notes&lt;/A&gt;&amp;nbsp;(Attaching file to an Object)&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 12:09:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/4156#M1904</guid>
      <dc:creator>rohith-chilakal</dc:creator>
      <dc:date>2023-04-04T12:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating  Attachment in Quickbooks Bill</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/4181#M1910</link>
      <description>&lt;P&gt;Issue has been Resolved&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 08:08:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/4181#M1910</guid>
      <dc:creator>rohith-chilakal</dc:creator>
      <dc:date>2023-04-06T08:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating  Attachment in Quickbooks Bill</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/4213#M1915</link>
      <description>&lt;P&gt;This is great news,&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/7050"&gt;@rohith-chilakal&lt;/a&gt;! Do you mind sharing your solution with the group?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Meghan&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 14:06:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/4213#M1915</guid>
      <dc:creator>meghan-legaspi</dc:creator>
      <dc:date>2023-04-10T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating  Attachment in Quickbooks Bill</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/6613#M2871</link>
      <description>&lt;P&gt;How did you go about resolving this? Currently trying to go through the same issue.&lt;/P&gt;&lt;P&gt;Should really be a Workato action for it, I can't imagine many bills or receipts are being created without attachments.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 13:50:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/creating-attachment-in-quickbooks-bill/m-p/6613#M2871</guid>
      <dc:creator>jeremyburns2256</dc:creator>
      <dc:date>2024-05-03T13:50:45Z</dc:date>
    </item>
  </channel>
</rss>

