Hey folks,
Assuming that I have a Zapier bot in my server, is there a way to use Zapier’s Webhooks action to perform an authorized call on Discord API?
Asking because current Discord Action to Find User will only return one record, even if there are multiple users with the same nickname in the guild. An API call on Search Users endpoint will return all records that match the nickname query, which I’d then be able to dump into a lookup table and filter on discriminators.
Cheers,
Evgeny