Attio List Slack Notifications

This val sends customizable notifications about events on your Attio lists to Slack.

📺 For a video overview of this val, see this loom video.

Sample of Slack notifications

Set up

  1. Remix this val
  2. Get a Slack webhook & set it as SLACK_WEBHOOK_URL in this val's Environment variables in the left sidebar
  3. Get an Attio Access Token (with all read & write permissions) & set it as ATTIO_API_KEY in this val's Environment variables in the left sidebar
  4. Configure your lists in webhook.ts:
    • Update the listIds array with your Attio list IDs
    • To find your list's id, navigate to the list and copy the path segment after collection: https://app.attio.com/<workspaceName>/collection/<listId>
  5. Run setup.ts to set up the database and Attio webhook
  6. Run bootstrap.ts to initialize the database with the current state of your configured lists.
  7. Go trigger some Attio events and see the message in Slack! (If you want them faster, you can run alert.ts manually.)

Documentation