Accept group invite
#
Method#
/accept-invite-group?url={{INVITATION_URL}}#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThis method is responsible for accepting an invitation you received to join a group.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
url | string | Invitation URL of the group. Could be received on (this webhook) |
#
URL#
Response#
200Attributes | Type | Description |
---|---|---|
success | boolean | true if successful, false otherwise |
Example
#
405Make sure you are correctly sending the method specification, i.e., check if you sent the GET as specified at the beginning of this topic.
#
415If you receive a 415 error, make sure to add the "Content-Type" of the object you are sending in the request headers, mostly "application/json".
#
Webhook ResponseLink to the webhook response (upon receiving) invitation message