Discussions

Ask a Question
Back to All

I want to call my external URL when someone click on button.

I am creating an ADD-ON SDK. This addon creates a button on job board. I want to hit my external URL when someone click on the button. Can you please help me how can I do it? is I need to set external URL in manifest.json? If yes, then how?

External URL Like: https://yourdomain.com/API/download_attachments/get_attachments.php?job_id={job_uuid}

Thanks in advance.