- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2025 10:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2025 11:00 PM
From ServiceNow side no limit.
It all depends on how many calls the 3rd party can handle in an hour or day
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2025 11:52 PM
No there is no limit defined by ServiceNow.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 04:55 AM
Hi @Manikantahere,
That's correct. I would however confirm this with your account manager or raise a ticket via ServiceNow support to confirm - but essentially, that's correct. API calls and costs are only associated to IntegrationHub - hence why I asked how are you calling the API or outbound call.
To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 04:51 AM
In the article he mentioned,
It's true that integration Hub plugin is required if we want to use REST step to call the web service of target instance/external system.
But if the requirement is like you have the 'Rest Outbound Message' configured on your instance and you want to call external system webService through this REST message.
We can call the REST Message from 'Flow Designer' using 'Action' with 'Script step'.
so Rest step only falls under Integration hub but not the Action' with 'Script step ? is it correct way to understand?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 04:55 AM
Hi @Manikantahere,
That's correct. I would however confirm this with your account manager or raise a ticket via ServiceNow support to confirm - but essentially, that's correct. API calls and costs are only associated to IntegrationHub - hence why I asked how are you calling the API or outbound call.
To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 05:18 AM
I do try for it. FYI information we don't have integration hub subscription seems.
so using script option through action nether have restricted limit for calls nor cost. right?
thanks for your help here.