PipedreamHQ / PipedreamHQ/pipedream
[Components] marketo
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# marketo
## URLs
- https://developer.adobe.com/marketo-apis/api/asset/
- https://developer.adobe.com/marketo-apis/api/identity/
- https://developer.adobe.com/marketo-apis/api/mapi/
- https://developer.adobe.com/marketo-apis/api/user/
## Polling Sources
### new-form-submission
#### Prompt
Emit new event when a form submission is detected in your Marketo account. Configure the prop for the specific form to monitor.
#### URLs
- https://developer.adobe.com/marketo-apis/api/asset/#operation/browseForms2UsingGET
### new-lead
#### Prompt
Emit new event whenever a new lead is created in your Marketo account. Configure props to include filters for specific fields, if needed.
#### URLs
- https://developer.adobe.com/marketo-apis/api/mapi/#operation/getLeadsByFilterUsingGET
## Actions
### create-update-lead
#### Prompt
Create or update a lead in Marketo. Requires props for lead details (e.g., email, first name, last name). Optionally, you can provide additional props like company or phone number.
#### URLs
- https://developer.adobe.com/marketo-apis/api/mapi/#operation/syncLeadUsingPOST
### find-lead
#### Prompt
Find a lead in Marketo by their email address. Requires a prop for the email to search for. Optional props could include additional fields to retrieve data for.
#### URLs
- https://developer.adobe.com/marketo-apis/api/mapi/#operation/getLeadsByFilterUsingGET
### add-lead-list
#### Prompt
Add a lead to a specified list in Marketo. Requires props for the lead identifier (e.g., email) and the list ID. Optionally, you can include additional props relevant to custom list handling.
#### URLs
- https://developer.adobe.com/marketo-apis/api/mapi/#operation/getLeadsByListIdUsingGET_1
Contributor guide
Assessment
This issue has not been assessed yet.