Is it possible to create new leads with REST API?
- August 13, 2018
- 2 replies
- 2855 views
Attempted to create new leads who created in external databases via api in list of marketo Lead Database.
But I can't find how to do this in the page. http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/pushToMarketoUsingPO…
According to the document, Bulk Leads is able to create new leads by converting to a csv file.
Is it possible to create new leads by not converting to a csv file but having body when post data ?
Please refer to the attached sample documnet.(use ajax when post data.)
In japanese.
外部DBで作成されているレコードをマルケトのLead Databaseにリストとして作成したDBにAPIを使って作成したいと思っています。
ただドキュメントを見る限りAPIでそういう操作はできないようにみえます。
Bulk Leadsはcsvをインポートするやり方でそれを可能にしていますが、csvではなくpostのbodyにデータを持たせて
マルケト内にデータを作成することはそもそも可能なのでしょうか?
イメージを添付しました。(ajax使用)