zebedeeio / trigger.dev

✨ Trigger.dev is an open-source platform to create long-running jobs directly in your Next.js project, with features like API integrations, webhooks, scheduling and delays.
https://trigger.dev
Apache License 2.0
2 stars 5 forks source link

ZBD API Integration with Trigger.dev #2

Open andrerfneves opened 1 year ago

andrerfneves commented 1 year ago

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 https://github.com/zebedeeio/trigger.dev/pull/1 but it has not been finalized nor tested.

Deliverables

Resources

andrerfneves commented 1 year ago

/bounty 30

algora-pbc[bot] commented 1 year ago

💎 $30 bounty • ZBD

💎 $10 bounty • valerka11132

Steps to solve:

  1. Start working: Comment /attempt #2 with your implementation plan
  2. Submit work: Create a pull request including /claim #2 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to zebedeeio/trigger.dev!

Add a bountyShare on socials

Attempt Started (GMT+0) Solution
🔴 @rishi-raj-jain Oct 14, 2023, 7:32:49 AM WIP
🔴 @XooTB Oct 28, 2023, 1:45:26 PM WIP
🟢 @rajdip-b Nov 24, 2023, 7:50:37 PM #4
andrerfneves commented 1 year ago

Make sure to build upon the #1 PR: https://github.com/zebedeeio/trigger.dev/pull/1

rishi-raj-jain commented 1 year ago

/attempt #2

Options
XooTB commented 1 year ago

/attempt #2

Options
algora-pbc[bot] commented 1 year ago

Note: The user @rishi-raj-jain is already attempting to complete issue #2 and claim the bounty. If you attempt to complete the same issue, there is a chance that @rishi-raj-jain will complete the issue first, and be awarded the bounty. We recommend discussing with @rishi-raj-jain and potentially collaborating on the same solution versus creating an alternate solution.

mrkirthi-24 commented 1 year ago

Hey @rishi-raj-jain are you working on this??

rishi-raj-jain commented 1 year ago

@mrkirthi-24

Feel free to take this...

ishqDehlvi commented 1 year ago

Hey @rishi-raj-jain @mrkirthi-24 Are you working on this??

rajdip-b commented 11 months ago

/attempt #2

Options
algora-pbc[bot] commented 11 months ago

💡 @rajdip-b submitted a pull request that claims the bounty. You can visit your bounty board to reward.

rajdip-b commented 11 months ago

@andrerfneves hey, can you review the PR?