You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,14 @@ If you omit this argument your default sms sender will be set for the notificati
150
150
151
151
Example usage with optional reference -
152
152
153
+
##### `statusCallbackUrl`
154
+
155
+
Optional. Specifies the identifier of the HTTPS URL for delivery status updates to be sent to.
156
+
157
+
##### `statusCallbackBearerToken`
158
+
159
+
Optional. Specifies the identifier of the Bearer token that will be used for authentication to the delivery status callback URL. This must be provided if the status callback URL is provided.
160
+
153
161
</details>
154
162
155
163
### Email
@@ -257,6 +265,14 @@ personalisation = {
257
265
Optional. Specifies the identifier of the email reply-to address to set for the notification. The identifiers are found in your service Settings, when you 'Manage' your 'Email reply to addresses'.
258
266
If you omit this argument your default email reply-to address will be set for the notification.
259
267
268
+
##### `statusCallbackUrl`
269
+
270
+
Optional. Specifies the identifier of the HTTPS URL for delivery status updates to be sent to.
271
+
272
+
##### `statusCallbackBearerToken`
273
+
274
+
Optional. Specifies the identifier of the Bearer token that will be used for authentication to the delivery status callback URL. This must be provided if the status callback URL is provided.
0 commit comments