Cloud Elements Bulk support provides an option to upload a large number of resources, such as contacts, to a service provider all at once. You can use bulk to download a csv or json file from a large number of records or upload a csv or json file to add multiple records. See the Bulk Guide for more information on managing bulk.
When using the native endpoints, performance is best when calls are limited to 100 or fewer. Additionally, when using this endpoint, please keep in mind that any errors with a single contact in your batch will prevent the entire batch from processing. If this happens, we'll return a 400 response with additional details as to the cause.
Bulk Information | Details |
---|---|
Bulk Type | Cloud Elements bulk service and not native bulk endpoints. |
Upsert Support | No |
Field Selection Support | No. To limit the fields returned by the query, you must use a transformation. See Define Common Resources and Transformations. For example, you can use only select * for this element. |
Order By Support | No, you can not add order by fieldName to the query. |