Partner change (between 360Dialog Partners)
Last updated
Was this helpful?
Last updated
Was this helpful?
Clients can request to change from one Partner to another directly in their 360Dialog Client Hub.
After the client requests the change, you will receive a notification in your dashboard. Simply click on the notification to accept the request. The account will be migrated to your Partner Hub automatically after accepting the request.
Your client receives a notification when the Partner Change is executed and they can see the status in their panel.
You can set up auto-approval for each incoming request.
PATCH
https://hub.360dialog.io/api/v2/partners/{partner_id}/settings/partner_change_request
Request example
curl --request https://hub.360dialog.io/api/v2/partners/{partner_id}/settings/partner_change_request --header 'Authorization: ' --header 'Content-Type: application/json' --data '{ "auto_approve": "true" }'