-
Notifications
You must be signed in to change notification settings - Fork 18
Docs: Adds conversation provider documentation #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Docs: Adds conversation provider documentation #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
![]() |
Infrastructure as Code | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
SAST | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Vulnerabilities | ![]() ![]() ![]() ![]() |
View in Orca |
is conversation provider a thing?!? |
@@ -0,0 +1,160 @@ | |||
# Conversation Providers | |||
|
|||
HighLevel provides conversation providers in marketplace applications for creating custom SMS, Email, and Call providers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HighLevel allows creation of conversation providers in marketplace applications for different channels(SMS, Email, Call, Custom)
|
||
Bulk Actions: Supported | ||
|
||
#### Email Provider (extra) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Custom provider
Highlevel also supports creating custom conversation providers, which can be either text only[type=SMS] or a combination of images & text[type=Email]. An example of the latter would be Facebook/IG/Telegram messaging.
cc: @gauravkanted-ghl
Description: This adds an additional Email custom conversation provider. | ||
|
||
1. Enter a Name | ||
2. Type: Email |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type: Email/SMS, depending on the need
|
||
Add Inbound Message API: Use type "Email". "emailMessageId" in the response is the thread to respond to. "conversationProviderId" <b>is not required</b>. | ||
https://marketplace.gohighlevel.com/docs/ghl/conversations/add-an-inbound-message | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the status to Outbound message delivery status once its processed on your end.
https://marketplace.gohighlevel.com/docs/ghl/conversations/update-message-status
|
||
Add Inbound Message API: Use type "SMS". "conversationProviderId" <b>is required</b>. | ||
https://marketplace.gohighlevel.com/docs/ghl/conversations/add-an-inbound-message | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the status to Outbound message delivery status once its processed on your end.
https://marketplace.gohighlevel.com/docs/ghl/conversations/update-message-status
|
||
Add Inbound Message API: Use type "Custom". You can also set "altId". When you reply in the UI the conversation provider outbound payload will add "replyToAltId". "conversationProviderId" <b>is required</b>. | ||
https://marketplace.gohighlevel.com/docs/ghl/conversations/add-an-inbound-message | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the status to Outbound message delivery status once its processed on your end.
https://marketplace.gohighlevel.com/docs/ghl/conversations/update-message-status
Pull Request Template
📋 Description
Please provide a short summary explaining your changes and the motivation behind them.
Conversation providers need a lot of documentation. This should help kickstart the things needed to build them and the nuansces known as of 05/28/2025.
🧪 Related Issues
Link any related GitHub issues or discussions here (e.g.
Closes #123
).#20
📝 Checklist
💬 Additional Comments
Add any additional context or screenshots here.