Confirm a subscription in Notifications. Confirmation isn't required for function subscriptions.
Navigate to the confirmation URL that's sent to the subscription's endpoint and follow the provided instructions.
For more information to find the confirmation URL, see the heading for the relevant subscription type (protocol).
Email Confirmation URL
Search email for the text To confirm this subscription (used in the confirmation message).
Function Confirmation URL 🔗
No confirmation URL exists. Confirmation isn't required for function subscriptions.
HTTPS (Custom URL) Confirmation URL 🔗
Find the confirmation URL in the request header or body of the subscription confirmation message (request of content-type: "application/json") that's sent to the endpoint.
In the request header, see the value of the X-OCI-NS-ConfirmationURL field.
Search for the confirmation message that was sent to the phone number. The message sender and content depends on the country code of the recipient phone number.
+1 country code:
Message sender: US-registered 10-digit long code number.
Message content: REPLY 'CONFIRM <short-topic-id>' to confirm subscription.
<short-topic-id> is the short code of the topic that the SMS subscription was added to. The short code is used to identify the topic in messages sent to SMS subscriptions. Each short code contains six case-insensitive alphanumeric characters.
Other country codes:
Message sender:
If alphanumeric sender is supported: OCINotify
If alphanumeric sender isn't supported: US-registered 10-digit long code number.
Message content:
To confirm this subscription, go to: <subscriptionConfirmationURL>
To stop receiving text messages, delete the subscription: https://docs.oracle.com/iaas/Content/Notification/Tasks/delete-subscription.htm
<subscriptionConfirmationURL> is the confirmation URL.