Create a PubSub channel

POST {{baseUrl}}/v3/channels/pubsub

Create a PubSub channel in the specified application.

Request Body

{"trigger_types"=>["<string>", "<string>"], "description"=>"<string>", "topic"=>"<string>", "notification_email_addresses"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;trigger_types&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;topic&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;notification_email_addresses&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}