<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SNS Callback Url format in Discussion Forum</title>
    <link>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13707#M412</link>
    <description>&lt;P&gt;Thank you for your follow-up question, flomomo!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our&amp;nbsp;&lt;/SPAN&gt;&lt;A title="documentation" href="https://developers.sinch.com/docs/sms/api-reference/sms/tag/Webhooks/#tag/Webhooks/section/Callbacks" target="_blank" rel="noopener noreferrer"&gt;documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;details that a number of callback&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;features are available upon request, including:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Callbacks with basic authentication by provisioning the callback URL with a username and password.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Callbacks with OAuth 2.0 by provisioning the callback URL with a username, a password, and the URL to fetch an OAuth access token.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt; In order to enable these features, you must reach out to your account manager for support. They will be able to help you gain access to this functionality.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have any other questions, or would like to provide additional context for your question, please feel free to respond to this post.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 15:54:25 GMT</pubDate>
    <dc:creator>Sam_Williams</dc:creator>
    <dc:date>2023-12-20T15:54:25Z</dc:date>
    <item>
      <title>SNS Callback Url format</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13527#M387</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the docs say you can "Callback using AWS SNS by provisioning the callback URL with an Access Key ID, Secret Key and Region." but sadly doesn't define an example of HOW that would look in the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone kindly provide an example of how an URL should look if I want to get webhooks via SNS?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 21:52:03 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13527#M387</guid>
      <dc:creator>KDederichs</dc:creator>
      <dc:date>2023-12-15T21:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: SNS Callback Url format</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13542#M388</link>
      <description>&lt;P&gt;Hello, thank you for reaching out!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you noted, our &lt;A title="documentation" href="https://developers.sinch.com/docs/sms/api-reference/sms/tag/Webhooks/#tag/Webhooks/section/Callbacks" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; details that t&lt;SPAN&gt;he SMS REST API offers callback support using AWS SNS. This feature is available upon request,&amp;nbsp;and you can reach out to your account manager for support. They will be able to help you gain access to this functionality.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime, I've contacted our SMS team to get more information on this issue. Depending on the response, I'll either update this post directly or send you a direct message with further information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 19:00:49 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13542#M388</guid>
      <dc:creator>Sam_Williams</dc:creator>
      <dc:date>2023-12-05T19:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: SNS Callback Url format</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13682#M402</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello again!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The SMS team got back to us with more information.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When delivering callbacks via AWS SNS, Sinch acts as a publisher to your configured SNS topic. The Access Key ID, Secret Key, and Region are available in your Amazon SNS account.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When configuring your solution to receive callbacks delivered using AWS SNS, you will need the ARN of the topic (which will look like this example ARN from Amazon's documentation site:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;CODE&gt;arn:aws:sns:us-east-2:123456789012:your_topic&lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN&gt;). For more information on SNS topics, see Amazon's documentation on&amp;nbsp;&lt;A title="Creating an Amazon SNS topic" href="https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html" target="_blank" rel="noopener noreferrer" data-auth="Verified" data-linkindex="0"&gt;Creating an Amazon SNS topic&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let us know if you have any other questions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 21:12:55 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13682#M402</guid>
      <dc:creator>Sam_Williams</dc:creator>
      <dc:date>2023-12-15T21:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: SNS Callback Url format</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13703#M410</link>
      <description>&lt;P&gt;what is the process to get a callback url with authentication and personnal header with SMS API ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 17:21:34 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13703#M410</guid>
      <dc:creator>flomomo</dc:creator>
      <dc:date>2023-12-19T17:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: SNS Callback Url format</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13707#M412</link>
      <description>&lt;P&gt;Thank you for your follow-up question, flomomo!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our&amp;nbsp;&lt;/SPAN&gt;&lt;A title="documentation" href="https://developers.sinch.com/docs/sms/api-reference/sms/tag/Webhooks/#tag/Webhooks/section/Callbacks" target="_blank" rel="noopener noreferrer"&gt;documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;details that a number of callback&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;features are available upon request, including:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Callbacks with basic authentication by provisioning the callback URL with a username and password.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Callbacks with OAuth 2.0 by provisioning the callback URL with a username, a password, and the URL to fetch an OAuth access token.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt; In order to enable these features, you must reach out to your account manager for support. They will be able to help you gain access to this functionality.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have any other questions, or would like to provide additional context for your question, please feel free to respond to this post.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 15:54:25 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/SNS-Callback-Url-format/m-p/13707#M412</guid>
      <dc:creator>Sam_Williams</dc:creator>
      <dc:date>2023-12-20T15:54:25Z</dc:date>
    </item>
  </channel>
</rss>

