Fetch an event object by external_id or email_address attribute.

Why do this?

If you want to build an "opt out" ability, or simply debug Fomo during implementation, it may be useful to set up a callback or cron that routinely fetches some events and destroys them.

Workflow

  1. Look up an event by external_id or email_address
  2. Response will include 1 event (the most recently created match for your query)
  3. Delete an event by ID
Language