airbyte
airbyte copied to clipboard
Source Marketo: new stream Companies
Tell us about the problem you're trying to solve
Retrieves company records from the destination instance based on the submitted filter. Required Permissions: Read-Only Company, Read-Write Company
Describe the solution you’d like
Research pros and cons for implemetning this stream
@YowanR I would like to start working on this issue.
Hi @geekwhocodes, I just assigned the issue to you! Looking forward to your contribution 💪 🚀 !
@YowanR Awesome! I went through marketo website, it seems that getting a sandbox is not an easy process. Do we already have a sandbox environment? if yes then can you grant me an access?
@geekwhocodes we've put in the request already. Have you received the creds already on LastPass?
@YowanR I received the invite but cannot see the shared credentials. I will get in touch with the person who invited me.
@YowanR I have received the sandbox credentials and already started working on this.
Awesome! @geekwhocodes 🚀
A quick note here is that we expect this new stream to be incremental. Bumping up the reward to reflect this :)
@ycherniaiev I went through the rest API reference documentation, getting all companies is not possible at the moment.
filterType
and filterValues
are required query parameters.
I don't see much value in implementing this by allowing users to configure those filter values because it'll be a very long list.
rest API docs - https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Companies/getCompaniesUsingGET
@ycherniaiev I would like to hear your thoughts on this.
@ycherniaiev