PipedreamHQ / PipedreamHQ/pipedream
[Components] magileads
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# magileads
## URLs
- https://app.api-magileads.net/
## Webhook Sources
### new-lead-instant
#### Description
Emit new event when a new lead is captured in Magileads. Useful to kick off a workflow as soon as a lead enters the system. No user configuration required.
### new-campaign-instant
#### Description
Emit new event when a new outbound campaign is created. Useful for logging or syncing campaign data to other systems. No user configuration required.
### new-email-open-instant
#### Description
Emit new event when a lead opens an email from a Magileads campaign. Useful for engagement tracking. Requires selecting a campaign to monitor.
## Actions
### create-lead
#### Description
Create a new lead in Magileads with details such as name, email, company, and other contact information. Required props: name, email. Optional props: phone, company, tags.
### add-lead-to-campaign
#### Description
Add an existing lead to a specified campaign in Magileads. Required props: lead ID, campaign ID.
### update-lead-status
#### Description
Update the status of a lead (e.g., contacted, interested, not interested) in Magileads. Required props: lead ID, status.
Contributor guide
Assessment
This issue has not been assessed yet.