Monday.com + Elido — link events land as Monday items
Push link click events, campaign milestones, and URL scan alerts directly into any Monday.com board and group. API token setup — no webhook URL to manage.
What you can do
Campaign signals in the board where work happens
How it works
Outbound — Elido → Monday.com GraphQL API
Monday.com uses a GraphQL API. Elido's webhook-dispatcher calls the create_item mutation with your stored token when a trigger fires. The item appears in the board group you selected. Data flows outbound only.
threshold.exceeded, scan.failed, or link.created
Monday.com GraphQL API with board ID + group
Context, click count, and Elido dashboard link
Setup guide
Two steps to your first Monday item
- 1Generate a personal API token
Monday.com → Avatar (top right) → Developers → My Access Tokens → Copy token. This is a personal token scoped to your Monday.com user.
- 2Pick a board + group
Paste your board ID into /dashboard/webhooks → Monday.com. The board ID is in the board URL. Pick the group (column group) where new items should appear.
Authentication
Personal API token — your Monday.com user's access
Monday.com provides a personal API token from the Developers section of your account settings. This token is tied to your Monday.com user and inherits your workspace permissions. Elido encrypts it with your workspace KMS key immediately on save. When Elido calls the Monday API, the token is decrypted in memory only for that request. You can rotate the token from Monday.com's developer settings at any time, or remove the entire integration from /dashboard/webhooks.
Frequently asked questions
Does Elido see my items or data in Monday.com?+
Elido writes new items using your API token. It reads the list of boards and groups once during setup so you can pick the target. It does not read existing item content or comments.
What permissions does the Monday.com token need?+
A personal API token inherits your Monday.com permissions. We need write access to the board you select. No admin-level access is required.
Can I limit Elido to a specific Monday board?+
Yes. You pick one board and one group during setup. Elido creates items only there. You can change or remove it from /dashboard/webhooks at any time.
How do I revoke Elido's access to Monday.com?+
Remove the integration from /dashboard/webhooks → Monday → Remove. The stored token is deleted. You can also regenerate your personal API token from Monday.com to invalidate the stored value.
Can I route different Elido events to different Monday boards?+
Yes. Each event type (threshold.exceeded, scan.failed, link.created) can be independently routed to a different board and group combination.