January Tidbits

SMS Questions Answered

You've got SMS questions; We've got Answers!

question

Varghese Charly avatar image
Varghese Charly asked Varghese Charly commented

Tagging Users Through RingCentral WebHooks Integration

How would I tag a user through a post to RingCentral WebHooks?


Ex.

{ "activity":"Beer consumed", "title":"Jeff is having a Maple Bacon Coffee Porter", "icon":"https://static.skillshare.com/uploads/project/239dbec8bcc75f80457b1caa47a4a657/a801f44f", "body":"* Location: [The Funky Buddha Lounge](http://www.thefunkybuddha.com) with @username"}


When the above message is posted to WebHooks, I would want it to tag the user "@username" and notify them as if a normal user was to tag them in a message. The example above doesn't seem like the correct way to go about doing this.


Thanks in advance! :)

ringcentralintegrationwebhooksintegrations
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Phong Vu avatar image
Phong Vu answered Varghese Charly commented

I can't find the syntax to @mention for the Glip webhook. But you can post a message using the Glip Create Post API and use this syntax:

`/restapi/v1.0/glip/chats/[teamId]/posts`, 
 {                
    text: "![:Person](personId) Something to post"
 })
1 comment
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Varghese Charly avatar image Varghese Charly commented ·

Thanks, I'm going to test this out!

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.