# Webhooks ## Delivery Report - [POST deliveryReport](https://developers.sinch.com/docs/sms/api-reference/sms/delivery-reports/deliveryreport.md): A delivery report contains the status and status code for each recipient of a batch. To get a delivery report callback for a message or batch of messages, set the field accordingly when creating a batch. The following is provided so you can better understand our webhooks/callbacks. Configuration of both webhooks and the type of delivery report requested happens when sending a batch. #### Callback URL The callback URL can either be provided for each batch or provisioned globally for your account in your Sinch Customer Dashboard. Learn how to configure a webhook/callback here. #### Type The is the type of delivery report webhook. The response will vary depending on the webhook delivery report you selected when the batch was sent, so choose the appropriate selection under "One of". - The and types are documented under Delivery report. These are reports containing either a full report or summary report, depending on your selection at the time the batch was sent. - The and delivery report types are documented under Recipient delivery report. These are delivery reports for recipient phone numbers. If you set for the parameter when sending the batch, a recipient report gets sent to you for each status change for each recipient in your batch. If you set , a recipient report gets sent to you for the final status of each recipient in your batch. ## Incoming SMS - [POST incomingSMS](https://developers.sinch.com/docs/sms/api-reference/sms/inbounds/incomingsms.md): An inbound message is a message sent to one of your short codes or long numbers from a mobile phone. To receive inbound message callbacks, a URL needs to be added to your REST API. This URL can be specified in your Dashboard. ## Incoming SMS - [POST incomingSMS](https://developers.sinch.com/docs/sms/api-reference/sms/webhooks/incomingsms.md): An inbound message is a message sent to one of your short codes or long numbers from a mobile phone. To receive inbound message callbacks, a URL needs to be added to your REST API. This URL can be specified in your Dashboard. ## Delivery Report - [POST deliveryReport](https://developers.sinch.com/docs/sms/api-reference/sms/webhooks/deliveryreport.md): A delivery report contains the status and status code for each recipient of a batch. To get a delivery report callback for a message or batch of messages, set the field accordingly when creating a batch. The following is provided so you can better understand our webhooks/callbacks. Configuration of both webhooks and the type of delivery report requested happens when sending a batch. #### Callback URL The callback URL can either be provided for each batch or provisioned globally for your account in your Sinch Customer Dashboard. Learn how to configure a webhook/callback here. #### Type The is the type of delivery report webhook. The response will vary depending on the webhook delivery report you selected when the batch was sent, so choose the appropriate selection under "One of". - The and types are documented under Delivery report. These are reports containing either a full report or summary report, depending on your selection at the time the batch was sent. - The and delivery report types are documented under Recipient delivery report. These are delivery reports for recipient phone numbers. If you set for the parameter when sending the batch, a recipient report gets sent to you for each status change for each recipient in your batch. If you set , a recipient report gets sent to you for the final status of each recipient in your batch.