forked from triggerdotdev/trigger.dev
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
@andrerfneves
Description
Task
Integrate the Send to Lightning Address API as a Trigger.dev integration package. To read more about Trigger.dev Integrations read this: https://trigger.dev/docs/integrations/create. The idea is to be able to run ZBD payments from inside a Trigger.dev job by calling const response = await io.zbd.sendLightningAddressPayment() (or something of the sort).
Part of the integration code has been added on PR #1 but it has not been finalized nor tested.
Deliverables
- Codebase ready to be submitted as a PR to the upstream repository for Trigger.dev
- ZBD API integrated into Trigger.dev jobs natively
- Integration test code is written and works
- Processes / requirements outlined on Create Trigger.dev Integration docs are followed
Resources
- zbd.dev -> ZBD API documentation and API reference
- API Key for ZBD API:
bEIXXd3tbt1hbUAqQD0YXR9l0oI7hdBx
- API Key for ZBD API:
- Trigger.dev -> Background jobs runner