<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=PEC-Developer%2FCurrent%2FWebAPIs%2FThird-party_messaging_webhook</id>
	<title>PEC-Developer/Current/WebAPIs/Third-party messaging webhook - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=PEC-Developer%2FCurrent%2FWebAPIs%2FThird-party_messaging_webhook"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=PEC-Developer/Current/WebAPIs/Third-party_messaging_webhook&amp;action=history"/>
	<updated>2026-04-10T06:52:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://all.docs.genesys.com/index.php?title=PEC-Developer/Current/WebAPIs/Third-party_messaging_webhook&amp;diff=132795&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;{{ArticleUnstructured |Standalone=No |DisplayName=Third-Party Messaging Webhook }}  == Base path: /nexus/v3 ==  &lt;!-- POST /some/webhook/path --&gt; &lt;div class=&quot;web-api-post mw-co...&quot;</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=PEC-Developer/Current/WebAPIs/Third-party_messaging_webhook&amp;diff=132795&amp;oldid=prev"/>
		<updated>2023-11-26T04:31:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ArticleUnstructured |Standalone=No |DisplayName=Third-Party Messaging Webhook }}  == Base path: /nexus/v3 ==  &amp;lt;!-- POST /some/webhook/path --&amp;gt; &amp;lt;div class=&amp;quot;web-api-post mw-co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ArticleUnstructured&lt;br /&gt;
|Standalone=No&lt;br /&gt;
|DisplayName=Third-Party Messaging Webhook&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Base path: /nexus/v3 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- POST /some/webhook/path --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-api-post mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;web-api-introduction-table&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 150px&amp;quot; | &amp;lt;div class=&amp;quot;web-api-post-text&amp;quot;&amp;gt; POST &amp;lt;/div&amp;gt;&lt;br /&gt;
| &amp;lt;div class=&amp;quot;web-api-urlpath&amp;quot;&amp;gt;/some/webhook/path&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-api-summary&amp;quot;&amp;gt;Send a message to the third-party system&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-api-description&amp;quot;&amp;gt;Send a message to the third-party system. Refer to OutgoingSmsMessage and OutgoingEmailMessage models for examples and channel-specific differencies.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-api-section-heading&amp;quot;&amp;gt;Parameters&amp;lt;/div&amp;gt;&lt;br /&gt;
{| class=&amp;quot;web-api-parameters-table&amp;quot;&lt;br /&gt;
! Name !! Default !! Description !! Parameter Type !! Data Type !! Required&lt;br /&gt;
|-&lt;br /&gt;
| X-Hub-Signature&lt;br /&gt;
| &lt;br /&gt;
| The request signature, for example &amp;lt;tt&amp;gt;sha1=hash&amp;lt;/tt&amp;gt;. The hash is built using the body of the message and secret for the channel.&lt;br /&gt;
| header&lt;br /&gt;
| string&lt;br /&gt;
| true&lt;br /&gt;
|-&lt;br /&gt;
| X-B3-TraceId&lt;br /&gt;
| &lt;br /&gt;
| The unique trace ID for the request.&lt;br /&gt;
| header&lt;br /&gt;
| string&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| messages&lt;br /&gt;
| &lt;br /&gt;
| Message&lt;br /&gt;
| body&lt;br /&gt;
| &lt;br /&gt;
| true&lt;br /&gt;
|- &lt;br /&gt;
| colspan=6 | &lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;source&amp;gt;&lt;br /&gt;
{}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-api-section-heading&amp;quot;&amp;gt;Responses&amp;lt;/div&amp;gt;&lt;br /&gt;
{| class=&amp;quot;web-api-responses-table&amp;quot;&lt;br /&gt;
! Code !! Reason&lt;br /&gt;
|-&lt;br /&gt;
| 200&lt;br /&gt;
| Message has been sent&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 |&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;source&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;messageId&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
{| class=&amp;quot;web-api-body-table&amp;quot;&lt;br /&gt;
| colspan=2 | &amp;lt;div class=&amp;quot;web-api-body-obj&amp;quot;&amp;gt; OutgoingMessageResponse &amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | messageId&lt;br /&gt;
| (string):&lt;br /&gt;
Unique message ID&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| 500&lt;br /&gt;
| Error occured while sending message&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-api-section-heading&amp;quot;&amp;gt;Usage&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cURL&amp;quot;&amp;gt;&lt;br /&gt;
curl -X POST&lt;br /&gt;
-H &amp;quot;x-api-key: your_API_key&amp;quot;&lt;br /&gt;
-H &amp;quot;Content-Type: application/json&amp;quot;&lt;br /&gt;
-d '{}'&lt;br /&gt;
&amp;quot;https://api-demo.com/nexus/v3/some/webhook/path?&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>