Skip to content

Inbound Email

Driftwood gives each account a unique BCC email address. Add it to any outgoing email and the message is automatically logged as an activity on the matching contact.

FieldTypeDescription
iduuid
account_iduuid
emailstring
domainstring
created_byuuid
created_atdatetime

Endpoint: blocked-senders-create

FieldTypeRequiredDescription
emailstringNo
domainstringNo
Terminal window
curl -X POST https://api.driftwoodapp.com/api/blocked-senders-create \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

Endpoint: blocked-senders-delete

FieldTypeRequiredDescription
idstringYes
Terminal window
curl -X POST https://api.driftwoodapp.com/api/blocked-senders-delete \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"id": "..."}'

Endpoint: blocked-senders-list

Endpoint: inbound-emails-bcc-address

Endpoint: inbound-emails-generate-token

Endpoint: inbound-emails-list

FieldTypeRequiredDescription
contact_idstring?No
company_idstring?No
statusstringNo
cursorstringNo
limitintNo
Terminal window
curl -X POST https://api.driftwoodapp.com/api/inbound-emails-list \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

Endpoint: inbound-emails-rotate-token