From a list of records from a Gallery, I'd like to use a Checkbox to select multiple records, then send various data in those records to webhooks.
For example, I might select 10 Contacts and add all of those to an email newsletter, or send them a text message with the Twilio API.
I'm thinking it would be best to use the Checkbox to add those selected records to a Collection, but what I can't ascertain if Powerapps can send that data in something that resembles a Curl call..