Skip to content

Commit 0bbe4bf

Browse files
committed
Update path
1 parent 0c01332 commit 0bbe4bf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/development/incoming-webhooks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ Rest API can look like this. We acceess external Chat ID so third party API know
7777

7878
See [WhatsApp integration](integrating/whatsapp.md) using open https://github.com/open-wa
7979

80+
## How incoming webhook icon/image is determined?
81+
82+
As for example in [fbmessenger](https://github.com/LiveHelperChat/fbmessenger) extension webhooks images are defined like `social/instagram-ico.png` but real path is `extension/fbmessenger/design/fbmessengertheme/images/social/instagram-ico.png` images prefix is not required!
83+
84+
Live Helper Chat determines those itself. You can also put icon identifier from https://fonts.google.com/icons E.g [webhook](https://fonts.google.com/icons?selected=Material+Symbols+Outlined:webhook:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=webhook&icon.size=24&icon.color=%23e8eaed)
85+
86+
If image does not load for you means your image path is incorrect in incoming webhook and we could not find a full path.
87+
8088
## How to debug if something does not work
8189

8290
1. [Disable cache](debug.md)

0 commit comments

Comments
 (0)