How to raise a catalog request via inbout action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 02:49 AM
Hi All,
Could any one guide how to raise a catalog request via inbound email action, the request should create a ritm and task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:01 AM - edited 01-03-2024 03:55 AM
See the response from @Robbie below. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:13 AM
our client requirement is they are sending cat item and variable information via excel sheet then it will send to inbound action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 04:05 AM
@Suvarna4 There would be two ways to do so.
1) You can load the attachment data (excel sheet) into a custom table using data source and transform map (make sure the excel template columns/ headers constant all the time) and create the request using cart api and the custom tables variable data.
2) You can use excel parser api and get the data and create the request using cart api.
Kindly mark the answer Correct and Helpful if it helps to resolve your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 06:05 AM
any relavent scripr do you have kindly share us.