• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

SOLVED Error with Slack (send image to channel)

Status
Not open for further replies.

Hermes

Active member
Last few days images give an error:
Data out
{
"ok": false,
"error": "invalid_blocks",
"errors > 0": "must be more than 0 characters [json-pointer:/blocks/0/alt_text]",
"warning": "missing_charset",
"response_metadata > messages > 0": "[ERROR] must be more than 0 characters [json-pointer:/blocks/0/alt_text]",
"response_metadata > warnings > 0": "missing_charset"
}
Data in:
{
"channel": "C01QARQ7L31",
"blocks > 0 > type": "image",
"blocks > 0 > title > type": "plain_text",
"blocks > 0 > title > text": "+31 6 phone name ",
"blocks > 0 > image_url": "https://.............jpeg",
"blocks > 0 > alt_text": ""
}
 

Attachments

  • screenshot-connect.pabbly.com-2021.03.25-14_21_38.png
    screenshot-connect.pabbly.com-2021.03.25-14_21_38.png
    30.9 KB · Views: 143

Hermes

Active member
Made an adjustment;

{
"channel": "C01QARQ7L31",
"blocks > 0 > type": "image",
"blocks > 0 > title > type": "plain_text",
"blocks > 0 > title > text": "+31 6 number name ",
"blocks > 0 > image_url": "https://........jpeg",
"blocks > 0 > alt_text": "Betreft "
}


error is now:
{
"ok": true,
"channel": "C01QARQ7L31",
"ts": "1616679295.001200",
"message > type": "message",
"message > subtype": "bot_message",
"message > text": "This content can't be displayed.",
"message > ts": "1616679295.001200",
"message > username": "Pabbly Connect",
"message > bot_id": "B01QM0J3FH8",
"message > blocks > 0 > type": "image",
"message > blocks > 0 > block_id": "Hqk",
"message > blocks > 0 > image_url": "https://.......jpeg",
"message > blocks > 0 > alt_text": "Betreft ",
"message > blocks > 0 > title > type": "plain_text",
"message > blocks > 0 > title > text": "+31 6 number name ",
"message > blocks > 0 > title > emoji": true,
"message > blocks > 0 > fallback": "900x1600px image",
"message > blocks > 0 > image_width": 900,
"message > blocks > 0 > image_height": 1600,
"message > blocks > 0 > image_bytes": 112907,
"warning": "missing_charset",
"response_metadata > warnings > 0": "missing_charset"
}
 
Status
Not open for further replies.
Top