I need to get ZenDesk ticket attachment content like encoded format. ZenDesk API provided only the content url. By using that content url I can only able to get the redirect page of that file. But I need to automate a process that file as Base64 encoded format. Thanks in advance. Note : I tried to migrate ZenDesk to Salesforce via Dell Boomi.
Is there any way to get content of the ZenDesk Attachments instead of redirect URL?
670 Views Asked by MKP At
1
There are 1 best solutions below
Related Questions in SALESFORCE
- UI Component(Table Rows) Taking Too Much too in LWC
- Twilio Salesforce integration (Chat Transcripts)
- How can I automatically apply dark and light themes using the Lightning Email Template Builder in Salesforce based on the user's system preferences?
- Sending Slack Message to channel from salesforce flow
- How to redirect to parent object after child record creation
- Creating File in Drag and Drop Enabled File Cabinet in Netsuite using Rest API from Salesforce
- tsql functions like REPLACE() failing in azure data factory pipeline connected to salesforce
- An unexpected error occurred. Please include this ErrorId if you contact support: 1878486530-323938 (1541428280)
- My requirement is that I have to create DLRS for 'the date when the most recent email was received'
- Declarative Rollup Summaries Deployment
- Trouble updating a Field in Salesforce via a Python Script
- Why custom favicon for Salesforce-powered website not showing consistently in Google search results
- Salesforce chatter photo upload trigger
- Disable Azure DevOps Pull Request being completed when Using Copado
- AppFlow s3 to Salesforce upsert fails
Related Questions in INTEGRATION
- DocuSign integrated login fails when MFA is enabled
- Shiprocket API - test environment, test shipment
- Write rows on destination even when an error occurs?
- Solid JS library that can use OAuth2 to gather information from external Accounts
- How to connect React.js forms with the properties of a C# model
- Integrate Zoho phonebridge into my pbx system?
- Terracotta-server-not-starting-after-restart-activity
- How to check Slack App added in private slack channel
- Installation process of wso2 Enterprise integrator
- Revolut checkout widget error "Transaction failed. Please contact the merchant to resolve this problem"
- Use Crystal report in an integration flow in SAP CPI
- Okta as Identity broker for several External IDPs
- Monte Carlo Example using Accept Reject Method
- Version compatibility isue of typing entension persist
- Flowgear local mysql server connectivity problem using droppoint
Related Questions in ZENDESK-API
- Powershell Invoke-Restmethod Authorization header issue
- Zendesk API - Notifications to end users are always from the user that is logged in
- Why does GAPPS return 504 Gateway Error to a Zendesk webhook request?
- Zendesk config js file: how not to auto open chat when website opened
- Can't get response from Zendesk ticket API with JavaScript fetch
- Issue with ZendeskApi_v2 library in retrieving the top 10 search results
- Zendesk Audit Logs API date filter not working
- how to use zendesk api to get a ticket through api based on query in c#
- Not able to attach a file to a ticket via Zendesk API via custom form
- How to get all Zendesk help articles using their API
- Assign ticket to a specific Zendesk Support group with Sunshine Conversation
- Triggering Zendesk webhook with Apps Script - can't authenticate
- Creating a ticket on zendesk on behalf of a user, but not sending an email
- Zendesk API - Get notifed of replies
- Zendesk:where to put an .on('ticket.updated' in a react app in zendesk
Related Questions in BOOMI
- Id not specified in an update call
- NetSuite integration testing
- Automate Process Documentation for Boomi
- Using Boomi to cut variable length string at first white space
- csv file data is not getting written properly into excel - Dell Boomi
- Is there a way to use DateAdd in a Boomi SQL Server query?
- Is it possible to update a text file which is inside a blob container in Azure from Boomi?
- Dynamic Process Properties passed from database cause an error, but static values do not
- How to unzip a password protected file in Boomi
- Getting an error message for HTTP post request for multiple-part-form data
- In Boomi Can we import cross reference table in Java script?
- Compare two sql tables available in different database
- A simple Google Sheets Boomi Operation does not upload data to Google Sheet
- Please can you check my Groovy 1.5 script for any obvious errors, It appears the wbs_elem value is not being assinged
- How is a boomi process stored?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I found a resolution for my problem and I guess it's the same as yours.
In salesforce apex code I got the url response from zendesk and I used subtring method to get URL of attachment. After that I used Pagereferece to open the URL, see below: