Request from strapi

Hi everyone My friends, I ran strapi on the postgres database and the problem I have is that I want to make a request from strapi to a url I want with another specific external endpoint and the received data in
save strapi content type. How can I do this? I would be grateful if anyone knows how to do this

This topic has been created from a Discord post (1258762306376962048) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

How you want request from strapi to url to be triggerd? In general you can just fetch data and then use entity service api to save content type. To make api call you may use https import * as https from 'https';

by default Strapi doesn’t have the ability to do that. You need to create this logic for strapi itself