# Contact Exporters

This object allows you to create custom Contact Exporters. The Contact Exporter defines how and where the
contacts generated by the Campaign are delivered.

 - [GET /campaign-workers/contact-exporters](https://docs.peachfinance.com/api-docs/api-public/contact-exporters/peach.people.contact_exporters.handlers.contact_exporter_list.md): Get a list of all contact exporters.
 - [POST /campaign-workers/contact-exporters](https://docs.peachfinance.com/api-docs/api-public/contact-exporters/peach.people.contact_exporters.handlers.contact_exporter_create.md): Create a new Contact Exporter by defining the contact matching criteria and the exportable columns. If desired, designate an SFTP setting and/or screen through Compliance Guard. When contacts are scre
 - [DELETE /campaign-workers/contact-exporters/{contactExporterId}](https://docs.peachfinance.com/api-docs/api-public/contact-exporters/peach.people.contact_exporters.handlers.contact_exporter_delete.md): Delete a contact exporter by ID.
 - [GET /campaign-workers/contact-exporters/{contactExporterId}](https://docs.peachfinance.com/api-docs/api-public/contact-exporters/peach.people.contact_exporters.handlers.contact_exporter_get_by_id.md): Get a contact exporter by ID.
 - [PUT /campaign-workers/contact-exporters/{contactExporterId}](https://docs.peachfinance.com/api-docs/api-public/contact-exporters/peach.people.contact_exporters.handlers.contact_exporter_update.md): Update a contact exporter by ID.
