cURL
curl --request POST \ --url https://hub.griff.services/notifications/resolve-channel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integrationNameOrId": "<string>", "routing": { "channelType": "slack", "channel": "<string>" } } '
{ "data": { "provider": "webhook", "url": "<string>", "headers": {}, "timeoutMs": 123, "maxRetries": 123, "channel": "<string>", "accessToken": "<string>", "toAddresses": [ "<string>" ], "fromAddress": "<string>", "fromName": "<string>", "replyTo": "<string>", "apiKey": "<string>", "sesRegion": "<string>", "roleArn": "<string>", "externalId": "<string>", "credentials": { "accessKeyId": "<string>", "secretAccessKey": "<string>" } } }
Resolve channel adapter input for building an adapter remotely (buildChannelAdapter(data)). Used by distributed notification workers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Default Response