token = "HELLO WORLD"
event_api.trigger(
name="trigger-name",
recipients=subscriber,
payload={
"blocks" : [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": f'*Asset:* {tokens}'
}
}
]
}
)
token = "HELLO WORLD"
event_api.trigger(
name="trigger-name",
recipients=subscriber,
payload={
"blocks" : [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": f'*Asset:* {tokens}'
}
}
]
}
)