Quick overview
This workflow runs every morning and checks Datahyena for funding events, acquisitions, and executive moves from the last 24 hours, then posts matching updates for your target account domains to a Slack channel.
How it works
- Runs every day at 9:00 AM.
- Loads a list of target company domains to monitor.
- Fetches the last 24 hours of funding events from the Datahyena API, filters to events where the company domain matches your target list, and posts each match to Slack.
- Fetches the last 24 hours of acquisition events from the Datahyena API, filters to deals where either the acquirer or target domain matches your list, and posts each match to Slack.
- Fetches the last 24 hours of executive move events from the Datahyena API, filters to moves where the current or previous company domain matches your list, and posts each match to Slack.
Setup
- Create a Datahyena API key and configure an HTTP Header Auth credential with header name
X-API-Key for the three Datahyena HTTP requests.
- Update the target domain list in the workflow’s target accounts step (the
domains array).
- Connect your Slack credential and select the channel for the three Slack message steps.