How to call a webhook/API when I type a string starting with specific text like "AAA" on iOS and replace it with an API response?
So for example, if I am using Youtube or any other app on iOS and I type in AAA123. It reaches out to the webhook and sends AAA123, and gets a response that says ABCDEFG. Then pastes that instead.
Do I need to develop a custom keyboard app or is there already a way to do this?
Thank you for your help in advance!