Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

For preblasts, set Slack JSON Event Payload's "event_type" to "preblast" instead of "backblast" #66

@jermo5

Description

@jermo5

Our region listens to Slack events in order to do some weasel-shaking bot processing, and one thing we process a lot of is the Slack Event Payload JSON (event --> metadata JSON element).

Currently, when a PAX posts or edits a preblast, the Slack event payload looks like:

        "metadata": {
            "event_type": "backblast",
            "event_payload": {
                "title": "Crowders Mountain Trail Cleanup",
                "The_AO": "C036DA8BQM6",
                "date": "2025-02-01",
                "time": "10:00",
                "the_q": "UBGLBCZS6",
                "coupons": null,
                "destination": "The_AO",
                "preblast_original_poster": "UBGLBCZS6"
            }
        }

Notice how the event_type shows "backblast". It looks like this is by default.

Would it be possible for all new or edited preblasts to set the metadata --> event_type to "preblast" ? This would greatly simplify our processing!

Thanks!
Stagecoach (F3 Gastonia)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions