Created
August 17, 2023 19:59
-
-
Save sauloarruda/c9380dc1eddf02775c26375afd840b36 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
filters: | |
- name: batch_id | |
label: Selecione os disparos | |
type: multi-select | |
collection: | |
- url: https://api.urocket.app/v1/batches | |
label: name | |
id: id | |
widgets: | |
- title: Status das Mensagens | |
url: https://urocket-widgets.umode.app/widgets/whatsapp-message-status?batch_id=${batch_id} | |
binding: | |
- filter: batch_id | |
param: batch_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment