Is there a way schedule a job in SQL Server management studio to make API calls (SOAP or REST) directly from SQL Server.
Where can I find more rules/syntax etc to do this. I need to make API calls on a schedule (nightly). These API calls will do a combination of things but I'd like to call them from the Server Job set up directly.
Thanks.