How to add attachments to respective cases in csm

lucky6
Tera Contributor

hello,

I have to move cases and attachments to Servicenow from other ticketing tool.

Here how to add attachments to respective cases through import set or API? 

Can anyone help me with the steps.

Thanks in advance..

10 REPLIES 10

If there is no possibility of integration as you have already checked, then it will be a manual load.


Thanks and Regards,

Saurabh Gupta

SP22
Giga Sage
Giga Sage

ersureshbe
Giga Sage
Giga Sage

Hi, To move the attachment you should use the attachment API or base 64 format.

Attachment API supports Binary format but you should check the 3rd party tool feasibility.

If Base64 format then you should use ECC queue to achieve it. Limitation- When you use ServiceNow functions it support <= 5MB file size. 

Regards,
Suresh.

Hi @ersureshbe,

 

Do we have any community urls or servicenow docs for moving bulk attachments to respective  cases?