Update integration as primary
Update an integration as primary by its unique key identifier integrationId. This API will set the integration as primary for that channel in the current environment. Primary integration is used to deliver notification for sms and email channels in the workflow. Only integration metadata is returned, credentials field is returned as an empty object.
Path parameters
Headers
A header for idempotency purposes
Response
OK
Changes
Changed in 4 of the 12 revisions of this API.14
- ○
added the optional property
credentials/allOf[CredentialsDto]/hmacSecretKeyEncodingto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
credentials/allOf[CredentialsDto]/configurationSetNameto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
configurations/allOf[ConfigurationsDto]/payloadSchemato the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
toolenum value to thechannelresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
credentials/allOf[CredentialsDto]/whatsNextCompletedAtto the response with the200statusresponse-optional-property-added
- ●