You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/incoming-webhooks.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,14 @@ Rest API can look like this. We acceess external Chat ID so third party API know
77
77
78
78
See [WhatsApp integration](integrating/whatsapp.md) using open https://github.com/open-wa
79
79
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.
0 commit comments