Update to misleading integration messaging settings documentation

Description

In many Conversations APIs we documented that a full messaging settings object was expected to be sent on creates and updates of integrations. In fact, only the messaging settings ID was ever used as a reference to attach the messaging settings to the integration.

Change Category

Informational
API

Change Context

Provide cleaner and more concise documentation.

Change Impact

There will be no impact on customers. If you send the full object only the Id will be used without any error to the customer.

Date of Change

Aug 18, 2022

Impacted APIs

POST
/api/v2/conversations/messaging/integrations/facebook

PATCH
/api/v2/conversations/messaging/integrations/facebook/{integrationId}

POST
/api/v2/conversations/messaging/integrations/line

POST
/api/v2/conversations/messaging/integrations/open

PATCH
/api/v2/conversations/messaging/integrations/open/{integrationId}

POST
/api/v2/conversations/messaging/integrations/twitter

PATCH
/api/v2/conversations/messaging/integrations/twitter/{integrationId}

POST
/api/v2/conversations/messaging/integrations/whatsapp

PATCH
/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}

References

[MSG-4056]

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.