Pass multiple records to webhook

  • Get Answers for topics that you need help with
    I would like users to be able to select multiple records from a table and send a SMS. The SMS part is fine but being able to select multiple records to send the SMS to is the challenge I am facing.
    Any tips to be be able to select multiple records + a form for SMS content that triggers a webhook with record IDs and SMS content?

Using JavaScript, you can do the following:

  1. Add checkboxes to the table and a button.
  2. The user can select multiple rows and click the button.
  3. When the button is clicked, ping your webhook and pass along the selected records.

For professional help, feel free to get in contact.

Best,
Knack Pros

2 Likes