/v1/integration/inbound-email/webhook
POST
/v1/integration/inbound-email/webhook
const url = 'https://api.ornek.com/v1/integration/inbound-email/webhook';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.ornek.com/v1/integration/inbound-email/webhookResponses
Bölüm başlığı “Responses”OK
Unauthorized
object
type
string
title
string
status
detail
string
instance
string
object
type
string
title
string
status
detail
string
instance
string
Examplegenerated
{ "type": "example", "title": "example", "status": "example", "detail": "example", "instance": "example"}object
type
string
title
string
status
detail
string
instance
string
Examplegenerated
{ "type": "example", "title": "example", "status": "example", "detail": "example", "instance": "example"}