Feature Request: Allow FeedMe imports to be triggered via a new feed handle #1603
Unanswered
jarheadcore
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, FeedMe trigger URLs use
feedId
, which varies across environments (createdate etc..), making automation (e.g., cron jobs) difficult to manage in version control as this id is not synced across environments.Example current url:
project.test/index.php/actions/feed-me/feeds/run-task?direct=1&feedId=2&passkey=testkey&site=default
Proposal:
Allow imports to be triggered via a new
feedhandle
derived from the feed name/title, similar to an entry slug.Example with new feed handle method:
project.test/index.php/actions/feed-me/feeds/run-task?direct=1&feedhandle=feedSlug&passkey=testkey&site=default
This would improve consistency across environments, prevent ID mismatches, and simplify automation.
Would this make sense to implement? 🚀
Beta Was this translation helpful? Give feedback.
All reactions