Which API do I need to create a new case in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 06:34 AM
I would like to use an API to create new cases to reach out to external customers. Which API would work best for this?
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 06:42 AM
Hi,
Can you give a bit more information as your question is a bit confusing.
Perhaps more around what you're trying to do (with reaching out to them) versus "how" as the "how" we can help with after understanding the "what".
Please mark reply as Helpful, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 11:55 PM
Hi Allen,
sorry for being unprecise with my initial answer.
What we are trying to do is to capture information about shipping problems in a SharePoint site. In SharePoint we complete the data with the correct contact information and would then like to create a case in ServiceNow that initiates an email to the defined carrier contact.
The creation and of those cases should happen automatically via API.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 06:22 AM
Hi,
Ok, great. Thanks for providing more information! There's a few ways to do this, one is using the Table API.
You can use the Table API: https://developer.servicenow.com/dev.do#!/reference/api/sandiego/rest/c_TableAPI#table-POST
More information found here as well: https://developer.servicenow.com/print_page.do?release=quebec&category=course-module&identifier=app_...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!