Platform API
After adding a friend
Synchronize a newly created friend request.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterAddFriendCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterAddFriendCommand. |
| fromUserID | string | Request sender |
| toUserID | string | Request recipient |
| reqMsg | string | Request message |
Response
Return HTTP success promptly. The relationship operation is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterAddFriend. - Process idempotently using the relationship key and
operationID.
Was this page helpful?