Remove Bounced Emails with Custom API Action

removeBouncedEmails.flow (11.6 KB)

How to use Workflows to call the Remove Bounced Emails API.

In my example, I manually add email addresses to the List - Construct card. However, you could explore other ways to get the list of addresses into Workflows… for instance:

  • host a file somewhere Workflows can download it, import it to a table from CSV, build the list of text for the request from the output
  • manually import a CSV
  • host the information in a Google Sheet, AWS bucket, etc.

Note: You must grant the okta.orgs.manage scope to the connection used in the Custom API Action card. See See step 6 under Authorization.