# Update a specific sender information like OTP Code, Webhook, Profile information. **POST /v2/Channels/Senders/{Sid}** Update a specific sender information like OTP Code, Webhook, Profile information. A Sender resource represents a messaging channel sender of WhatsApp. ## Servers - https://messaging.twilio.com: https://messaging.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) A 34 character string that uniquely identifies this Sender. ### Body: application/json (object) - **configuration** (object | null) Configuration settings for creating a sender, e.g., {"waba_id": "1234567890", "verification_method": "sms"} - **webhook** (object | null) Webhook specific configurations, e.g., {"callback_url": "https://xxx", "callback_method": "POST", "fallback_url": "https://xxx", "fallback_method": "POST", "status_callback_url": "https://xxx", "status_callback_method": "POST"} - **profile** (object | null) Sender profile specific configurations, e.g., {"name": "xxx", "about": "xxx", "address": "xxx", "description": "xxx", "emails": "xxx@xxx", "logo_url": "https://xxx", "vertical": "xxx", "websites": ["https://xxx", "..."]} ## Responses ### 202 Accepted #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client - **T-Request-Id** (string) #### Body: application/json (object) - **sid** (string | null) A 34 character string that uniquely identifies this Sender. - **status** (string) The Status of this Sender. One of `CREATING`, `ONLINE`, `OFFLINE`, `PENDING_VERIFICATION`, `VERIFYING` or `ONLINE:UPDATING`. - **sender_id** (string | null) The ID of this Sender prefixed with the channel, e.g., `whatsapp:E.164` - **configuration** (object | null) Configuration settings for creating a sender, e.g., {"waba_id": "1234567890", "verification_method": "sms"} - **webhook** (object | null) Webhook specific configurations, e.g., {"callback_url": "https://xxx", "callback_method": "POST", "fallback_url": "https://xxx", "fallback_method": "POST", "status_callback_url": "https://xxx", "status_callback_method": "POST"} - **profile** (object | null) Sender profile specific configurations for create and update request, e.g., {"name": "xxx", "about": "xxx", "address": "xxx", "description": "xxx", "emails": [{"label": "email 1", "email": "xxx@xxx"}], "logo_url": "https://xxx", "vertical": "xxx", "websites": [{"label": "email 1", "website": "https://xxx"}]} - **properties** (object | null) Sender specific additional properties, e.g., {"quality_rating": "HIGH", "messaging_limit": "10K Customers/24hr"} - **offline_reasons** (array[object | null] | null) Reasons why the sender is offline., e.g., [{"code": "21211400", "message": "Whatsapp business account is banned by provider {provider_name} | Credit line is assigned to another BSP", "more_info": "https://www.twilio.com/docs/errors/21211400"}] - **url** (string(uri) | null) The URL of this resource, relative to `https://messaging.twilio.com`. [Powered by Bump.sh](https://bump.sh)