• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 79

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