OctoPrint-Webhooks icon indicating copy to clipboard operation
OctoPrint-Webhooks copied to clipboard

No Webhook when Print Resumed

Open ryancasler opened this issue 5 years ago • 1 comments

When the status of the print changes from Paused to Resume, I don't see a webhook coming out of the plugin. Is there any way that could be added or if not, could the "start" message be resent?

ryancasler avatar Oct 23 '20 21:10 ryancasler

under webhook settings .... Webhook Parameters > CONTENT TYPE (dropdown list) you want to select: x-www-form-urlencoded

select that and your data will come in as if a form submitted it. Alternatively, inlcude snapshot in the ADVANCED > DATA section ... that produces the same result

mtsouris81 avatar Oct 31 '21 19:10 mtsouris81