Sunco Send Compound Message
Sends a rich message with an image and link buttons in a Sunshine Conversations (Sunco) chat. Use it for product recommendations or similar interactive replies.
What it does
- Posts a message with text, an image and clickable buttons to the conversation.
- Each button links to the URI you provide.
- Returns whether the message was sent.
Notes
- Buttons and Button URIs must align: one URI per button, in the same order.
Inputs
| Name | Type | Description |
|---|---|---|
| API Token | String (sensitive) | Sunco API token |
| Message | String | Message to be sent |
| Image URL | String | Image URL |
| Buttons | List | List of buttons |
| App ID | String | Sunco App ID |
| Conversation ID | String | Sunco conversation id |
| Bot Name | String | chatbots name |
| Bot Avatar Url | String | URL for chatbot avatar Possible values: normal, private. |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the message was successfully sent |